JUnit version 4.13.2
.08:16:19.532 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:19.540 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:19.541 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:19.667 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13542429859459410815
08:16:19.867 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:16:19.897 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:16:20.175 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:20.207 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:20.208 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
08:16:20.253 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
08:16:20.267 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:16:20.296 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
08:16:21.155 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:21.158 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
08:16:21.180 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:16:21.183 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:16:21.197 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:21.198 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:16:21.418 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:16:21.419 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:16:21.421 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:16:22.046 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:16:22.047 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
08:16:22.093 [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
08:16:22.170 [WARN - Thread-0] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
08:16:22.463 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:22.465 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:22.467 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:22.468 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:22.469 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:22.470 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:23.215 [WARN - Thread-0] (ObjectStore.java:10690) Version information not found in metastore. metastore.schema.verification is not enabled so recording the schema version 4.1.0
08:16:23.216 [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.95
08:16:23.216 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
08:16:23.574 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
08:16:23.623 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
08:16:23.681 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
08:16:23.686 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
08:16:23.769 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:16:23.775 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:16:24.057 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:16:24.066 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
08:16:24.081 [WARN - Thread-0] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:16:24.082 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [33643]...
08:16:24.082 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:16:24.082 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:16:24.083 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
08:16:24.083 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
08:16:24.698 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:24.698 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:24.699 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:24.713 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:16:24.713 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33643]
08:16:24.714 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33643) in binary transport mode
08:16:24.730 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33643) current connections: 1
08:16:24.845 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
08:16:25.008 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task8Or1LN/test-tmp
08:16:25.012 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
08:16:25.016 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task8Or1LN/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
08:16:25.064 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33643"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:16:25.594 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:25.604 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:16:25.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:25.609542  4701 mini_oidc.cc:150] Starting JWKS server
08:16:25.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:25.613641  4701 webserver.cc:533] Webserver started at http://127.0.0.1:43381/ using document root <none> and password file <none>
08:16:25.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:25.614104  4701 mini_oidc.cc:186] Starting OIDC Discovery server
08:16:25.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:25.615453  4701 webserver.cc:533] Webserver started at http://127.0.0.1:41675/ using document root <none> and password file <none>
08:16:25.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:25Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:16:25.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:25Z Disabled control of system clock
08:16:25.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:25.660252  4701 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:25.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:25.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/wal
08:16:25.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/data
08:16:25.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:25.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/logs
08:16:25.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/data/info.pb
08:16:25.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:25.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:25.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:25.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:25.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:25.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:25.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:25.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.151.126:41333
08:16:25.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.151.126
08:16:25.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:25.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.151.84:37627
08:16:25.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:25.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:25.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:25.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:25.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.151.126:41333,127.4.151.125:35831,127.4.151.124:43441
08:16:25.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:25.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43381/jwks.json
08:16:25.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33643 with env {}
08:16:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.061548  4712 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:26.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.061962  4712 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:26.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.062044  4712 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.071420  4712 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.071539  4712 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.071599  4712 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.071641  4712 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.071725  4712 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:26.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.071774  4712 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43381/jwks.json
08:16:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.083249  4712 master_runner.cc:387] Master server non-default flags:
08:16:26.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/logs
08:16:26.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:26.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:26.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.151.84:37627
08:16:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/data
08:16:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/wal
08:16:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33643
08:16:26.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:26.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.151.126:41333,127.4.151.125:35831,127.4.151.124:43441
08:16:26.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:26.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.151.126:41333
08:16:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43381/jwks.json
08:16:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:26.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:26.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/data/info.pb
08:16:26.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.151.126
08:16:26.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:26.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:26.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:26.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:26.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:26.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:26.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:26.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:26.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:26.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:26.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:26.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:26.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:26.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:26.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.085410  4712 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:26.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.088189  4712 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:26.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.100677  4718 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:26.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.101554  4719 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:26.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.103458  4722 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:26.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.104694  4712 server_base.cc:1061] running on GCE node
08:16:26.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.105923  4712 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:26.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.107851  4712 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:26.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.109331  4712 hybrid_clock.cc:648] HybridClock initialized: now 1786522586109105 us; error 115 us; skew 500 ppm
08:16:26.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.109935  4712 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:26.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.113355  4712 webserver.cc:533] Webserver started at http://127.4.151.126:41855/ using document root <none> and password file <none>
08:16:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.114501  4712 fs_manager.cc:362] Metadata directory not provided
08:16:26.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.114710  4712 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:26.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.115300  4712 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:26.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.119089  4712 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/data/instance:
08:16:26.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "485ac791c8ef42509afee62e40a85cde"
08:16:26.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:26 on dist-test-slave-csg5"
08:16:26.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.120335  4712 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/wal/instance:
08:16:26.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "485ac791c8ef42509afee62e40a85cde"
08:16:26.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:26 on dist-test-slave-csg5"
08:16:26.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.128685  4712 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.001s
08:16:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.134145  4730 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:26.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.136829  4712 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.001s
08:16:26.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.137048  4712 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/wal
08:16:26.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "485ac791c8ef42509afee62e40a85cde"
08:16:26.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:26 on dist-test-slave-csg5"
08:16:26.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.137283  4712 fs_report.cc:389] FS layout report
08:16:26.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:26.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/wal
08:16:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/wal
08:16:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/data/data
08:16:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:26.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:26.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.155515  4712 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.156694  4712 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:26.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.156992  4712 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:26.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.183332  4712 rpc_server.cc:307] RPC server started. Bound to: 127.4.151.126:41333
08:16:26.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.183367  4797 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.151.126:41333 every 8 connection(s)
08:16:26.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.185612  4712 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/data/info.pb
08:16:26.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.188191  4701 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 4712
08:16:26.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.188680  4701 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-0/wal/instance
08:16:26.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.192777  4701 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:26.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:26.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/wal
08:16:26.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/data
08:16:26.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:26.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:26.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:26.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:26.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:26.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:26.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/logs
08:16:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/data/info.pb
08:16:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:26.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:26.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.151.125:35831
08:16:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.151.125
08:16:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:26.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.151.84:37627
08:16:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.151.126:41333,127.4.151.125:35831,127.4.151.124:43441
08:16:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:26.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43381/jwks.json
08:16:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33643 with env {}
08:16:26.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.193089  4798 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:26.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.204602  4798 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } has no permanent_uuid. Determining permanent_uuid...
08:16:26.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.233762  4798 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } has no permanent_uuid. Determining permanent_uuid...
08:16:26.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.236405  4731 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.151.125:35831: connect: Connection refused (error 111)
08:16:26.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.238919  4798 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.125:35831: Network error: Client connection negotiation failed: client connection to 127.4.151.125:35831: connect: Connection refused (error 111)
08:16:26.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.288419  4798 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } attempt: 1
08:16:26.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.291617  4798 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.125:35831: Network error: Client connection negotiation failed: client connection to 127.4.151.125:35831: connect: Connection refused (error 111)
08:16:26.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.359935  4798 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } attempt: 2
08:16:26.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.362908  4798 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.125:35831: Network error: Client connection negotiation failed: client connection to 127.4.151.125:35831: connect: Connection refused (error 111)
08:16:26.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.454268  4798 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } attempt: 3
08:16:26.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.456578  4798 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.125:35831: Network error: Client connection negotiation failed: client connection to 127.4.151.125:35831: connect: Connection refused (error 111)
08:16:26.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.599937  4798 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } attempt: 4
08:16:26.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.603744  4798 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.125:35831: Network error: Client connection negotiation failed: client connection to 127.4.151.125:35831: connect: Connection refused (error 111)
08:16:26.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.623503  4799 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:26.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.623944  4799 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:26.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.624037  4799 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.634481  4799 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.634608  4799 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.634752  4799 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.634807  4799 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.634919  4799 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.634989  4799 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43381/jwks.json
08:16:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.647792  4799 master_runner.cc:387] Master server non-default flags:
08:16:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/logs
08:16:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.151.84:37627
08:16:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/data
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/wal
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33643
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.151.126:41333,127.4.151.125:35831,127.4.151.124:43441
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.151.125:35831
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:26.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43381/jwks.json
08:16:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/data/info.pb
08:16:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.151.125
08:16:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:26.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:26.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:26.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:26.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.649886  4799 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:26.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.652226  4799 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:26.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.662431  4808 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.662441  4809 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.664108  4811 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.664409  4799 server_base.cc:1061] running on GCE node
08:16:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.665311  4799 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:26.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.667069  4799 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:26.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.668393  4799 hybrid_clock.cc:648] HybridClock initialized: now 1786522586668315 us; error 72 us; skew 500 ppm
08:16:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.668879  4799 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.671917  4799 webserver.cc:533] Webserver started at http://127.4.151.125:36327/ using document root <none> and password file <none>
08:16:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.672924  4799 fs_manager.cc:362] Metadata directory not provided
08:16:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.673095  4799 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.673621  4799 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:26.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.676851  4799 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/data/instance:
08:16:26.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9"
08:16:26.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:26 on dist-test-slave-csg5"
08:16:26.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.678476  4799 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/wal/instance:
08:16:26.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9"
08:16:26.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:26 on dist-test-slave-csg5"
08:16:26.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.685992  4799 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.000s
08:16:26.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.690730  4817 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.692551  4799 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.692754  4799 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/wal
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9"
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:26 on dist-test-slave-csg5"
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.692970  4799 fs_report.cc:389] FS layout report
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/wal
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/wal
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/data/data
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:26.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:26.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:26.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:26.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:26.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.709717  4799 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:26.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.710783  4799 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:26.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.711052  4799 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:26.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.735055  4799 rpc_server.cc:307] RPC server started. Bound to: 127.4.151.125:35831
08:16:26.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.735073  4875 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.151.125:35831 every 8 connection(s)
08:16:26.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.737099  4799 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/data/info.pb
08:16:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.741993  4701 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 4799
08:16:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.742214  4701 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-1/wal/instance
08:16:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.742313  4876 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:26.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.743631  4701 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/wal
08:16:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/data
08:16:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:26.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:26.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:26.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:26.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/logs
08:16:26.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/data/info.pb
08:16:26.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:26.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:26.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:26.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:26.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:26.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:26.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:26.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:26.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:26.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:26.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:26.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:26.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.151.124:43441
08:16:26.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.151.124
08:16:26.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:26.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.151.84:37627
08:16:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.151.126:41333,127.4.151.125:35831,127.4.151.124:43441
08:16:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43381/jwks.json
08:16:26.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33643 with env {}
08:16:26.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.751922  4876 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } has no permanent_uuid. Determining permanent_uuid...
08:16:26.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.771456  4876 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } has no permanent_uuid. Determining permanent_uuid...
08:16:26.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.782827  4876 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } has no permanent_uuid. Determining permanent_uuid...
08:16:26.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.784389  4824 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:26.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.786497  4876 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.124:43441: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:26.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.835978  4876 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } attempt: 1
08:16:26.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.838553  4876 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.124:43441: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:26.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.903098  4798 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } attempt: 5
08:16:26.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.906904  4876 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } attempt: 2
08:16:26.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.909354  4876 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.124:43441: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:26.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.911679  4798 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } has no permanent_uuid. Determining permanent_uuid...
08:16:26.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.914172  4798 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.124:43441: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:26.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:26.965503  4798 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } attempt: 1
08:16:26.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:26.968207  4798 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.124:43441: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:27.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.000638  4876 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } attempt: 3
08:16:27.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.003088  4876 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.124:43441: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:27.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.036495  4798 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } attempt: 2
08:16:27.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.039333  4798 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.124:43441: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.137686  4878 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.138067  4878 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:27.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.138149  4878 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:27.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.145692  4798 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } attempt: 3
08:16:27.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.146730  4876 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } attempt: 4
08:16:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.147795  4878 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.147895  4878 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.148022  4878 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.148088  4878 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:27.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.148165  4878 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:27.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.148243  4878 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43381/jwks.json
08:16:27.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.149417  4876 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.124:43441: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:27.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.149786  4798 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.151.124:43441: Network error: Client connection negotiation failed: client connection to 127.4.151.124:43441: connect: Connection refused (error 111)
08:16:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.161592  4878 master_runner.cc:387] Master server non-default flags:
08:16:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/logs
08:16:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:27.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.151.84:37627
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/data
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/wal
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33643
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.151.126:41333,127.4.151.125:35831,127.4.151.124:43441
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:27.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.151.124:43441
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43381/jwks.json
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/data/info.pb
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.151.124
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:27.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:27.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.163673  4878 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:27.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.165789  4878 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:27.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.177630  4892 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:27.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.177629  4889 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:27.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.177662  4890 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:27.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.178720  4878 server_base.cc:1061] running on GCE node
08:16:27.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.179616  4878 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:27.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.181458  4878 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:27.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.182742  4878 hybrid_clock.cc:648] HybridClock initialized: now 1786522587182659 us; error 87 us; skew 500 ppm
08:16:27.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.183238  4878 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.188048  4878 webserver.cc:533] Webserver started at http://127.4.151.124:34459/ using document root <none> and password file <none>
08:16:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.189024  4878 fs_manager.cc:362] Metadata directory not provided
08:16:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.189198  4878 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:27.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.189687  4878 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:27.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.192536  4878 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/data/instance:
08:16:27.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d86d9dd0e25b4211962d78493e39fa15"
08:16:27.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:27 on dist-test-slave-csg5"
08:16:27.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.193595  4878 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/wal/instance:
08:16:27.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d86d9dd0e25b4211962d78493e39fa15"
08:16:27.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:27 on dist-test-slave-csg5"
08:16:27.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.200420  4878 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.002s
08:16:27.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.205060  4899 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:27.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.207130  4878 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.001s
08:16:27.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.207392  4878 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/wal
08:16:27.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d86d9dd0e25b4211962d78493e39fa15"
08:16:27.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:27 on dist-test-slave-csg5"
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.207696  4878 fs_report.cc:389] FS layout report
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/wal
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/wal
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/data/data
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:27.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:27.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:27.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:27.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:27.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.233649  4878 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:27.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.234892  4878 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:27.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.235275  4878 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:27.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.260313  4878 rpc_server.cc:307] RPC server started. Bound to: 127.4.151.124:43441
08:16:27.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.260356  4967 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.151.124:43441 every 8 connection(s)
08:16:27.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.262251  4878 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/data/info.pb
08:16:27.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.263283  4701 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 4878
08:16:27.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.263533  4701 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster3038777279879485232/master-2/wal/instance
08:16:27.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.268570  4968 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:27.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.279356  4968 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } has no permanent_uuid. Determining permanent_uuid...
08:16:27.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.301853  4968 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } has no permanent_uuid. Determining permanent_uuid...
08:16:27.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.309937  4968 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } has no permanent_uuid. Determining permanent_uuid...
08:16:27.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.325959  4968 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15: Bootstrap starting.
08:16:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.327030  4798 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } attempt: 4
08:16:27.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.331872  4968 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15: Neither blocks nor log segments found. Creating new log.
08:16:27.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.333523  4701 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:16:27.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.334204  4968 log.cc:826] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15: Log is configured to *not* fsync() on all Append() calls
08:16:27.336 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:27.338 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:16:27.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.338442  4968 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15: No bootstrap required, opened a new log
08:16:27.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.343645  4798 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde: Bootstrap starting.
08:16:27.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.346897  4968 raft_consensus.cc:359] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } }
08:16:27.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.347329  4968 raft_consensus.cc:385] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:27.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.347466  4968 raft_consensus.cc:740] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d86d9dd0e25b4211962d78493e39fa15, State: Initialized, Role: FOLLOWER
08:16:27.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.348331  4798 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde: Neither blocks nor log segments found. Creating new log.
08:16:27.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.348309  4968 consensus_queue.cc:260] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [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: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } }
08:16:27.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.349594  4975 sys_catalog.cc:455] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [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: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.349912  4798 log.cc:826] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde: Log is configured to *not* fsync() on all Append() calls
08:16:27.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.350373  4975 sys_catalog.cc:458] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [sys.catalog]: This master's current role is: FOLLOWER
08:16:27.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.351245  4968 sys_catalog.cc:565] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [sys.catalog]: configured and running, proceeding with master startup.
08:16:27.348 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.4.151.126"
      port: 41333
    }
    bound_http_address {
      host: "127.4.151.126"
      port: 41855
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.4.151.125"
      port: 35831
    }
    bound_http_address {
      host: "127.4.151.125"
      port: 36327
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.4.151.124"
      port: 43441
    }
    bound_http_address {
      host: "127.4.151.124"
      port: 34459
    }
  }
}

08:16:27.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.355763  4798 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde: No bootstrap required, opened a new log
08:16:27.357 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:16:27.358 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:27.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.364260  4798 raft_consensus.cc:359] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } }
08:16:27.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.365108  4798 raft_consensus.cc:385] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:27.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.365568  4798 raft_consensus.cc:740] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 485ac791c8ef42509afee62e40a85cde, State: Initialized, Role: FOLLOWER
08:16:27.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.368161  4798 consensus_queue.cc:260] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [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: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } }
08:16:27.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.375855  4992 sys_catalog.cc:455] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [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: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.368073  4878 master_runner.cc:187] Error getting master registration for 127.4.151.126:41333: OK, instance_id { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" instance_seqno: 1786522586176811 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:27.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.378870  4992 sys_catalog.cc:458] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [sys.catalog]: This master's current role is: FOLLOWER
08:16:27.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.378849  4878 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:27.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.378628  4798 sys_catalog.cc:565] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [sys.catalog]: configured and running, proceeding with master startup.
08:16:27.385 [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=881313e5-6513-41dc-9cd8-1399ebe59fb8, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:27.387 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:27.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.387573  4990 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:16:27.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.388273  4990 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:16:27.388 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:27.389 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: null will be shutdown
08:16:27.390 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@945f263 created in the thread with id: 36
08:16:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.391770  4975 raft_consensus.cc:493] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:16:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.392100  4975 raft_consensus.cc:515] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } }
08:16:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.394243  4975 leader_election.cc:290] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 485ac791c8ef42509afee62e40a85cde (127.4.151.126:41333), b6abb79b26944d1e9cbcf0480cd0e0f9 (127.4.151.125:35831)
08:16:27.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.396396  4763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d86d9dd0e25b4211962d78493e39fa15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "485ac791c8ef42509afee62e40a85cde" is_pre_election: true
08:16:27.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.397105  4763 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d86d9dd0e25b4211962d78493e39fa15 in term 0.
08:16:27.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.398576  4900 leader_election.cc:304] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [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: 485ac791c8ef42509afee62e40a85cde, d86d9dd0e25b4211962d78493e39fa15; no voters: 
08:16:27.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.399197  4975 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:16:27.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.399360  4975 raft_consensus.cc:493] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:16:27.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.399474  4975 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 0 FOLLOWER]: Advancing to term 1
08:16:27.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.402966  4975 raft_consensus.cc:515] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } }
08:16:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.405508  4763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d86d9dd0e25b4211962d78493e39fa15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "485ac791c8ef42509afee62e40a85cde"
08:16:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.405808  4763 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [term 0 FOLLOWER]: Advancing to term 1
08:16:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.409547  4763 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d86d9dd0e25b4211962d78493e39fa15 in term 1.
08:16:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.410358  4900 leader_election.cc:304] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [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: 485ac791c8ef42509afee62e40a85cde, d86d9dd0e25b4211962d78493e39fa15; no voters: 
08:16:27.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.410727  4736 tablet.cc:2406] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:27.411 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3
08:16:27.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.411870  4975 leader_election.cc:290] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [CANDIDATE]: Term 1 election: Requested vote from peers 485ac791c8ef42509afee62e40a85cde (127.4.151.126:41333), b6abb79b26944d1e9cbcf0480cd0e0f9 (127.4.151.125:35831)
08:16:27.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.412520  4975 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 1 FOLLOWER]: Leader election won for term 1
08:16:27.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.413247  4975 raft_consensus.cc:697] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [term 1 LEADER]: Becoming Leader. State: Replica: d86d9dd0e25b4211962d78493e39fa15, State: Running, Role: LEADER
08:16:27.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.414341  4975 consensus_queue.cc:237] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [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: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } }
08:16:27.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.441182  4996 sys_catalog.cc:455] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d86d9dd0e25b4211962d78493e39fa15. Latest consensus state: current_term: 1 leader_uuid: "d86d9dd0e25b4211962d78493e39fa15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.441743  4996 sys_catalog.cc:458] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [sys.catalog]: This master's current role is: LEADER
08:16:27.443 [INFO - Metastore-Handler-Pool: Thread-39] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:27.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.446797  4999 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:16:27.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.448663  4876 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } attempt: 5
08:16:27.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.450477  4999 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:16:27.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.465330  4876 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9: Bootstrap starting.
08:16:27.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.475963  4876 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9: Neither blocks nor log segments found. Creating new log.
08:16:27.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.478477  4876 log.cc:826] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9: Log is configured to *not* fsync() on all Append() calls
08:16:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.481829  4987 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:27.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.487978  4907 tablet.cc:2406] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:27.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.512820  4876 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9: No bootstrap required, opened a new log
08:16:27.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.518335  4763 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [term 1 FOLLOWER]: Refusing update from remote peer d86d9dd0e25b4211962d78493e39fa15: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:27.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.520855  4996 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:27.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.552982  4992 sys_catalog.cc:455] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [sys.catalog]: SysCatalogTable state changed. Reason: New leader d86d9dd0e25b4211962d78493e39fa15. Latest consensus state: current_term: 1 leader_uuid: "d86d9dd0e25b4211962d78493e39fa15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.553503  4992 sys_catalog.cc:458] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [sys.catalog]: This master's current role is: FOLLOWER
08:16:27.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.558157  4876 raft_consensus.cc:359] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } }
08:16:27.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.560078  4876 raft_consensus.cc:385] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:27.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.560943  4876 raft_consensus.cc:740] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6abb79b26944d1e9cbcf0480cd0e0f9, State: Initialized, Role: FOLLOWER
08:16:27.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.566720  4992 sys_catalog.cc:455] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d86d9dd0e25b4211962d78493e39fa15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.566989  4992 sys_catalog.cc:458] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde [sys.catalog]: This master's current role is: FOLLOWER
08:16:27.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.565953  4876 consensus_queue.cc:260] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [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: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } }
08:16:27.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.572556  4975 sys_catalog.cc:455] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d86d9dd0e25b4211962d78493e39fa15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.572938  4975 sys_catalog.cc:458] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [sys.catalog]: This master's current role is: LEADER
08:16:27.575 [INFO - Metastore-Handler-Pool: Thread-40] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:27.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.576184  5014 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:27.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.576493  4999 catalog_manager.cc:1383] Generated new cluster ID: 97722f85e91b4aa28f695e6d46a6ab2c
08:16:27.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.576606  4999 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:16:27.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.577236  5008 mvcc.cc:204] Tried to move back new op lower bound from 7317596518404542464 to 7317596518067658752. Current Snapshot: MvccSnapshot[applied={T|T < 7317596518404542464 or (T in {7317596518404542464})}]
08:16:27.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.578605  5019 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [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: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.580191  5019 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [sys.catalog]: This master's current role is: FOLLOWER
08:16:27.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.581952  4848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d86d9dd0e25b4211962d78493e39fa15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" is_pre_election: true
08:16:27.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.582409  4846 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [term 0 FOLLOWER]: Advancing to term 1
08:16:27.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.583236  4847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d86d9dd0e25b4211962d78493e39fa15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9"
08:16:27.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.584566  4876 sys_catalog.cc:565] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [sys.catalog]: configured and running, proceeding with master startup.
08:16:27.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.587522  5024 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:16:27.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.593201  4712 master_runner.cc:187] Error getting master registration for 127.4.151.125:35831: OK, instance_id { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" instance_seqno: 1786522586728174 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:27.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.600347  4712 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:27.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.586493  4846 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [term 1 FOLLOWER]: Refusing update from remote peer d86d9dd0e25b4211962d78493e39fa15: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:27.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.602252  4975 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:27.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.606925  4999 catalog_manager.cc:1406] Generated new certificate authority record
08:16:27.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.609310  4999 catalog_manager.cc:1540] Loading token signing keys...
08:16:27.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.630519  4999 catalog_manager.cc:6092] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15: Generated new TSK 0
08:16:27.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.632351  4999 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:16:27.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.632413  5028 mvcc.cc:204] Tried to move back new op lower bound from 7317596518404542464 to 7317596518067658752. Current Snapshot: MvccSnapshot[applied={T|T < 7317596518404542464}]
08:16:27.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.634513  4999 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:16:27.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.636343  4999 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:16:27.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.637995  5019 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d86d9dd0e25b4211962d78493e39fa15. Latest consensus state: current_term: 1 leader_uuid: "d86d9dd0e25b4211962d78493e39fa15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.638244  4996 sys_catalog.cc:455] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d86d9dd0e25b4211962d78493e39fa15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.639751  5019 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [sys.catalog]: This master's current role is: FOLLOWER
08:16:27.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.641144  4996 sys_catalog.cc:458] T 00000000000000000000000000000000 P d86d9dd0e25b4211962d78493e39fa15 [sys.catalog]: This master's current role is: LEADER
08:16:27.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.644850  5031 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d86d9dd0e25b4211962d78493e39fa15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "485ac791c8ef42509afee62e40a85cde" member_type: VOTER last_known_addr { host: "127.4.151.126" port: 41333 } } peers { permanent_uuid: "b6abb79b26944d1e9cbcf0480cd0e0f9" member_type: VOTER last_known_addr { host: "127.4.151.125" port: 35831 } } peers { permanent_uuid: "d86d9dd0e25b4211962d78493e39fa15" member_type: VOTER last_known_addr { host: "127.4.151.124" port: 43441 } } }
08:16:27.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.650772  5031 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9 [sys.catalog]: This master's current role is: FOLLOWER
08:16:27.692 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:27.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:27.693787  5045 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:27.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.726547  5049 catalog_manager.cc:1295] Loaded cluster ID: 97722f85e91b4aa28f695e6d46a6ab2c
08:16:27.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.726722  5049 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9: loading cluster ID for follower catalog manager: success
08:16:27.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.740273  5049 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9: acquiring CA information for follower catalog manager: success
08:16:27.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:27.743654  5049 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b6abb79b26944d1e9cbcf0480cd0e0f9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:16:28.486 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:28.487229  4987 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:28.509 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:28.523 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:28.523 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:28.580 [INFO - Metastore-Handler-Pool: Thread-43] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:28.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:28.581502  5014 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:28.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:28.619227  5024 catalog_manager.cc:1295] Loaded cluster ID: 97722f85e91b4aa28f695e6d46a6ab2c
08:16:28.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:28.619822  5024 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde: loading cluster ID for follower catalog manager: success
08:16:28.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:28.624667  5024 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde: acquiring CA information for follower catalog manager: success
08:16:28.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:28.629515  5024 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 485ac791c8ef42509afee62e40a85cde: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:16:28.711 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:28.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:28.712656  5045 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:28.823 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:28.851 [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/hive13542429859459410815/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=881313e5-6513-41dc-9cd8-1399ebe59fb8, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:28.981 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13542429859459410815/external-warehouse/table
08:16:29.253 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:16:29.257 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:16:29.268 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

08:16:29.371 [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=ffd63b63-8734-4d22-9599-1c41f7fafdd8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.151.124:43441,127.4.151.126:41333,127.4.151.125:35831}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:29.381 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:29.393 [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/hive13542429859459410815/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=ffd63b63-8734-4d22-9599-1c41f7fafdd8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.151.124:43441,127.4.151.126:41333,127.4.151.125:35831}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:29.401 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13542429859459410815/external-warehouse/table
08:16:29.438 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
08:16:29.446 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
08:16:29.446 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
08:16:29.458 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4b1f73c2
08:16:29.489 [INFO - Metastore-Handler-Pool: Thread-52] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:29.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:29.490587  4987 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:29.498 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
08:16:29.498 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
08:16:29.499 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
08:16:29.499 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
08:16:29.500 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
08:16:29.500 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
08:16:29.501 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
08:16:29.501 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
08:16:29.502 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
08:16:29.502 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
08:16:29.504 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @7e0b85f9
08:16:29.505 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
08:16:29.505 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
08:16:29.505 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
08:16:29.506 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
08:16:29.506 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
08:16:29.507 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
08:16:29.508 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
08:16:29.508 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
08:16:29.532 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
08:16:29.586 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
08:16:29.585 [INFO - Metastore-Handler-Pool: Thread-54] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:29.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:29.587482  5014 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:29.600 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
08:16:29.605 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
08:16:29.606 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
08:16:29.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
08:16:29.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
08:16:29.675 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
08:16:29.676 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
08:16:29.694 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:16:29.698 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
08:16:29.716 [INFO - Metastore-Handler-Pool: Thread-55] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:29.720783  5045 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:29.736 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:16:29.953 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.4.151.124:43441(127.4.151.124:43441)] connecting to peer
08:16:29.964 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 4638 (auto-detected)
08:16:29.967 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
08:16:29.968 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
08:16:29.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
08:16:29.972 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
08:16:29.973 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:49:ff:fe:d8:24:9f (auto-detected)
08:16:30.009 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
08:16:30.009 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
08:16:30.009 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
08:16:30.016 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
08:16:30.022 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.4.151.126:41333(127.4.151.126:41333)] connecting to peer
08:16:30.024 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.4.151.125:35831(127.4.151.125:35831)] connecting to peer
08:16:30.049 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.4.151.125:35831(127.4.151.125:35831)] Successfully connected to peer
08:16:30.053 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.4.151.124:43441(127.4.151.124:43441)] Successfully connected to peer
08:16:30.064 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.4.151.126:41333(127.4.151.126:41333)] Successfully connected to peer
08:16:30.064 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
08:16:30.065 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
08:16:30.065 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@657824a0
08:16:30.071 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
08:16:30.072 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
08:16:30.072 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
08:16:30.072 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
08:16:30.072 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
08:16:30.171 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.151.125
08:16:30.171 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.151.124
08:16:30.173 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.151.126
08:16:30.416 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:30.417 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:30.420 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:30.453 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x6a26ac1b, L:/127.0.0.1:55288 - R:/127.4.151.125:35831] using SASL/PLAIN
08:16:30.453 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x6209e183, L:/127.0.0.1:45786 - R:/127.4.151.124:43441] using SASL/PLAIN
08:16:30.456 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xe7714ae1, L:/127.0.0.1:46674 - R:/127.4.151.126:41333] using SASL/PLAIN
08:16:30.493 [INFO - Metastore-Handler-Pool: Thread-59] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:30.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:30.494738  4987 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:30.539 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:16:30.547 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:16:30.548 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

08:16:30.593 [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=95531118-2069-458b-bff3-c5e1c36eb72f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.151.124:43441,127.4.151.126:41333,127.4.151.125:35831}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:30.595 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:30.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:30.596506  5014 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:30.599 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:30.603 [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/hive13542429859459410815/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=95531118-2069-458b-bff3-c5e1c36eb72f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.151.124:43441,127.4.151.126:41333,127.4.151.125:35831}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:30.606 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13542429859459410815/external-warehouse/table
08:16:30.715 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:30.723 [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=	
08:16:30.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:30.727399  5045 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:30.820 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:30.832 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:31.019 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:31.427 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:31.496 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:31.497 [INFO - Metastore-Handler-Pool: Thread-64] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:31.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:31.498502  4987 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:31.546 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:16:31.603 [INFO - Metastore-Handler-Pool: Thread-65] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:31.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:31.604406  5014 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:31.721 [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=44ea9d2d-3ff0-4946-bf82-7ed8f997ed6b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.151.124:43441,127.4.151.126:41333,127.4.151.125:35831}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:31.725 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:31.729 [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/hive13542429859459410815/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=44ea9d2d-3ff0-4946-bf82-7ed8f997ed6b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.151.124:43441,127.4.151.126:41333,127.4.151.125:35831}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:31.732 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13542429859459410815/external-warehouse/table
08:16:31.736 [INFO - Metastore-Handler-Pool: Thread-66] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:31.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:31.737095  5045 client.h:373] Failed to connect to Hive Metastore (localhost:33643): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:31.785 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:31.820 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:31.822 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:31.894 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:16:31.920 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:16:31.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:31.921754  4701 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 4712
08:16:31.923 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:16:31.923 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@945f263 will be shutdown
08:16:31.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:31.923745  4792 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:31.924 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:16:32.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:32.059732  4701 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 4712
08:16:32.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:32.089721  4701 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 4799
08:16:32.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:32.091322  4871 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:32.094 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.4.151.126:41333(127.4.151.126:41333)] handling channelInactive
08:16:32.094 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.4.151.126:41333(127.4.151.126:41333)] cleaning up while in state READY due to: connection closed
08:16:32.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:32.202359  4701 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 4799
08:16:32.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:32.232048  4701 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 4878
08:16:32.232 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.4.151.125:35831(127.4.151.125:35831)] handling channelInactive
08:16:32.233 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.4.151.125:35831(127.4.151.125:35831)] cleaning up while in state READY due to: connection closed
08:16:32.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:32.233536  4962 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:32.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:32.351507  4701 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 4878
08:16:32.382 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.4.151.124:43441(127.4.151.124:43441)] handling channelInactive
08:16:32.382 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.4.151.124:43441(127.4.151.124:43441)] cleaning up while in state READY due to: connection closed
08:16:32.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:32Z chronyd exiting
.08:16:32.522 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:32.522 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:32.523 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:32.541 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1210453324249884715
08:16:32.542 [INFO - Thread-43] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:16:32.542 [INFO - Thread-43] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:16:32.546 [INFO - Thread-43] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:32.546 [INFO - Thread-43] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:32.547 [INFO - Thread-43] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:16:32.552 [INFO - Thread-43] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:16:32.556 [INFO - Thread-43] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:16:32.556 [INFO - Thread-43] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:16:32.557 [INFO - Thread-43] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:16:32.558 [INFO - Thread-43] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:16:32.559 [INFO - Thread-43] (HikariDataSource.java:80) objectstore - Starting...
08:16:32.642 [INFO - Thread-43] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:32.643 [INFO - Thread-43] (HikariDataSource.java:82) objectstore - Start completed.
08:16:32.643 [INFO - Thread-43] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:16:32.646 [INFO - Thread-43] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:16:32.648 [INFO - Thread-43] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:32.649 [INFO - Thread-43] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:16:32.671 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:16:32.672 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:16:32.672 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:16:32.723 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:32.724 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:32.724 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:32.725 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:32.726 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:32.726 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:32.963 [INFO - Thread-43] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:16:32.964 [INFO - Thread-43] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d6734b, with PersistenceManager: null will be shutdown
08:16:32.965 [INFO - Thread-43] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d6734b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3df19628 created in the thread with id: 68
08:16:32.967 [WARN - Thread-43] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
08:16:32.968 [INFO - Thread-43] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d6734b
08:16:33.187 [INFO - Thread-43] (HMSHandler.java:595) Started creating a default database with name: default
08:16:33.215 [INFO - Thread-43] (HMSHandler.java:605) Successfully created a default database with name: default
08:16:33.248 [INFO - Thread-43] (HMSHandler.java:668) Added admin role in metastore
08:16:33.251 [INFO - Thread-43] (HMSHandler.java:677) Added public role in metastore
08:16:33.285 [INFO - Thread-43] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:16:33.285 [INFO - Thread-43] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:16:33.286 [INFO - Thread-43] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:16:33.286 [INFO - Thread-43] (HiveMetaStore.java:697) Direct SQL optimization = true
08:16:33.287 [WARN - Thread-43] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:16:33.287 [INFO - Thread-43] (HiveMetaStore.java:632) Started the new metaserver on port [36611]...
08:16:33.287 [INFO - Thread-43] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:16:33.287 [INFO - Thread-43] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:16:33.287 [INFO - Thread-43] (HiveMetaStore.java:635) TCP keepalive = true
08:16:33.287 [INFO - Thread-43] (HiveMetaStore.java:636) Enable SSL = false
08:16:33.544 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:33.545 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:33.546 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:33.548 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:16:33.548 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36611]
08:16:33.549 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36611) in binary transport mode
08:16:33.549 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36611) current connections: 1
08:16:33.551 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task8Or1LN/test-tmp
08:16:33.552 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
08:16:33.553 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task8Or1LN/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
08:16:33.558 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36611"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

08:16:33.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:33.941269  5130 mini_oidc.cc:150] Starting JWKS server
08:16:33.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:33.943909  5130 webserver.cc:533] Webserver started at http://127.0.0.1:42491/ using document root <none> and password file <none>
08:16:33.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:33.944170  5130 mini_oidc.cc:186] Starting OIDC Discovery server
08:16:33.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:33.944722  5130 webserver.cc:533] Webserver started at http://127.0.0.1:42371/ using document root <none> and password file <none>
08:16:33.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:33Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:16:33.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:33Z Disabled control of system clock
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:33.982774  5130 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/wal
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/data
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/logs
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/data/info.pb
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:33.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.2.190:37349
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.2.190
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.2.148:40043
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:33.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.2.190:37349,127.5.2.189:44637,127.5.2.188:41831
08:16:33.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:33.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42491/jwks.json
08:16:33.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36611 with env {}
08:16:34.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.362819  5147 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:34.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.363212  5147 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:34.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.363305  5147 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:34.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.373397  5147 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:34.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.373520  5147 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:34.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.373585  5147 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:34.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.373631  5147 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:34.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.373689  5147 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:34.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.373741  5147 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42491/jwks.json
08:16:34.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.386052  5147 master_runner.cc:387] Master server non-default flags:
08:16:34.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/logs
08:16:34.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:34.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:34.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:34.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.2.148:40043
08:16:34.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/data
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/wal
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36611
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.2.190:37349,127.5.2.189:44637,127.5.2.188:41831
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.2.190:37349
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42491/jwks.json
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/data/info.pb
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.2.190
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:34.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:34.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:34.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:34.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:34.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.388077  5147 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:34.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.390687  5147 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:34.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.401687  5160 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:34.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.401916  5158 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:34.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.401676  5157 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:34.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.402868  5147 server_base.cc:1061] running on GCE node
08:16:34.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.403764  5147 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:34.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.405495  5147 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:34.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.406804  5147 hybrid_clock.cc:648] HybridClock initialized: now 1786522594406711 us; error 74 us; skew 500 ppm
08:16:34.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.407302  5147 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:34.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.410223  5147 webserver.cc:533] Webserver started at http://127.5.2.190:38075/ using document root <none> and password file <none>
08:16:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.411253  5147 fs_manager.cc:362] Metadata directory not provided
08:16:34.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.411427  5147 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:34.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.411904  5147 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:34.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.414913  5147 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/data/instance:
08:16:34.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db0ee6dd6e8742c396afbfb8720bfcbf"
08:16:34.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:34 on dist-test-slave-csg5"
08:16:34.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.416083  5147 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/wal/instance:
08:16:34.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db0ee6dd6e8742c396afbfb8720bfcbf"
08:16:34.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:34 on dist-test-slave-csg5"
08:16:34.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.423350  5147 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.000s
08:16:34.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.427834  5166 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.429709  5147 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
08:16:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.429989  5147 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/wal
08:16:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db0ee6dd6e8742c396afbfb8720bfcbf"
08:16:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:34 on dist-test-slave-csg5"
08:16:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.430344  5147 fs_report.cc:389] FS layout report
08:16:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/wal
08:16:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/wal
08:16:34.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/data/data
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:34.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.448171  5147 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:34.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.449326  5147 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:34.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.449699  5147 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:34.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.473966  5147 rpc_server.cc:307] RPC server started. Bound to: 127.5.2.190:37349
08:16:34.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.474001  5228 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.2.190:37349 every 8 connection(s)
08:16:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.475910  5147 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/data/info.pb
08:16:34.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.477607  5130 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 5147
08:16:34.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.478004  5130 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-0/wal/instance
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.480803  5130 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/wal
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/data
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/logs
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/data/info.pb
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:34.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.2.189:44637
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.2.189
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.2.148:40043
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:34.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.2.190:37349,127.5.2.189:44637,127.5.2.188:41831
08:16:34.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:34.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42491/jwks.json
08:16:34.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36611 with env {}
08:16:34.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.480875  5229 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:34.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.488215  5229 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } has no permanent_uuid. Determining permanent_uuid...
08:16:34.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.512568  5229 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } has no permanent_uuid. Determining permanent_uuid...
08:16:34.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.514194  5167 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.2.189:44637: connect: Connection refused (error 111)
08:16:34.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.516330  5229 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.189:44637: Network error: Client connection negotiation failed: client connection to 127.5.2.189:44637: connect: Connection refused (error 111)
08:16:34.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.565822  5229 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } attempt: 1
08:16:34.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.568423  5229 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.189:44637: Network error: Client connection negotiation failed: client connection to 127.5.2.189:44637: connect: Connection refused (error 111)
08:16:34.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.636819  5229 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } attempt: 2
08:16:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.639590  5229 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.189:44637: Network error: Client connection negotiation failed: client connection to 127.5.2.189:44637: connect: Connection refused (error 111)
08:16:34.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.731010  5229 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } attempt: 3
08:16:34.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.733742  5229 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.189:44637: Network error: Client connection negotiation failed: client connection to 127.5.2.189:44637: connect: Connection refused (error 111)
08:16:34.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.871523  5230 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:34.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.871922  5230 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:34.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.872004  5230 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:34.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.877113  5229 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } attempt: 4
08:16:34.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.879760  5229 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.189:44637: Network error: Client connection negotiation failed: client connection to 127.5.2.189:44637: connect: Connection refused (error 111)
08:16:34.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.881664  5230 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:34.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.881767  5230 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:34.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.881824  5230 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:34.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.881865  5230 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:34.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.881919  5230 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:34.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.881966  5230 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42491/jwks.json
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.893218  5230 master_runner.cc:387] Master server non-default flags:
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/logs
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.2.148:40043
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/data
08:16:34.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/wal
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36611
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.2.190:37349,127.5.2.189:44637,127.5.2.188:41831
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.2.189:44637
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42491/jwks.json
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/data/info.pb
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.2.189
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:34.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:34.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.895147  5230 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:34.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.897208  5230 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:34.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.908006  5240 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:34.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.908043  5242 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:34.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:34.908098  5246 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:34.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.909201  5230 server_base.cc:1061] running on GCE node
08:16:34.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.910101  5230 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.911954  5230 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:34.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.913230  5230 hybrid_clock.cc:648] HybridClock initialized: now 1786522594913147 us; error 67 us; skew 500 ppm
08:16:34.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.913630  5230 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:34.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.916579  5230 webserver.cc:533] Webserver started at http://127.5.2.189:44473/ using document root <none> and password file <none>
08:16:34.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.917404  5230 fs_manager.cc:362] Metadata directory not provided
08:16:34.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.917507  5230 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:34.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.917876  5230 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:34.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.920706  5230 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/data/instance:
08:16:34.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eda263c9a74f461c92b343f2136b5f4e"
08:16:34.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:34 on dist-test-slave-csg5"
08:16:34.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.921988  5230 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/wal/instance:
08:16:34.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eda263c9a74f461c92b343f2136b5f4e"
08:16:34.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:34 on dist-test-slave-csg5"
08:16:34.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.931563  5230 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.006s	sys 0.000s
08:16:34.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.936630  5254 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.938771  5230 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.001s
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.938972  5230 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/wal
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eda263c9a74f461c92b343f2136b5f4e"
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:34 on dist-test-slave-csg5"
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.939332  5230 fs_report.cc:389] FS layout report
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/wal
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/wal
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/data/data
08:16:34.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:34.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:34.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.961372  5230 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:34.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.962358  5230 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:34.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.962613  5230 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:34.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.990212  5230 rpc_server.cc:307] RPC server started. Bound to: 127.5.2.189:44637
08:16:34.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.990252  5316 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.2.189:44637 every 8 connection(s)
08:16:34.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.992018  5230 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/data/info.pb
08:16:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:34.996784  5317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:35.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.000254  5130 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 5230
08:16:35.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.000460  5130 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-1/wal/instance
08:16:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.001473  5130 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/wal
08:16:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/data
08:16:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/logs
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/data/info.pb
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.2.188:41831
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.2.188
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.2.148:40043
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.2.190:37349,127.5.2.189:44637,127.5.2.188:41831
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42491/jwks.json
08:16:35.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36611 with env {}
08:16:35.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.004745  5317 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } has no permanent_uuid. Determining permanent_uuid...
08:16:35.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.021910  5317 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } has no permanent_uuid. Determining permanent_uuid...
08:16:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.035120  5317 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } has no permanent_uuid. Determining permanent_uuid...
08:16:35.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.036513  5255 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.038527  5317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.188:41831: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.087975  5317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } attempt: 1
08:16:35.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.090837  5317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.188:41831: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.159121  5317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } attempt: 2
08:16:35.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.161949  5317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.188:41831: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.179088  5229 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } attempt: 5
08:16:35.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.187383  5229 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } has no permanent_uuid. Determining permanent_uuid...
08:16:35.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.189985  5229 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.188:41831: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.241278  5229 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } attempt: 1
08:16:35.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.243878  5229 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.188:41831: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.253355  5317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } attempt: 3
08:16:35.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.256106  5317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.188:41831: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.312186  5229 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } attempt: 2
08:16:35.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.314962  5229 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.188:41831: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.399468  5317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } attempt: 4
08:16:35.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.401984  5317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.188:41831: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.409545  5318 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:35.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.409931  5318 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:35.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.410017  5318 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:35.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.419027  5318 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:35.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.419148  5318 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:35.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.419219  5318 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:35.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.419268  5318 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:35.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.419332  5318 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:35.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.419380  5318 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42491/jwks.json
08:16:35.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.421363  5229 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } attempt: 3
08:16:35.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.424007  5229 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.2.188:41831: Network error: Client connection negotiation failed: client connection to 127.5.2.188:41831: connect: Connection refused (error 111)
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.431219  5318 master_runner.cc:387] Master server non-default flags:
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/logs
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.2.148:40043
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/data
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/wal
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36611
08:16:35.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.2.190:37349,127.5.2.189:44637,127.5.2.188:41831
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.2.188:41831
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42491/jwks.json
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/data/info.pb
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.2.188
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:35.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:35.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.432988  5318 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.434963  5318 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.445187  5330 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.445237  5329 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.445387  5333 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:35.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.446565  5318 server_base.cc:1061] running on GCE node
08:16:35.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.447548  5318 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:35.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.449182  5318 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:35.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.450498  5318 hybrid_clock.cc:648] HybridClock initialized: now 1786522595450451 us; error 43 us; skew 500 ppm
08:16:35.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.451103  5318 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:35.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.454046  5318 webserver.cc:533] Webserver started at http://127.5.2.188:41985/ using document root <none> and password file <none>
08:16:35.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.455016  5318 fs_manager.cc:362] Metadata directory not provided
08:16:35.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.455173  5318 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:35.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.455600  5318 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:35.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.458398  5318 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/data/instance:
08:16:35.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b0c02008c2a54dd28c29ef5dffa5a63f"
08:16:35.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:35 on dist-test-slave-csg5"
08:16:35.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.459420  5318 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/wal/instance:
08:16:35.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b0c02008c2a54dd28c29ef5dffa5a63f"
08:16:35.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:35 on dist-test-slave-csg5"
08:16:35.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.466300  5318 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
08:16:35.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.470983  5339 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.472834  5318 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.473101  5318 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/wal
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b0c02008c2a54dd28c29ef5dffa5a63f"
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:35 on dist-test-slave-csg5"
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.473477  5318 fs_report.cc:389] FS layout report
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/wal
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/wal
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/data/data
08:16:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:35.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:35.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.516109  5318 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:35.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.517072  5318 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:35.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.517338  5318 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:35.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.540920  5318 rpc_server.cc:307] RPC server started. Bound to: 127.5.2.188:41831
08:16:35.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.540958  5401 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.2.188:41831 every 8 connection(s)
08:16:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.542564  5318 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/data/info.pb
08:16:35.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.546483  5130 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 5318
08:16:35.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.546738  5130 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster7316857593155588978/master-2/wal/instance
08:16:35.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.547911  5402 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:35.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.555454  5402 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } has no permanent_uuid. Determining permanent_uuid...
08:16:35.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.567880  5402 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } has no permanent_uuid. Determining permanent_uuid...
08:16:35.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.575601  5402 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } has no permanent_uuid. Determining permanent_uuid...
08:16:35.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.589696  5402 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f: Bootstrap starting.
08:16:35.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.591872  5130 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:16:35.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.593828  5402 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f: Neither blocks nor log segments found. Creating new log.
08:16:35.594 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:35.594 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:16:35.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.595451  5402 log.cc:826] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f: Log is configured to *not* fsync() on all Append() calls
08:16:35.596 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.2.190"
      port: 37349
    }
    bound_http_address {
      host: "127.5.2.190"
      port: 38075
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.2.189"
      port: 44637
    }
    bound_http_address {
      host: "127.5.2.189"
      port: 44473
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.2.188"
      port: 41831
    }
    bound_http_address {
      host: "127.5.2.188"
      port: 41985
    }
  }
}

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

08:16:35.598 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:35.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.599478  5402 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f: No bootstrap required, opened a new log
08:16:35.600 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=36e924b3-7921-43ce-84ed-4c1c3b5b4956, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.2.188:41831,127.5.2.190:37349,127.5.2.189:44637}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:35.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.601257  5229 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } attempt: 4
08:16:35.603 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:35.604 [INFO - Metastore-Handler-Pool: Thread-89] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:35.604 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@685d7b62, with PersistenceManager: null will be shutdown
08:16:35.605 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@685d7b62, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73bffcd7 created in the thread with id: 89
08:16:35.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.608978  5402 raft_consensus.cc:359] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } }
08:16:35.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.609757  5402 raft_consensus.cc:385] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:35.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.610096  5402 raft_consensus.cc:740] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0c02008c2a54dd28c29ef5dffa5a63f, State: Initialized, Role: FOLLOWER
08:16:35.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.611389  5402 consensus_queue.cc:260] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [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: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } }
08:16:35.615 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@685d7b62
08:16:35.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.618467  5229 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf: Bootstrap starting.
08:16:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.623579  5229 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf: Neither blocks nor log segments found. Creating new log.
08:16:35.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.625461  5229 log.cc:826] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf: Log is configured to *not* fsync() on all Append() calls
08:16:35.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.626492  5402 sys_catalog.cc:565] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [sys.catalog]: configured and running, proceeding with master startup.
08:16:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.626885  5415 sys_catalog.cc:455] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [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: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.627422  5415 sys_catalog.cc:458] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [sys.catalog]: This master's current role is: FOLLOWER
08:16:35.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.641901  5229 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf: No bootstrap required, opened a new log
08:16:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.651015  5229 raft_consensus.cc:359] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } }
08:16:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.651877  5229 raft_consensus.cc:385] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.652223  5229 raft_consensus.cc:740] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db0ee6dd6e8742c396afbfb8720bfcbf, State: Initialized, Role: FOLLOWER
08:16:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.653474  5229 consensus_queue.cc:260] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [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: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } }
08:16:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.660815  5425 sys_catalog.cc:455] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [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: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.661171  5425 sys_catalog.cc:458] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [sys.catalog]: This master's current role is: FOLLOWER
08:16:35.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.663096  5229 sys_catalog.cc:565] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [sys.catalog]: configured and running, proceeding with master startup.
08:16:35.685 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:35.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.686540  5445 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:35.689 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.690150  5441 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:35.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.693722  5454 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:16:35.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.699198  5453 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:16:35.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.699661  5453 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:16:35.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.701681  5317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } attempt: 5
08:16:35.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.704317  5173 tablet.cc:2406] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.712633  5147 master_runner.cc:187] Error getting master registration for 127.5.2.189:44637: OK, instance_id { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" instance_seqno: 1786522594983363 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.719630  5147 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:35.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.733283  5317 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e: Bootstrap starting.
08:16:35.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.716125  5318 master_runner.cc:187] Error getting master registration for 127.5.2.189:44637: OK, instance_id { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" instance_seqno: 1786522594983363 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.741977  5318 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:35.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.744906  5317 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e: Neither blocks nor log segments found. Creating new log.
08:16:35.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.746953  5317 log.cc:826] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e: Log is configured to *not* fsync() on all Append() calls
08:16:35.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.762427  5317 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e: No bootstrap required, opened a new log
08:16:35.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.769814  5345 tablet.cc:2406] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:35.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.781494  5317 raft_consensus.cc:359] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } }
08:16:35.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.782244  5317 raft_consensus.cc:385] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:35.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.782564  5317 raft_consensus.cc:740] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eda263c9a74f461c92b343f2136b5f4e, State: Initialized, Role: FOLLOWER
08:16:35.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.783782  5317 consensus_queue.cc:260] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [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: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } }
08:16:35.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.799609  5457 sys_catalog.cc:455] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [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: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:35.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.801291  5457 sys_catalog.cc:458] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [sys.catalog]: This master's current role is: FOLLOWER
08:16:35.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.801116  5317 sys_catalog.cc:565] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [sys.catalog]: configured and running, proceeding with master startup.
08:16:35.893 [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=	
08:16:35.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.894322  5469 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:35.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.926877  5230 master_runner.cc:264] No leader master found from master eda263c9a74f461c92b343f2136b5f4e
08:16:35.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.927028  5230 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.930692  5473 catalog_manager.cc:1594] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:16:35.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.934082  5473 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:16:35.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.959062  5415 raft_consensus.cc:493] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:16:35.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.959481  5415 raft_consensus.cc:515] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } }
08:16:35.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.961784  5415 leader_election.cc:290] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers db0ee6dd6e8742c396afbfb8720bfcbf (127.5.2.190:37349), eda263c9a74f461c92b343f2136b5f4e (127.5.2.189:44637)
08:16:35.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.963315  5199 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" is_pre_election: true
08:16:35.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.963296  5285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eda263c9a74f461c92b343f2136b5f4e" is_pre_election: true
08:16:35.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.963919  5285 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0c02008c2a54dd28c29ef5dffa5a63f in term 0.
08:16:35.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.963930  5199 raft_consensus.cc:2468] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0c02008c2a54dd28c29ef5dffa5a63f in term 0.
08:16:35.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.965107  5340 leader_election.cc:304] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [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: b0c02008c2a54dd28c29ef5dffa5a63f, db0ee6dd6e8742c396afbfb8720bfcbf; no voters: 
08:16:35.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:35.965987  5262 tablet.cc:2406] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:35.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.966343  5415 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 0 FOLLOWER]: Leader pre-election won for term 1
08:16:35.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.966512  5415 raft_consensus.cc:493] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:16:35.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.966621  5415 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 0 FOLLOWER]: Advancing to term 1
08:16:35.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.971123  5415 raft_consensus.cc:515] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } }
08:16:35.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.972925  5199 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf"
08:16:35.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.973187  5199 raft_consensus.cc:3060] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [term 0 FOLLOWER]: Advancing to term 1
08:16:35.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.977246  5199 raft_consensus.cc:2468] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0c02008c2a54dd28c29ef5dffa5a63f in term 1.
08:16:35.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.977967  5340 leader_election.cc:304] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [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: b0c02008c2a54dd28c29ef5dffa5a63f, db0ee6dd6e8742c396afbfb8720bfcbf; no voters: 
08:16:35.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.982028  5415 leader_election.cc:290] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [CANDIDATE]: Term 1 election: Requested vote from peers db0ee6dd6e8742c396afbfb8720bfcbf (127.5.2.190:37349), eda263c9a74f461c92b343f2136b5f4e (127.5.2.189:44637)
08:16:35.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.983083  5415 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 1 FOLLOWER]: Leader election won for term 1
08:16:35.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.983843  5415 raft_consensus.cc:697] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [term 1 LEADER]: Becoming Leader. State: Replica: b0c02008c2a54dd28c29ef5dffa5a63f, State: Running, Role: LEADER
08:16:35.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.984860  5415 consensus_queue.cc:237] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [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: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } }
08:16:35.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.992839  5285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eda263c9a74f461c92b343f2136b5f4e"
08:16:35.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.993158  5285 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [term 0 FOLLOWER]: Advancing to term 1
08:16:35.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:35.997525  5285 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0c02008c2a54dd28c29ef5dffa5a63f in term 1.
08:16:36.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.009330  5476 sys_catalog.cc:455] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [sys.catalog]: SysCatalogTable state changed. Reason: New leader b0c02008c2a54dd28c29ef5dffa5a63f. Latest consensus state: current_term: 1 leader_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:36.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.010079  5476 sys_catalog.cc:458] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [sys.catalog]: This master's current role is: LEADER
08:16:36.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.011523  5478 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:16:36.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.019658  5478 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:16:36.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.062386  5199 raft_consensus.cc:1275] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [term 1 FOLLOWER]: Refusing update from remote peer b0c02008c2a54dd28c29ef5dffa5a63f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:36.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.064081  5285 raft_consensus.cc:1275] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [term 1 FOLLOWER]: Refusing update from remote peer b0c02008c2a54dd28c29ef5dffa5a63f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:36.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.066046  5476 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [LEADER]: Connected to new peer: Peer: permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:36.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.066987  5476 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [LEADER]: Connected to new peer: Peer: permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:36.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.100858  5425 sys_catalog.cc:455] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [sys.catalog]: SysCatalogTable state changed. Reason: New leader b0c02008c2a54dd28c29ef5dffa5a63f. Latest consensus state: current_term: 1 leader_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:36.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.101148  5425 sys_catalog.cc:458] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [sys.catalog]: This master's current role is: FOLLOWER
08:16:36.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.104310  5479 mvcc.cc:204] Tried to move back new op lower bound from 7317596553419456512 to 7317596553169297408. Current Snapshot: MvccSnapshot[applied={T|T < 7317596553419456512}]
08:16:36.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.106676  5480 mvcc.cc:204] Tried to move back new op lower bound from 7317596553419456512 to 7317596553169297408. Current Snapshot: MvccSnapshot[applied={T|T < 7317596553419456512}]
08:16:36.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.116632  5476 sys_catalog.cc:455] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:36.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.116961  5476 sys_catalog.cc:458] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [sys.catalog]: This master's current role is: LEADER
08:16:36.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.117784  5476 sys_catalog.cc:455] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:36.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.118032  5476 sys_catalog.cc:458] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f [sys.catalog]: This master's current role is: LEADER
08:16:36.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.124267  5425 sys_catalog.cc:455] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:36.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.124537  5425 sys_catalog.cc:458] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf [sys.catalog]: This master's current role is: FOLLOWER
08:16:36.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.128355  5478 catalog_manager.cc:1383] Generated new cluster ID: b74a4afb19084a8db661e12f630b5089
08:16:36.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.128495  5478 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:16:36.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.130264  5457 sys_catalog.cc:455] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [sys.catalog]: SysCatalogTable state changed. Reason: New leader b0c02008c2a54dd28c29ef5dffa5a63f. Latest consensus state: current_term: 1 leader_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:36.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.130517  5457 sys_catalog.cc:458] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [sys.catalog]: This master's current role is: FOLLOWER
08:16:36.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.143126  5457 sys_catalog.cc:455] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "db0ee6dd6e8742c396afbfb8720bfcbf" member_type: VOTER last_known_addr { host: "127.5.2.190" port: 37349 } } peers { permanent_uuid: "eda263c9a74f461c92b343f2136b5f4e" member_type: VOTER last_known_addr { host: "127.5.2.189" port: 44637 } } peers { permanent_uuid: "b0c02008c2a54dd28c29ef5dffa5a63f" member_type: VOTER last_known_addr { host: "127.5.2.188" port: 41831 } } }
08:16:36.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.143401  5457 sys_catalog.cc:458] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e [sys.catalog]: This master's current role is: FOLLOWER
08:16:36.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.207196  5478 catalog_manager.cc:1406] Generated new certificate authority record
08:16:36.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.210177  5478 catalog_manager.cc:1540] Loading token signing keys...
08:16:36.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.242515  5478 catalog_manager.cc:6092] T 00000000000000000000000000000000 P b0c02008c2a54dd28c29ef5dffa5a63f: Generated new TSK 0
08:16:36.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.243990  5478 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:16:36.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.246281  5478 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:16:36.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.247958  5478 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:16:36.468 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:36.505 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:36.506 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:36.700 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:36.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:36.701256  5445 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:36.710 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:36.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:36.711431  5441 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:36.713 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:36.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.714743  5454 catalog_manager.cc:1295] Loaded cluster ID: b74a4afb19084a8db661e12f630b5089
08:16:36.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.714921  5454 catalog_manager.cc:1588] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf: loading cluster ID for follower catalog manager: success
08:16:36.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.723699  5454 catalog_manager.cc:1610] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf: acquiring CA information for follower catalog manager: success
08:16:36.725 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1210453324249884715/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=36e924b3-7921-43ce-84ed-4c1c3b5b4956, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.2.188:41831,127.5.2.190:37349,127.5.2.189:44637}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:36.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.727927  5454 catalog_manager.cc:1638] T 00000000000000000000000000000000 P db0ee6dd6e8742c396afbfb8720bfcbf: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:16:36.738 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1210453324249884715/external-warehouse/table
08:16:36.903 [INFO - Metastore-Handler-Pool: Thread-98] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:36.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:36.904597  5469 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:36.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.937463  5473 catalog_manager.cc:1295] Loaded cluster ID: b74a4afb19084a8db661e12f630b5089
08:16:36.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.937602  5473 catalog_manager.cc:1588] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e: loading cluster ID for follower catalog manager: success
08:16:36.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.943305  5473 catalog_manager.cc:1610] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e: acquiring CA information for follower catalog manager: success
08:16:36.943 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:36.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:36.947563  5473 catalog_manager.cc:1638] T 00000000000000000000000000000000 P eda263c9a74f461c92b343f2136b5f4e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:16:37.029 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:37.031 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:37.214 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:37.597 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:37.643 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:37.676 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:16:37.718 [INFO - Metastore-Handler-Pool: Thread-99] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:37.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:37.719748  5445 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:37.720 [INFO - Metastore-Handler-Pool: Thread-100] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:37.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:37.727217  5441 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:37.818 [DEBUG - Metastore-Handler-Pool: Thread-89] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
08:16:37.819 [DEBUG - Metastore-Handler-Pool: Thread-89] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:16:37.821 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.5.2.188:41831(127.5.2.188:41831)] connecting to peer
08:16:37.822 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.5.2.190:37349(127.5.2.190:37349)] connecting to peer
08:16:37.824 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.2.188:41831(127.5.2.188:41831)] Successfully connected to peer
08:16:37.827 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.5.2.189:44637(127.5.2.189:44637)] connecting to peer
08:16:37.831 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.5.2.190:37349(127.5.2.190:37349)] Successfully connected to peer
08:16:37.841 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.5.2.189:44637(127.5.2.189:44637)] Successfully connected to peer
08:16:37.844 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.2.190
08:16:37.846 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.2.188
08:16:37.876 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.2.189
08:16:37.892 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:37.892 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:37.898 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x9617d79c, L:/127.0.0.1:38384 - R:/127.5.2.188:41831] using SASL/PLAIN
08:16:37.910 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:37.911 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:16:37.916 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x47b27012, L:/127.0.0.1:37914 - R:/127.5.2.189:44637] using SASL/PLAIN
08:16:37.917 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x7cc10731, L:/127.0.0.1:36210 - R:/127.5.2.190:37349] using SASL/PLAIN
08:16:37.920 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:37.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:37.920753  5469 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:37.930 [ERROR - Metastore-Handler-Pool: Thread-89] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:16:37.931 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:37.966 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:37.970 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:38.071 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:16:38.100 [INFO - Metastore-Handler-Pool: Thread-89] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:16:38.102 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=36e924b3-7921-43ce-84ed-4c1c3b5b4956, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.2.188:41831,127.5.2.190:37349,127.5.2.189:44637}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:38.116 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:38.125 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1210453324249884715/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=36e924b3-7921-43ce-84ed-4c1c3b5b4956, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.2.188:41831,127.5.2.190:37349,127.5.2.189:44637}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:38.130 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1210453324249884715/external-warehouse/table
08:16:38.188 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:38.214 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:38.215 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:38.247 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:16:38.273 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:38.276 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:38.280 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1210453324249884715/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:38.282 [WARN - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:2452) Location: file:/tmp/hive1210453324249884715/external-warehouse/table specified for non-external table:table
08:16:38.283 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1210453324249884715/external-warehouse/table
08:16:38.308 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:38.324 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:38.325 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:38.348 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:16:38.370 [ERROR - Metastore-Handler-Pool: Thread-89] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

08:16:38.521 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:38.535 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:38.536 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:38.559 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:16:38.577 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:38.581 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:38.584 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1210453324249884715/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:38.587 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1210453324249884715/external-warehouse/table
08:16:38.608 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:38.621 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:38.622 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:38.656 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
08:16:38.672 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:16:38.672 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:16:38.673 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@685d7b62, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73bffcd7 will be shutdown
08:16:38.673 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:16:38.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:38.673465  5130 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 5147
08:16:38.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:38.675262  5224 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:38.722 [INFO - Metastore-Handler-Pool: Thread-110] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:38.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:38.722939  5445 client.h:373] Failed to connect to Hive Metastore (localhost:36611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:38.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:38.803275  5130 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 5147
08:16:38.813 [INFO - Metastore-Handler-Pool: Thread-111] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:38.841 [ERROR - Metastore-Handler-Pool: Thread-111] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
08:16:38.842 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.5.2.190:37349(127.5.2.190:37349)] handling channelInactive
08:16:38.842 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.5.2.190:37349(127.5.2.190:37349)] cleaning up while in state READY due to: connection closed
08:16:38.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:38.843390  5130 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 5230
08:16:38.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:38.844832  5312 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:38.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:38.961612  5130 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 5230
08:16:38.967 [INFO - Metastore-Handler-Pool: Thread-112] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:38.992 [ERROR - Metastore-Handler-Pool: Thread-112] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
08:16:38.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:38.992630  5130 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 5318
08:16:38.993 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.5.2.189:44637(127.5.2.189:44637)] handling channelInactive
08:16:38.993 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.5.2.189:44637(127.5.2.189:44637)] cleaning up while in state READY due to: connection closed
08:16:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:38.994067  5395 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:39.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:39.109742  5130 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 5318
08:16:39.139 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.2.188:41831(127.5.2.188:41831)] handling channelInactive
08:16:39.139 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.2.188:41831(127.5.2.188:41831)] cleaning up while in state READY due to: connection closed
08:16:39.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:39Z chronyd exiting
.08:16:39.283 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:39.283 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:39.284 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:39.305 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13145004975953810284
08:16:39.307 [INFO - Thread-77] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:16:39.307 [INFO - Thread-77] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:16:39.309 [INFO - Thread-77] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:39.310 [INFO - Thread-77] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:39.310 [INFO - Thread-77] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:16:39.311 [INFO - Thread-77] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:16:39.312 [INFO - Thread-77] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:16:39.312 [INFO - Thread-77] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:16:39.314 [INFO - Thread-77] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:16:39.314 [INFO - Thread-77] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:16:39.316 [INFO - Thread-77] (HikariDataSource.java:80) objectstore - Starting...
08:16:39.404 [INFO - Thread-77] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:39.404 [INFO - Thread-77] (HikariDataSource.java:82) objectstore - Start completed.
08:16:39.405 [INFO - Thread-77] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:16:39.406 [INFO - Thread-77] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:16:39.409 [INFO - Thread-77] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:39.409 [INFO - Thread-77] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:16:39.428 [INFO - Thread-77] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:16:39.428 [INFO - Thread-77] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:16:39.428 [INFO - Thread-77] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:16:39.469 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:39.470 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:39.471 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:39.471 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:39.472 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:39.472 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:39.718 [INFO - Thread-77] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:16:39.719 [INFO - Thread-77] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3d7cf6cc, with PersistenceManager: null will be shutdown
08:16:39.719 [INFO - Thread-77] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3d7cf6cc, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4d2ecfa2 created in the thread with id: 113
08:16:39.721 [WARN - Thread-77] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
08:16:39.722 [INFO - Thread-77] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3d7cf6cc
08:16:39.843 [INFO - Thread-77] (HMSHandler.java:595) Started creating a default database with name: default
08:16:39.867 [INFO - Thread-77] (HMSHandler.java:605) Successfully created a default database with name: default
08:16:39.900 [INFO - Thread-77] (HMSHandler.java:668) Added admin role in metastore
08:16:39.902 [INFO - Thread-77] (HMSHandler.java:677) Added public role in metastore
08:16:39.936 [INFO - Thread-77] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:16:39.936 [INFO - Thread-77] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:16:39.937 [INFO - Thread-77] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:16:39.937 [INFO - Thread-77] (HiveMetaStore.java:697) Direct SQL optimization = true
08:16:39.937 [WARN - Thread-77] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:16:39.938 [INFO - Thread-77] (HiveMetaStore.java:632) Started the new metaserver on port [46429]...
08:16:39.938 [INFO - Thread-77] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:16:39.938 [INFO - Thread-77] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:16:39.938 [INFO - Thread-77] (HiveMetaStore.java:635) TCP keepalive = true
08:16:39.938 [INFO - Thread-77] (HiveMetaStore.java:636) Enable SSL = false
08:16:40.309 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:40.309 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:40.309 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:40.311 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:16:40.311 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46429]
08:16:40.312 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46429) in binary transport mode
08:16:40.312 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46429) current connections: 1
08:16:40.315 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task8Or1LN/test-tmp
08:16:40.315 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
08:16:40.315 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task8Or1LN/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
08:16:40.319 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46429"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:16:40.714 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:40.715 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:16:40.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:40.717932  5562 mini_oidc.cc:150] Starting JWKS server
08:16:40.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:40.720840  5562 webserver.cc:533] Webserver started at http://127.0.0.1:45947/ using document root <none> and password file <none>
08:16:40.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:40.721151  5562 mini_oidc.cc:186] Starting OIDC Discovery server
08:16:40.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:40.721819  5562 webserver.cc:533] Webserver started at http://127.0.0.1:46361/ using document root <none> and password file <none>
08:16:40.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:40Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:16:40.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:40Z Disabled control of system clock
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:40.762822  5562 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/wal
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/data
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/logs
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/data/info.pb
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.110.190:45295
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.110.190
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.110.148:34737
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:40.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:40.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.110.190:45295,127.5.110.189:45625,127.5.110.188:37897
08:16:40.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:40.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45947/jwks.json
08:16:40.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46429 with env {}
08:16:41.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.158334  5574 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:41.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.158777  5574 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:41.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.158942  5574 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:41.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.169885  5574 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:41.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.170039  5574 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:41.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.170106  5574 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:41.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.170182  5574 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:41.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.170248  5574 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:41.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.170301  5574 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45947/jwks.json
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.182514  5574 master_runner.cc:387] Master server non-default flags:
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/logs
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.110.148:34737
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/data
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/wal
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46429
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.110.190:45295,127.5.110.189:45625,127.5.110.188:37897
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.110.190:45295
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45947/jwks.json
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/data/info.pb
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.110.190
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:41.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:41.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:41.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:41.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.184723  5574 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:41.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.186827  5574 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:41.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.199431  5585 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:41.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.199260  5581 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:41.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.199478  5583 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:41.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.200076  5574 server_base.cc:1061] running on GCE node
08:16:41.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.201437  5574 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:41.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.203384  5574 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:41.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.204857  5574 hybrid_clock.cc:648] HybridClock initialized: now 1786522601204797 us; error 118 us; skew 500 ppm
08:16:41.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.205399  5574 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:41.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.208110  5574 webserver.cc:533] Webserver started at http://127.5.110.190:43267/ using document root <none> and password file <none>
08:16:41.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.209029  5574 fs_manager.cc:362] Metadata directory not provided
08:16:41.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.209183  5574 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:41.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.209627  5574 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:41.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.212450  5574 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/data/instance:
08:16:41.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d0ece818fec74e089440388ad5c537c0"
08:16:41.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:41 on dist-test-slave-csg5"
08:16:41.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.213553  5574 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/wal/instance:
08:16:41.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d0ece818fec74e089440388ad5c537c0"
08:16:41.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:41 on dist-test-slave-csg5"
08:16:41.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.221474  5574 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.001s	sys 0.008s
08:16:41.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.226223  5591 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.228148  5574 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
08:16:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.228374  5574 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/wal
08:16:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d0ece818fec74e089440388ad5c537c0"
08:16:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:41 on dist-test-slave-csg5"
08:16:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.228600  5574 fs_report.cc:389] FS layout report
08:16:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/wal
08:16:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/wal
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/data/data
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:41.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.261325  5574 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:41.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.262357  5574 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.262837  5574 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:41.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.288766  5574 rpc_server.cc:307] RPC server started. Bound to: 127.5.110.190:45295
08:16:41.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.288805  5655 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.110.190:45295 every 8 connection(s)
08:16:41.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.290525  5574 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/data/info.pb
08:16:41.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.295826  5656 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:41.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.299569  5562 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 5574
08:16:41.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.300215  5562 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-0/wal/instance
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.303943  5562 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/wal
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/data
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/logs
08:16:41.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/data/info.pb
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.110.189:45625
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.110.189
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.110.148:34737
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.110.190:45295,127.5.110.189:45625,127.5.110.188:37897
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45947/jwks.json
08:16:41.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46429 with env {}
08:16:41.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.305760  5656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } has no permanent_uuid. Determining permanent_uuid...
08:16:41.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.336583  5656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } has no permanent_uuid. Determining permanent_uuid...
08:16:41.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.338055  5593 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.110.189:45625: connect: Connection refused (error 111)
08:16:41.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.340525  5656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.189:45625: Network error: Client connection negotiation failed: client connection to 127.5.110.189:45625: connect: Connection refused (error 111)
08:16:41.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.390010  5656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } attempt: 1
08:16:41.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.392789  5656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.189:45625: Network error: Client connection negotiation failed: client connection to 127.5.110.189:45625: connect: Connection refused (error 111)
08:16:41.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.461128  5656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } attempt: 2
08:16:41.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.463867  5656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.189:45625: Network error: Client connection negotiation failed: client connection to 127.5.110.189:45625: connect: Connection refused (error 111)
08:16:41.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.555214  5656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } attempt: 3
08:16:41.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.557893  5656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.189:45625: Network error: Client connection negotiation failed: client connection to 127.5.110.189:45625: connect: Connection refused (error 111)
08:16:41.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.701253  5656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } attempt: 4
08:16:41.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.704028  5656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.189:45625: Network error: Client connection negotiation failed: client connection to 127.5.110.189:45625: connect: Connection refused (error 111)
08:16:41.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.727253  5657 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:41.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.727648  5657 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:41.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.727738  5657 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:41.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.737884  5657 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:41.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.738008  5657 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:41.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.738070  5657 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:41.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.738117  5657 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:41.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.738179  5657 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:41.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.738230  5657 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45947/jwks.json
08:16:41.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.750092  5657 master_runner.cc:387] Master server non-default flags:
08:16:41.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/logs
08:16:41.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:41.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:41.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:41.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.110.148:34737
08:16:41.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:41.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:41.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/data
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/wal
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46429
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.110.190:45295,127.5.110.189:45625,127.5.110.188:37897
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.110.189:45625
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45947/jwks.json
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/data/info.pb
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.110.189
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:41.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:41.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.752100  5657 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:41.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.754930  5657 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:41.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.766179  5666 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:41.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.766360  5665 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:41.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.766381  5668 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:41.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.768396  5657 server_base.cc:1061] running on GCE node
08:16:41.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.769373  5657 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:41.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.771195  5657 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:41.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.772475  5657 hybrid_clock.cc:648] HybridClock initialized: now 1786522601772392 us; error 75 us; skew 500 ppm
08:16:41.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.772905  5657 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:41.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.775789  5657 webserver.cc:533] Webserver started at http://127.5.110.189:34585/ using document root <none> and password file <none>
08:16:41.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.776716  5657 fs_manager.cc:362] Metadata directory not provided
08:16:41.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.776855  5657 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:41.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.777215  5657 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:41.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.780241  5657 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/data/instance:
08:16:41.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f70d9c4abe2c428caa7e60b55ba28918"
08:16:41.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:41 on dist-test-slave-csg5"
08:16:41.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.781160  5657 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/wal/instance:
08:16:41.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f70d9c4abe2c428caa7e60b55ba28918"
08:16:41.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:41 on dist-test-slave-csg5"
08:16:41.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.787704  5657 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
08:16:41.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.791821  5675 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:41.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.793496  5657 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
08:16:41.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.793680  5657 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/wal
08:16:41.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f70d9c4abe2c428caa7e60b55ba28918"
08:16:41.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:41 on dist-test-slave-csg5"
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.793913  5657 fs_report.cc:389] FS layout report
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/wal
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/wal
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/data/data
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:41.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.840736  5657 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:41.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.841785  5657 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:41.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.842074  5657 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:41.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.868469  5657 rpc_server.cc:307] RPC server started. Bound to: 127.5.110.189:45625
08:16:41.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.868525  5738 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.110.189:45625 every 8 connection(s)
08:16:41.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.870106  5657 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/data/info.pb
08:16:41.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.875109  5739 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:41.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.876482  5562 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 5657
08:16:41.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.876703  5562 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-1/wal/instance
08:16:41.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.878263  5562 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:41.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:41.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/wal
08:16:41.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/data
08:16:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/logs
08:16:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/data/info.pb
08:16:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:41.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:41.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:41.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:41.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:41.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:41.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:41.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:41.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.110.188:37897
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.110.188
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.110.148:34737
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.110.190:45295,127.5.110.189:45625,127.5.110.188:37897
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45947/jwks.json
08:16:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46429 with env {}
08:16:41.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.885982  5739 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } has no permanent_uuid. Determining permanent_uuid...
08:16:41.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.907179  5739 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } has no permanent_uuid. Determining permanent_uuid...
08:16:41.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.920074  5739 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } has no permanent_uuid. Determining permanent_uuid...
08:16:41.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.921859  5676 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:41.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.924592  5739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.188:37897: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:41.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:41.974076  5739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } attempt: 1
08:16:41.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:41.977100  5739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.188:37897: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:42.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.003415  5656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } attempt: 5
08:16:42.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.011773  5656 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } has no permanent_uuid. Determining permanent_uuid...
08:16:42.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.014307  5656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.188:37897: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:42.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.045607  5739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } attempt: 2
08:16:42.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.048463  5739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.188:37897: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:42.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.065550  5656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } attempt: 1
08:16:42.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.069769  5656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.188:37897: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:42.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.138101  5656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } attempt: 2
08:16:42.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.139809  5739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } attempt: 3
08:16:42.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.140892  5656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.188:37897: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:42.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.142439  5739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.188:37897: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:42.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.247224  5656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } attempt: 3
08:16:42.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.250411  5656 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.188:37897: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:42.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.285728  5739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } attempt: 4
08:16:42.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.288533  5739 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.110.188:37897: Network error: Client connection negotiation failed: client connection to 127.5.110.188:37897: connect: Connection refused (error 111)
08:16:42.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.304967  5740 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:42.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.305394  5740 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:42.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.305512  5740 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:42.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.315481  5740 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:42.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.315603  5740 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:42.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.315676  5740 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:42.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.315722  5740 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:42.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.315783  5740 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:42.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.315836  5740 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45947/jwks.json
08:16:42.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.328189  5740 master_runner.cc:387] Master server non-default flags:
08:16:42.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/logs
08:16:42.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:42.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:42.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:42.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.110.148:34737
08:16:42.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:42.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:42.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/data
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/wal
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46429
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.110.190:45295,127.5.110.189:45625,127.5.110.188:37897
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.110.188:37897
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45947/jwks.json
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/data/info.pb
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.110.188
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:42.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:42.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.330117  5740 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:42.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.332264  5740 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:42.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.342296  5750 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:42.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.342262  5751 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:42.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.344098  5753 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:42.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.344431  5740 server_base.cc:1061] running on GCE node
08:16:42.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.345474  5740 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:42.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.347163  5740 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:42.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.348429  5740 hybrid_clock.cc:648] HybridClock initialized: now 1786522602348345 us; error 42 us; skew 500 ppm
08:16:42.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.349110  5740 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:42.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.353025  5740 webserver.cc:533] Webserver started at http://127.5.110.188:46135/ using document root <none> and password file <none>
08:16:42.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.354277  5740 fs_manager.cc:362] Metadata directory not provided
08:16:42.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.354450  5740 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:42.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.355016  5740 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:42.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.357846  5740 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/data/instance:
08:16:42.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db43f35e9ab64f41943ec0b076ededf5"
08:16:42.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:42 on dist-test-slave-csg5"
08:16:42.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.358786  5740 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/wal/instance:
08:16:42.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db43f35e9ab64f41943ec0b076ededf5"
08:16:42.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:42 on dist-test-slave-csg5"
08:16:42.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.365443  5740 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.001s	sys 0.004s
08:16:42.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.369729  5760 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:42.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.371479  5740 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
08:16:42.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.371667  5740 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/wal
08:16:42.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "db43f35e9ab64f41943ec0b076ededf5"
08:16:42.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:42 on dist-test-slave-csg5"
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.371881  5740 fs_report.cc:389] FS layout report
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/wal
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/wal
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/data/data
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:42.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:42.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.390163  5740 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:42.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.391247  5740 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:42.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.391609  5740 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:42.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.415386  5740 rpc_server.cc:307] RPC server started. Bound to: 127.5.110.188:37897
08:16:42.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.415422  5826 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.110.188:37897 every 8 connection(s)
08:16:42.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.417196  5740 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/data/info.pb
08:16:42.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.422276  5827 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:42.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.427557  5562 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 5740
08:16:42.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.427735  5656 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } attempt: 4
08:16:42.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.427909  5562 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17227492209405948258/master-2/wal/instance
08:16:42.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.429190  5827 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } has no permanent_uuid. Determining permanent_uuid...
08:16:42.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.456903  5827 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } has no permanent_uuid. Determining permanent_uuid...
08:16:42.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.457965  5656 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0: Bootstrap starting.
08:16:42.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.462165  5656 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0: Neither blocks nor log segments found. Creating new log.
08:16:42.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.463788  5656 log.cc:826] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0: Log is configured to *not* fsync() on all Append() calls
08:16:42.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.466188  5827 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } has no permanent_uuid. Determining permanent_uuid...
08:16:42.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.468576  5656 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0: No bootstrap required, opened a new log
08:16:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.477402  5656 raft_consensus.cc:359] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } }
08:16:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.478205  5656 raft_consensus.cc:385] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.478510  5656 raft_consensus.cc:740] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d0ece818fec74e089440388ad5c537c0, State: Initialized, Role: FOLLOWER
08:16:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.479368  5827 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5: Bootstrap starting.
08:16:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.479383  5656 consensus_queue.cc:260] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [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: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } }
08:16:42.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.480693  5836 sys_catalog.cc:455] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [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: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.481267  5836 sys_catalog.cc:458] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [sys.catalog]: This master's current role is: FOLLOWER
08:16:42.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.482120  5656 sys_catalog.cc:565] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [sys.catalog]: configured and running, proceeding with master startup.
08:16:42.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.484059  5827 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5: Neither blocks nor log segments found. Creating new log.
08:16:42.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.486178  5827 log.cc:826] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5: Log is configured to *not* fsync() on all Append() calls
08:16:42.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.490607  5827 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5: No bootstrap required, opened a new log
08:16:42.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.491142  5562 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:16:42.494 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:42.494 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:16:42.495 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.110.190"
      port: 45295
    }
    bound_http_address {
      host: "127.5.110.190"
      port: 43267
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.110.189"
      port: 45625
    }
    bound_http_address {
      host: "127.5.110.189"
      port: 34585
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.110.188"
      port: 37897
    }
    bound_http_address {
      host: "127.5.110.188"
      port: 46135
    }
  }
}

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

08:16:42.498 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:42.500 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:42.503 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:42.496 [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=	
08:16:42.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.502472  5827 raft_consensus.cc:359] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } }
08:16:42.503 [INFO - Metastore-Handler-Pool: Thread-134] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:42.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.503398  5827 raft_consensus.cc:385] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:42.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.503749  5827 raft_consensus.cc:740] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db43f35e9ab64f41943ec0b076ededf5, State: Initialized, Role: FOLLOWER
08:16:42.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.504040  5852 client.h:373] Failed to connect to Hive Metastore (localhost:46429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:42.504 [INFO - Metastore-Handler-Pool: Thread-134] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@494ad562, with PersistenceManager: null will be shutdown
08:16:42.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.504908  5827 consensus_queue.cc:260] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [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: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } }
08:16:42.505 [INFO - Metastore-Handler-Pool: Thread-134] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@494ad562, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4e722a7d created in the thread with id: 134
08:16:42.512 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@494ad562
08:16:42.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.512589  5857 sys_catalog.cc:455] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [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: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.514257  5857 sys_catalog.cc:458] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [sys.catalog]: This master's current role is: FOLLOWER
08:16:42.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.514406  5827 sys_catalog.cc:565] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [sys.catalog]: configured and running, proceeding with master startup.
08:16:42.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.516508  5598 tablet.cc:2406] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:42.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.533782  5859 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:16:42.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.534410  5859 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:16:42.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.526712  5574 master_runner.cc:187] Error getting master registration for 127.5.110.189:45625: OK, instance_id { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" instance_seqno: 1786522601861419 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:42.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.541079  5574 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:42.563 [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=	
08:16:42.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.564884  5873 client.h:373] Failed to connect to Hive Metastore (localhost:46429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:42.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.587831  5739 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } attempt: 5
08:16:42.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.605926  5739 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918: Bootstrap starting.
08:16:42.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.612017  5739 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918: Neither blocks nor log segments found. Creating new log.
08:16:42.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.617945  5739 log.cc:826] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918: Log is configured to *not* fsync() on all Append() calls
08:16:42.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.622402  5740 master_runner.cc:187] Error getting master registration for 127.5.110.189:45625: OK, instance_id { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" instance_seqno: 1786522601861419 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:42.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.630301  5740 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:42.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.633214  5739 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918: No bootstrap required, opened a new log
08:16:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.633982  5879 catalog_manager.cc:1594] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:16:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.634328  5879 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:16:42.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.642365  5739 raft_consensus.cc:359] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } }
08:16:42.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.644121  5739 raft_consensus.cc:385] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:42.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.644373  5767 tablet.cc:2406] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:42.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.659875  5739 raft_consensus.cc:740] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f70d9c4abe2c428caa7e60b55ba28918, State: Initialized, Role: FOLLOWER
08:16:42.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.661828  5739 consensus_queue.cc:260] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [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: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } }
08:16:42.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.662501  5836 raft_consensus.cc:493] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:16:42.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.663053  5836 raft_consensus.cc:515] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } }
08:16:42.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.665313  5836 leader_election.cc:290] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f70d9c4abe2c428caa7e60b55ba28918 (127.5.110.189:45625), db43f35e9ab64f41943ec0b076ededf5 (127.5.110.188:37897)
08:16:42.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.666824  5797 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d0ece818fec74e089440388ad5c537c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db43f35e9ab64f41943ec0b076ededf5" is_pre_election: true
08:16:42.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.667505  5797 raft_consensus.cc:2468] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d0ece818fec74e089440388ad5c537c0 in term 0.
08:16:42.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.669143  5592 leader_election.cc:304] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [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: d0ece818fec74e089440388ad5c537c0, db43f35e9ab64f41943ec0b076ededf5; no voters: 
08:16:42.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.670001  5836 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:16:42.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.670171  5836 raft_consensus.cc:493] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:16:42.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.670286  5836 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 0 FOLLOWER]: Advancing to term 1
08:16:42.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.673965  5836 raft_consensus.cc:515] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } }
08:16:42.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.677600  5797 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d0ece818fec74e089440388ad5c537c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db43f35e9ab64f41943ec0b076ededf5"
08:16:42.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.677896  5797 raft_consensus.cc:3060] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [term 0 FOLLOWER]: Advancing to term 1
08:16:42.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.683444  5797 raft_consensus.cc:2468] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0ece818fec74e089440388ad5c537c0 in term 1.
08:16:42.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.684898  5592 leader_election.cc:304] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [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: d0ece818fec74e089440388ad5c537c0, db43f35e9ab64f41943ec0b076ededf5; no voters: 
08:16:42.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.689332  5836 leader_election.cc:290] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [CANDIDATE]: Term 1 election: Requested vote from peers f70d9c4abe2c428caa7e60b55ba28918 (127.5.110.189:45625), db43f35e9ab64f41943ec0b076ededf5 (127.5.110.188:37897)
08:16:42.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.691617  5836 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 1 FOLLOWER]: Leader election won for term 1
08:16:42.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.693099  5836 raft_consensus.cc:697] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [term 1 LEADER]: Becoming Leader. State: Replica: d0ece818fec74e089440388ad5c537c0, State: Running, Role: LEADER
08:16:42.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.698007  5836 consensus_queue.cc:237] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [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: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } }
08:16:42.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.708195  5882 sys_catalog.cc:455] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [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: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.711433  5709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d0ece818fec74e089440388ad5c537c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f70d9c4abe2c428caa7e60b55ba28918"
08:16:42.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.711961  5709 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [term 0 FOLLOWER]: Advancing to term 1
08:16:42.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.715749  5709 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d0ece818fec74e089440388ad5c537c0 in term 1.
08:16:42.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.711329  5710 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d0ece818fec74e089440388ad5c537c0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f70d9c4abe2c428caa7e60b55ba28918" is_pre_election: true
08:16:42.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.716802  5710 raft_consensus.cc:2376] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate d0ece818fec74e089440388ad5c537c0 in term 1. Re-sending same reply.
08:16:42.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.719098  5739 sys_catalog.cc:565] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [sys.catalog]: configured and running, proceeding with master startup.
08:16:42.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.711359  5882 sys_catalog.cc:458] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [sys.catalog]: This master's current role is: FOLLOWER
08:16:42.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.725417  5883 sys_catalog.cc:455] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d0ece818fec74e089440388ad5c537c0. Latest consensus state: current_term: 1 leader_uuid: "d0ece818fec74e089440388ad5c537c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.725860  5883 sys_catalog.cc:458] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [sys.catalog]: This master's current role is: LEADER
08:16:42.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.738880  5889 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:16:42.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.750072  5889 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:16:42.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.772630  5797 raft_consensus.cc:1275] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [term 1 FOLLOWER]: Refusing update from remote peer d0ece818fec74e089440388ad5c537c0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:42.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.774026  5883 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:42.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.774442  5709 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [term 1 FOLLOWER]: Refusing update from remote peer d0ece818fec74e089440388ad5c537c0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:42.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.776607  5883 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:42.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.812919  5857 sys_catalog.cc:455] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d0ece818fec74e089440388ad5c537c0. Latest consensus state: current_term: 1 leader_uuid: "d0ece818fec74e089440388ad5c537c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.813313  5857 sys_catalog.cc:458] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [sys.catalog]: This master's current role is: FOLLOWER
08:16:42.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.816951  5890 mvcc.cc:204] Tried to move back new op lower bound from 7317596580939366400 to 7317596580682035200. Current Snapshot: MvccSnapshot[applied={T|T < 7317596580939366400}]
08:16:42.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.819882  5894 mvcc.cc:204] Tried to move back new op lower bound from 7317596580939366400 to 7317596580682035200. Current Snapshot: MvccSnapshot[applied={T|T < 7317596580939366400}]
08:16:42.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.821774  5883 sys_catalog.cc:455] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d0ece818fec74e089440388ad5c537c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.822044  5883 sys_catalog.cc:458] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [sys.catalog]: This master's current role is: LEADER
08:16:42.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.828567  5882 sys_catalog.cc:455] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d0ece818fec74e089440388ad5c537c0. Latest consensus state: current_term: 1 leader_uuid: "d0ece818fec74e089440388ad5c537c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.828888  5882 sys_catalog.cc:458] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [sys.catalog]: This master's current role is: FOLLOWER
08:16:42.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.831554  5889 catalog_manager.cc:1383] Generated new cluster ID: 4fdd7ed0f1f54282914de27994929d69
08:16:42.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.831668  5836 sys_catalog.cc:455] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d0ece818fec74e089440388ad5c537c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.832053  5836 sys_catalog.cc:458] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0 [sys.catalog]: This master's current role is: LEADER
08:16:42.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.834573  5895 mvcc.cc:204] Tried to move back new op lower bound from 7317596580939366400 to 7317596580682035200. Current Snapshot: MvccSnapshot[applied={T|T < 7317596580939366400}]
08:16:42.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.831699  5889 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:16:42.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.852552  5882 sys_catalog.cc:455] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d0ece818fec74e089440388ad5c537c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.852892  5882 sys_catalog.cc:458] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918 [sys.catalog]: This master's current role is: FOLLOWER
08:16:42.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.858484  5857 sys_catalog.cc:455] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d0ece818fec74e089440388ad5c537c0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d0ece818fec74e089440388ad5c537c0" member_type: VOTER last_known_addr { host: "127.5.110.190" port: 45295 } } peers { permanent_uuid: "f70d9c4abe2c428caa7e60b55ba28918" member_type: VOTER last_known_addr { host: "127.5.110.189" port: 45625 } } peers { permanent_uuid: "db43f35e9ab64f41943ec0b076ededf5" member_type: VOTER last_known_addr { host: "127.5.110.188" port: 37897 } } }
08:16:42.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.858780  5857 sys_catalog.cc:458] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5 [sys.catalog]: This master's current role is: FOLLOWER
08:16:42.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.879771  5889 catalog_manager.cc:1406] Generated new certificate authority record
08:16:42.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.883034  5889 catalog_manager.cc:1540] Loading token signing keys...
08:16:42.900 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:42.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:42.901182  5909 client.h:373] Failed to connect to Hive Metastore (localhost:46429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:42.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.919999  5889 catalog_manager.cc:6092] T 00000000000000000000000000000000 P d0ece818fec74e089440388ad5c537c0: Generated new TSK 0
08:16:42.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.923084  5889 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:16:42.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.927567  5889 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:16:42.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.928944  5889 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:16:42.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.940147  5913 catalog_manager.cc:1295] Loaded cluster ID: 4fdd7ed0f1f54282914de27994929d69
08:16:42.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.940639  5913 catalog_manager.cc:1588] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918: loading cluster ID for follower catalog manager: success
08:16:42.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.946309  5913 catalog_manager.cc:1610] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918: acquiring CA information for follower catalog manager: success
08:16:42.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:42.951571  5913 catalog_manager.cc:1638] T 00000000000000000000000000000000 P f70d9c4abe2c428caa7e60b55ba28918: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:16:43.118 [WARN - Metastore-Handler-Pool: Thread-134] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:43.154 [WARN - Metastore-Handler-Pool: Thread-134] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:43.155 [WARN - Metastore-Handler-Pool: Thread-134] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:43.508 [INFO - Metastore-Handler-Pool: Thread-134] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:16:43.521 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:43.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:43.522462  5852 client.h:373] Failed to connect to Hive Metastore (localhost:46429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:43.530 [INFO - Metastore-Handler-Pool: Thread-134] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive13145004975953810284/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:43.532 [INFO - Metastore-Handler-Pool: Thread-134] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13145004975953810284/external-warehouse/legacy_table
08:16:43.582 [INFO - Metastore-Handler-Pool: Thread-142] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:43.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:43.595178  5873 client.h:373] Failed to connect to Hive Metastore (localhost:46429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:43.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:43.637251  5879 catalog_manager.cc:1295] Loaded cluster ID: 4fdd7ed0f1f54282914de27994929d69
08:16:43.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:43.637404  5879 catalog_manager.cc:1588] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5: loading cluster ID for follower catalog manager: success
08:16:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:43.640710  5879 catalog_manager.cc:1610] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5: acquiring CA information for follower catalog manager: success
08:16:43.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:43.643244  5879 catalog_manager.cc:1638] T 00000000000000000000000000000000 P db43f35e9ab64f41943ec0b076ededf5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:16:43.684 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
08:16:43.728 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:43.736 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
08:16:43.751 [INFO - Metastore-Handler-Pool: Thread-134] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:16:43.820 [INFO - Metastore-Handler-Pool: Thread-134] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:16:43.820 [INFO - Metastore-Handler-Pool: Thread-134] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:16:43.917 [INFO - Metastore-Handler-Pool: Thread-143] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:43.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:43.918176  5909 client.h:373] Failed to connect to Hive Metastore (localhost:46429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:43.952 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
08:16:43.982 [INFO - Metastore-Handler-Pool: Thread-134] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
08:16:44.030 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
08:16:44.043 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:44.044 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
08:16:44.187 [WARN - Metastore-Handler-Pool: Thread-134] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:44.357 [WARN - Metastore-Handler-Pool: Thread-134] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:44.398 [WARN - Metastore-Handler-Pool: Thread-134] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:44.525 [INFO - Metastore-Handler-Pool: Thread-144] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:44.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:44.526002  5852 client.h:373] Failed to connect to Hive Metastore (localhost:46429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:44.540 [INFO - Metastore-Handler-Pool: Thread-134] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:16:44.541 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:16:44.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:44.541989  5562 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 5574
08:16:44.543 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:16:44.543 [INFO - Metastore-Handler-Pool: Thread-134] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@494ad562, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4e722a7d will be shutdown
08:16:44.543 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:16:44.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:44.543860  5649 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:44.598 [INFO - Metastore-Handler-Pool: Thread-145] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:44.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:44.599156  5873 client.h:373] Failed to connect to Hive Metastore (localhost:46429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:44.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:44.692127  5562 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 5574
08:16:44.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:44.720677  5562 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 5657
08:16:44.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:44.722234  5734 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:44.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:44.832828  5562 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 5657
08:16:44.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:44.860651  5562 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 5740
08:16:44.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:44.861992  5821 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:44.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:44.975544  5562 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 5740
08:16:45.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:45Z chronyd exiting
.08:16:45.149 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:45.150 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:45.150 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:45.170 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive7437568199079802288
08:16:45.171 [INFO - Thread-103] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:16:45.171 [INFO - Thread-103] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:16:45.173 [INFO - Thread-103] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:45.174 [INFO - Thread-103] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:45.174 [INFO - Thread-103] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:16:45.175 [INFO - Thread-103] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:16:45.176 [INFO - Thread-103] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:16:45.177 [INFO - Thread-103] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:16:45.177 [INFO - Thread-103] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:16:45.178 [INFO - Thread-103] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:16:45.179 [INFO - Thread-103] (HikariDataSource.java:80) objectstore - Starting...
08:16:45.258 [INFO - Thread-103] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:45.259 [INFO - Thread-103] (HikariDataSource.java:82) objectstore - Start completed.
08:16:45.260 [INFO - Thread-103] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:16:45.261 [INFO - Thread-103] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:16:45.263 [INFO - Thread-103] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:45.264 [INFO - Thread-103] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:16:45.280 [INFO - Thread-103] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:16:45.280 [INFO - Thread-103] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:16:45.280 [INFO - Thread-103] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:16:45.304 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:45.305 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:45.305 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:45.305 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:45.306 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:45.306 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:45.477 [INFO - Thread-103] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:16:45.477 [INFO - Thread-103] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39d1165e, with PersistenceManager: null will be shutdown
08:16:45.478 [INFO - Thread-103] (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: 146
08:16:45.479 [WARN - Thread-103] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
08:16:45.480 [INFO - Thread-103] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39d1165e
08:16:45.590 [INFO - Thread-103] (HMSHandler.java:595) Started creating a default database with name: default
08:16:45.615 [INFO - Thread-103] (HMSHandler.java:605) Successfully created a default database with name: default
08:16:45.644 [INFO - Thread-103] (HMSHandler.java:668) Added admin role in metastore
08:16:45.647 [INFO - Thread-103] (HMSHandler.java:677) Added public role in metastore
08:16:45.683 [INFO - Thread-103] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:16:45.684 [INFO - Thread-103] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:16:45.685 [INFO - Thread-103] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:16:45.685 [INFO - Thread-103] (HiveMetaStore.java:697) Direct SQL optimization = true
08:16:45.685 [WARN - Thread-103] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:16:45.686 [INFO - Thread-103] (HiveMetaStore.java:632) Started the new metaserver on port [35099]...
08:16:45.686 [INFO - Thread-103] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:16:45.686 [INFO - Thread-103] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:16:45.686 [INFO - Thread-103] (HiveMetaStore.java:635) TCP keepalive = true
08:16:45.686 [INFO - Thread-103] (HiveMetaStore.java:636) Enable SSL = false
08:16:46.173 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:46.174 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:46.174 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:46.175 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:16:46.175 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35099]
08:16:46.176 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35099) in binary transport mode
08:16:46.176 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35099) current connections: 1
08:16:46.178 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task8Or1LN/test-tmp
08:16:46.178 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
08:16:46.178 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task8Or1LN/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
08:16:46.191 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35099"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:16:46.614 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:46.615 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:16:46.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:46.618160  5964 mini_oidc.cc:150] Starting JWKS server
08:16:46.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:46.621227  5964 webserver.cc:533] Webserver started at http://127.0.0.1:35577/ using document root <none> and password file <none>
08:16:46.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:46.621609  5964 mini_oidc.cc:186] Starting OIDC Discovery server
08:16:46.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:46.622321  5964 webserver.cc:533] Webserver started at http://127.0.0.1:43349/ using document root <none> and password file <none>
08:16:46.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:46Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:16:46.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:46Z Disabled control of system clock
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:46.663688  5964 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/wal
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/data
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/logs
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/data/info.pb
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.211.62:34989
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.211.62
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.211.20:33067
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:46.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:46.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:46.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:46.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.211.62:34989,127.5.211.61:41627,127.5.211.60:44187
08:16:46.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:46.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35577/jwks.json
08:16:46.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35099 with env {}
08:16:47.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.079313  5976 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:47.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.079717  5976 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:47.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.079874  5976 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:47.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.092940  5976 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:47.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.093442  5976 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:47.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.093677  5976 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:47.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.093888  5976 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:47.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.094002  5976 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:47.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.094070  5976 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35577/jwks.json
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.105839  5976 master_runner.cc:387] Master server non-default flags:
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/logs
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.211.20:33067
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/data
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/wal
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35099
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.211.62:34989,127.5.211.61:41627,127.5.211.60:44187
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.211.62:34989
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35577/jwks.json
08:16:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/data/info.pb
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.211.62
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:47.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.108053  5976 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:47.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.110142  5976 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:47.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.120978  5985 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:47.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.120846  5982 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:47.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.120882  5983 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:47.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.122227  5976 server_base.cc:1061] running on GCE node
08:16:47.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.123246  5976 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:47.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.125032  5976 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:47.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.126394  5976 hybrid_clock.cc:648] HybridClock initialized: now 1786522607126226 us; error 65 us; skew 500 ppm
08:16:47.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.126876  5976 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:47.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.129633  5976 webserver.cc:533] Webserver started at http://127.5.211.62:38881/ using document root <none> and password file <none>
08:16:47.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.130563  5976 fs_manager.cc:362] Metadata directory not provided
08:16:47.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.130734  5976 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:47.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.131109  5976 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:47.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.134159  5976 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/data/instance:
08:16:47.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8bdc78d3ba72437d81d0d43c24909ffb"
08:16:47.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:47 on dist-test-slave-csg5"
08:16:47.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.135259  5976 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/wal/instance:
08:16:47.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8bdc78d3ba72437d81d0d43c24909ffb"
08:16:47.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:47 on dist-test-slave-csg5"
08:16:47.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.141872  5976 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.001s	sys 0.005s
08:16:47.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.146503  5993 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:47.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.148523  5976 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
08:16:47.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.148717  5976 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/wal
08:16:47.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8bdc78d3ba72437d81d0d43c24909ffb"
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:47 on dist-test-slave-csg5"
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.148926  5976 fs_report.cc:389] FS layout report
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/wal
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/wal
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/data/data
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:47.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:47.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.169194  5976 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:47.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.170343  5976 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:47.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.170619  5976 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:47.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.195322  5976 rpc_server.cc:307] RPC server started. Bound to: 127.5.211.62:34989
08:16:47.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.195371  6055 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.211.62:34989 every 8 connection(s)
08:16:47.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.197319  5976 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/data/info.pb
08:16:47.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.200279  5964 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 5976
08:16:47.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.200626  5964 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-0/wal/instance
08:16:47.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.202963  6056 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:47.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.203655  5964 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:47.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/wal
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/data
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/logs
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/data/info.pb
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:47.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.211.61:41627
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.211.61
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.211.20:33067
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.211.62:34989,127.5.211.61:41627,127.5.211.60:44187
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35577/jwks.json
08:16:47.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35099 with env {}
08:16:47.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.210229  6056 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } has no permanent_uuid. Determining permanent_uuid...
08:16:47.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.237747  6056 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } has no permanent_uuid. Determining permanent_uuid...
08:16:47.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.239172  5995 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.211.61:41627: connect: Connection refused (error 111)
08:16:47.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.241389  6056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.61:41627: Network error: Client connection negotiation failed: client connection to 127.5.211.61:41627: connect: Connection refused (error 111)
08:16:47.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.290832  6056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } attempt: 1
08:16:47.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.293576  6056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.61:41627: Network error: Client connection negotiation failed: client connection to 127.5.211.61:41627: connect: Connection refused (error 111)
08:16:47.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.361918  6056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } attempt: 2
08:16:47.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.364658  6056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.61:41627: Network error: Client connection negotiation failed: client connection to 127.5.211.61:41627: connect: Connection refused (error 111)
08:16:47.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.455987  6056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } attempt: 3
08:16:47.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.458513  6056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.61:41627: Network error: Client connection negotiation failed: client connection to 127.5.211.61:41627: connect: Connection refused (error 111)
08:16:47.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.592533  6057 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:47.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.592928  6057 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:47.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.593008  6057 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:47.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.601831  6056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } attempt: 4
08:16:47.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.602161  6057 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:47.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.602252  6057 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:47.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.602335  6057 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:47.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.602376  6057 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:47.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.602430  6057 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:47.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.602478  6057 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35577/jwks.json
08:16:47.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.604597  6056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.61:41627: Network error: Client connection negotiation failed: client connection to 127.5.211.61:41627: connect: Connection refused (error 111)
08:16:47.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.614269  6057 master_runner.cc:387] Master server non-default flags:
08:16:47.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/logs
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.211.20:33067
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/data
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/wal
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35099
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.211.62:34989,127.5.211.61:41627,127.5.211.60:44187
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.211.61:41627
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35577/jwks.json
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/data/info.pb
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.211.61
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:47.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:47.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.616704  6057 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:47.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.618958  6057 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:47.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.629303  6066 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:47.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.629375  6067 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:47.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.629616  6069 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:47.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.631124  6057 server_base.cc:1061] running on GCE node
08:16:47.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.632130  6057 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:47.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.633822  6057 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:47.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.635069  6057 hybrid_clock.cc:648] HybridClock initialized: now 1786522607634990 us; error 61 us; skew 500 ppm
08:16:47.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.635454  6057 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:47.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.638084  6057 webserver.cc:533] Webserver started at http://127.5.211.61:40173/ using document root <none> and password file <none>
08:16:47.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.638993  6057 fs_manager.cc:362] Metadata directory not provided
08:16:47.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.639097  6057 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:47.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.639472  6057 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:47.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.642089  6057 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/data/instance:
08:16:47.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "266765b5e1b74b32b55bec11968edfe7"
08:16:47.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:47 on dist-test-slave-csg5"
08:16:47.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.643028  6057 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/wal/instance:
08:16:47.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "266765b5e1b74b32b55bec11968edfe7"
08:16:47.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:47 on dist-test-slave-csg5"
08:16:47.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.649128  6057 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.001s	sys 0.004s
08:16:47.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.653056  6076 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:47.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.654747  6057 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.654935  6057 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/wal
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "266765b5e1b74b32b55bec11968edfe7"
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:47 on dist-test-slave-csg5"
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.655145  6057 fs_report.cc:389] FS layout report
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/wal
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/wal
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/data/data
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:47.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:47.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:47.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.673316  6057 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:47.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.674337  6057 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:47.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.674608  6057 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:47.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.699458  6057 rpc_server.cc:307] RPC server started. Bound to: 127.5.211.61:41627
08:16:47.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.699501  6133 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.211.61:41627 every 8 connection(s)
08:16:47.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.701246  6057 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/data/info.pb
08:16:47.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.706494  6134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:47.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.709379  5964 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 6057
08:16:47.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.709617  5964 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-1/wal/instance
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.710937  5964 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/wal
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/data
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/logs
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/data/info.pb
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:47.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.211.60:44187
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.211.60
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.211.20:33067
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.211.62:34989,127.5.211.61:41627,127.5.211.60:44187
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35577/jwks.json
08:16:47.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35099 with env {}
08:16:47.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.713810  6134 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } has no permanent_uuid. Determining permanent_uuid...
08:16:47.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.729573  6134 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } has no permanent_uuid. Determining permanent_uuid...
08:16:47.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.741475  6134 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } has no permanent_uuid. Determining permanent_uuid...
08:16:47.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.743094  6080 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:47.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.745314  6134 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.60:44187: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:47.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.794777  6134 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } attempt: 1
08:16:47.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.797176  6134 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.60:44187: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:47.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.865453  6134 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } attempt: 2
08:16:47.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.868103  6134 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.60:44187: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:47.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.903980  6056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } attempt: 5
08:16:47.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.912223  6056 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } has no permanent_uuid. Determining permanent_uuid...
08:16:47.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.914960  6056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.60:44187: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:47.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.959429  6134 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } attempt: 3
08:16:47.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.962311  6134 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.60:44187: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:47.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:47.966279  6056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } attempt: 1
08:16:47.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:47.968976  6056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.60:44187: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:48.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.037319  6056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } attempt: 2
08:16:48.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.039844  6056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.60:44187: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:48.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.105602  6134 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } attempt: 4
08:16:48.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.108039  6134 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.60:44187: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:48.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.111395  6135 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:48.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.111761  6135 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:48.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.111850  6135 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:48.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.121991  6135 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:48.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.122112  6135 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:48.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.122181  6135 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:48.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.122238  6135 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:48.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.122296  6135 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:48.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.122345  6135 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35577/jwks.json
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.133689  6135 master_runner.cc:387] Master server non-default flags:
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/logs
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.211.20:33067
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/data
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/wal
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35099
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.211.62:34989,127.5.211.61:41627,127.5.211.60:44187
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.211.60:44187
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:48.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35577/jwks.json
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/data/info.pb
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.211.60
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:48.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.135696  6135 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:48.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.137614  6135 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:48.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.146109  6056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } attempt: 3
08:16:48.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.147187  6144 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:48.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.150301  6056 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.211.60:44187: Network error: Client connection negotiation failed: client connection to 127.5.211.60:44187: connect: Connection refused (error 111)
08:16:48.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.150538  6145 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:48.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.152977  6148 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:48.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.153376  6135 server_base.cc:1061] running on GCE node
08:16:48.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.154291  6135 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:48.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.156060  6135 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:48.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.157289  6135 hybrid_clock.cc:648] HybridClock initialized: now 1786522608157196 us; error 90 us; skew 500 ppm
08:16:48.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.157649  6135 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:48.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.160445  6135 webserver.cc:533] Webserver started at http://127.5.211.60:45475/ using document root <none> and password file <none>
08:16:48.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.161415  6135 fs_manager.cc:362] Metadata directory not provided
08:16:48.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.161528  6135 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:48.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.161896  6135 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:48.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.164621  6135 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/data/instance:
08:16:48.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "63437be188f748a19fd10048e1020b71"
08:16:48.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:48 on dist-test-slave-csg5"
08:16:48.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.165586  6135 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/wal/instance:
08:16:48.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "63437be188f748a19fd10048e1020b71"
08:16:48.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:48 on dist-test-slave-csg5"
08:16:48.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.172171  6135 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.001s
08:16:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.176375  6154 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:48.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.178170  6135 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
08:16:48.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.178434  6135 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/wal
08:16:48.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "63437be188f748a19fd10048e1020b71"
08:16:48.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:48 on dist-test-slave-csg5"
08:16:48.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.178728  6135 fs_report.cc:389] FS layout report
08:16:48.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/wal
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/wal
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/data/data
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:48.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.215019  6135 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:48.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.216025  6135 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:48.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.216295  6135 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:48.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.240701  6135 rpc_server.cc:307] RPC server started. Bound to: 127.5.211.60:44187
08:16:48.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.240739  6217 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.211.60:44187 every 8 connection(s)
08:16:48.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.242461  6135 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/data/info.pb
08:16:48.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.247006  5964 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 6135
08:16:48.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.247192  5964 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster17788413355637339774/master-2/wal/instance
08:16:48.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.247624  6218 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.256197  6218 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } has no permanent_uuid. Determining permanent_uuid...
08:16:48.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.268980  6218 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } has no permanent_uuid. Determining permanent_uuid...
08:16:48.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.276620  6218 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } has no permanent_uuid. Determining permanent_uuid...
08:16:48.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.289533  6218 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71: Bootstrap starting.
08:16:48.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.292598  5964 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:16:48.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.293596  6218 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71: Neither blocks nor log segments found. Creating new log.
08:16:48.294 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:48.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.294888  6218 log.cc:826] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71: Log is configured to *not* fsync() on all Append() calls
08:16:48.295 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:16:48.296 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.211.62"
      port: 34989
    }
    bound_http_address {
      host: "127.5.211.62"
      port: 38881
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.211.61"
      port: 41627
    }
    bound_http_address {
      host: "127.5.211.61"
      port: 40173
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.211.60"
      port: 44187
    }
    bound_http_address {
      host: "127.5.211.60"
      port: 45475
    }
  }
}

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

08:16:48.297 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:48.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.298702  6218 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71: No bootstrap required, opened a new log
08:16:48.299 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=3aac0d13-d079-4da4-b798-c0e733432aa6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.211.60:44187,127.5.211.61:41627,127.5.211.62:34989}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:48.301 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:48.301 [INFO - Metastore-Handler-Pool: Thread-167] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:48.301 [INFO - Metastore-Handler-Pool: Thread-167] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45a4f7c4, with PersistenceManager: null will be shutdown
08:16:48.302 [INFO - Metastore-Handler-Pool: Thread-167] (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: 167
08:16:48.307 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45a4f7c4
08:16:48.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.307288  6218 raft_consensus.cc:359] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } }
08:16:48.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.307969  6218 raft_consensus.cc:385] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:48.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.308260  6218 raft_consensus.cc:740] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 63437be188f748a19fd10048e1020b71, State: Initialized, Role: FOLLOWER
08:16:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.309302  6218 consensus_queue.cc:260] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [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: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } }
08:16:48.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.312253  6224 sys_catalog.cc:455] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [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: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.312870  6224 sys_catalog.cc:458] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [sys.catalog]: This master's current role is: FOLLOWER
08:16:48.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.313807  6218 sys_catalog.cc:565] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [sys.catalog]: configured and running, proceeding with master startup.
08:16:48.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.327600  6056 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } attempt: 4
08:16:48.336 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:48.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.337522  6236 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:48.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.345510  6056 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb: Bootstrap starting.
08:16:48.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.346915  6135 master_runner.cc:187] Error getting master registration for 127.5.211.62:34989: OK, instance_id { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" instance_seqno: 1786522607188657 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:48.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.361814  6135 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:48.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.365557  6056 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb: Neither blocks nor log segments found. Creating new log.
08:16:48.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.368191  6056 log.cc:826] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb: Log is configured to *not* fsync() on all Append() calls
08:16:48.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.372723  6240 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:16:48.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.373157  6240 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:16:48.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.376791  6056 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb: No bootstrap required, opened a new log
08:16:48.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.386559  6056 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } }
08:16:48.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.387375  6056 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:48.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.387694  6056 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8bdc78d3ba72437d81d0d43c24909ffb, State: Initialized, Role: FOLLOWER
08:16:48.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.388792  6056 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [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: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } }
08:16:48.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.399564  6244 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [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: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.401630  6244 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [sys.catalog]: This master's current role is: FOLLOWER
08:16:48.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.401419  6056 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [sys.catalog]: configured and running, proceeding with master startup.
08:16:48.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.407326  6134 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } attempt: 5
08:16:48.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.424305  6000 tablet.cc:2406] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:48.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.426391  6134 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7: Bootstrap starting.
08:16:48.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.431480  6134 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7: Neither blocks nor log segments found. Creating new log.
08:16:48.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.439200  6134 log.cc:826] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7: Log is configured to *not* fsync() on all Append() calls
08:16:48.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.453315  6134 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7: No bootstrap required, opened a new log
08:16:48.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.468966  6162 tablet.cc:2406] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:48.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.471660  6134 raft_consensus.cc:359] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } }
08:16:48.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.482858  6134 raft_consensus.cc:385] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:48.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.483430  6134 raft_consensus.cc:740] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 266765b5e1b74b32b55bec11968edfe7, State: Initialized, Role: FOLLOWER
08:16:48.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.485077  6134 consensus_queue.cc:260] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [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: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } }
08:16:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.489696  6256 sys_catalog.cc:455] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [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: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.492690  6256 sys_catalog.cc:458] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [sys.catalog]: This master's current role is: FOLLOWER
08:16:48.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.492517  6134 sys_catalog.cc:565] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [sys.catalog]: configured and running, proceeding with master startup.
08:16:48.520 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:48.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.521093  6260 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.532354  6269 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:16:48.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.543681  6224 raft_consensus.cc:493] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:16:48.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.544023  6224 raft_consensus.cc:515] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } }
08:16:48.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.546424  6224 leader_election.cc:290] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8bdc78d3ba72437d81d0d43c24909ffb (127.5.211.62:34989), 266765b5e1b74b32b55bec11968edfe7 (127.5.211.61:41627)
08:16:48.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.539597  5976 master_runner.cc:187] Error getting master registration for 127.5.211.61:41627: OK, instance_id { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" instance_seqno: 1786522607693154 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:48.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.548630  6106 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "63437be188f748a19fd10048e1020b71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "266765b5e1b74b32b55bec11968edfe7" is_pre_election: true
08:16:48.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.549146  5976 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:48.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.549520  6106 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 63437be188f748a19fd10048e1020b71 in term 0.
08:16:48.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.550868  6026 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "63437be188f748a19fd10048e1020b71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" is_pre_election: true
08:16:48.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.552107  6026 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 63437be188f748a19fd10048e1020b71 in term 0.
08:16:48.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.554021  6159 leader_election.cc:304] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [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: 63437be188f748a19fd10048e1020b71, 8bdc78d3ba72437d81d0d43c24909ffb; no voters: 
08:16:48.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.554638  6224 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:16:48.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.554857  6224 raft_consensus.cc:493] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:16:48.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.554957  6224 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 0 FOLLOWER]: Advancing to term 1
08:16:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.559983  6224 raft_consensus.cc:515] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } }
08:16:48.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.561879  6026 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "63437be188f748a19fd10048e1020b71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8bdc78d3ba72437d81d0d43c24909ffb"
08:16:48.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.562144  6026 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [term 0 FOLLOWER]: Advancing to term 1
08:16:48.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.566264  6026 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 63437be188f748a19fd10048e1020b71 in term 1.
08:16:48.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.567162  6159 leader_election.cc:304] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [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: 63437be188f748a19fd10048e1020b71, 8bdc78d3ba72437d81d0d43c24909ffb; no voters: 
08:16:48.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.568084  6277 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 1 FOLLOWER]: Leader election won for term 1
08:16:48.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.569228  6106 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "63437be188f748a19fd10048e1020b71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "266765b5e1b74b32b55bec11968edfe7"
08:16:48.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.569514  6106 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [term 0 FOLLOWER]: Advancing to term 1
08:16:48.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.572701  6277 raft_consensus.cc:697] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [term 1 LEADER]: Becoming Leader. State: Replica: 63437be188f748a19fd10048e1020b71, State: Running, Role: LEADER
08:16:48.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.573520  6106 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 63437be188f748a19fd10048e1020b71 in term 1.
08:16:48.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.573451  6277 consensus_queue.cc:237] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [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: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } }
08:16:48.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.574949  6224 leader_election.cc:290] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [CANDIDATE]: Term 1 election: Requested vote from peers 8bdc78d3ba72437d81d0d43c24909ffb (127.5.211.62:34989), 266765b5e1b74b32b55bec11968edfe7 (127.5.211.61:41627)
08:16:48.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.586127  6278 sys_catalog.cc:455] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 63437be188f748a19fd10048e1020b71. Latest consensus state: current_term: 1 leader_uuid: "63437be188f748a19fd10048e1020b71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.586573  6278 sys_catalog.cc:458] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [sys.catalog]: This master's current role is: LEADER
08:16:48.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.592960  6281 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:16:48.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.596860  6281 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:16:48.611 [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=	
08:16:48.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.613014  6279 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:48.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.630870  6286 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:16:48.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.648995  6106 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [term 1 FOLLOWER]: Refusing update from remote peer 63437be188f748a19fd10048e1020b71: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:48.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.649089  6026 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [term 1 FOLLOWER]: Refusing update from remote peer 63437be188f748a19fd10048e1020b71: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:48.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.650352  6278 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:48.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.651211  6277 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:48.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:48.677775  6083 tablet.cc:2406] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:48.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.679932  6256 sys_catalog.cc:455] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 63437be188f748a19fd10048e1020b71. Latest consensus state: current_term: 1 leader_uuid: "63437be188f748a19fd10048e1020b71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.680279  6256 sys_catalog.cc:458] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [sys.catalog]: This master's current role is: FOLLOWER
08:16:48.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.683776  6285 mvcc.cc:204] Tried to move back new op lower bound from 7317596605014376448 to 7317596604738772992. Current Snapshot: MvccSnapshot[applied={T|T < 7317596605014376448}]
08:16:48.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.692844  6224 sys_catalog.cc:455] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "63437be188f748a19fd10048e1020b71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.693212  6224 sys_catalog.cc:458] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [sys.catalog]: This master's current role is: LEADER
08:16:48.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.695406  6256 sys_catalog.cc:455] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "63437be188f748a19fd10048e1020b71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.695668  6256 sys_catalog.cc:458] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7 [sys.catalog]: This master's current role is: FOLLOWER
08:16:48.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.698271  6281 catalog_manager.cc:1383] Generated new cluster ID: 65c0b10338a64da29dab55d58ebeb959
08:16:48.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.698410  6281 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:16:48.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.698427  6244 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 63437be188f748a19fd10048e1020b71. Latest consensus state: current_term: 1 leader_uuid: "63437be188f748a19fd10048e1020b71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.698827  6244 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [sys.catalog]: This master's current role is: FOLLOWER
08:16:48.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.712327  6224 sys_catalog.cc:455] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "63437be188f748a19fd10048e1020b71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.712608  6224 sys_catalog.cc:458] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71 [sys.catalog]: This master's current role is: LEADER
08:16:48.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.715618  6289 mvcc.cc:204] Tried to move back new op lower bound from 7317596605014376448 to 7317596604738772992. Current Snapshot: MvccSnapshot[applied={T|T < 7317596605014376448}]
08:16:48.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.730849  6244 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "63437be188f748a19fd10048e1020b71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8bdc78d3ba72437d81d0d43c24909ffb" member_type: VOTER last_known_addr { host: "127.5.211.62" port: 34989 } } peers { permanent_uuid: "266765b5e1b74b32b55bec11968edfe7" member_type: VOTER last_known_addr { host: "127.5.211.61" port: 41627 } } peers { permanent_uuid: "63437be188f748a19fd10048e1020b71" member_type: VOTER last_known_addr { host: "127.5.211.60" port: 44187 } } }
08:16:48.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.731132  6244 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb [sys.catalog]: This master's current role is: FOLLOWER
08:16:48.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.752408  6281 catalog_manager.cc:1406] Generated new certificate authority record
08:16:48.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.761019  6281 catalog_manager.cc:1540] Loading token signing keys...
08:16:48.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.789711  6281 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 63437be188f748a19fd10048e1020b71: Generated new TSK 0
08:16:48.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.791115  6281 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:16:48.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.792694  6281 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:16:48.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:48.794031  6281 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:16:48.824 [WARN - Metastore-Handler-Pool: Thread-167] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:48.841 [WARN - Metastore-Handler-Pool: Thread-167] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:48.841 [WARN - Metastore-Handler-Pool: Thread-167] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:48.966 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:48.972 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive7437568199079802288/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=3aac0d13-d079-4da4-b798-c0e733432aa6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.211.60:44187,127.5.211.61:41627,127.5.211.62:34989}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:48.980 [INFO - Metastore-Handler-Pool: Thread-167] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7437568199079802288/external-warehouse/table
08:16:49.143 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:49.191 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:49.193 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:49.195 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:16:49.198 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive7437568199079802288/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:49.200 [INFO - Metastore-Handler-Pool: Thread-167] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7437568199079802288/external-warehouse/legacy_table
08:16:49.239 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
08:16:49.250 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:49.254 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.267 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.310 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.310 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.333 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.344 [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=	
08:16:49.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:49.346182  6236 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:49.355 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.368 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.368 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.379 [DEBUG - Metastore-Handler-Pool: Thread-167] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
08:16:49.380 [DEBUG - Metastore-Handler-Pool: Thread-167] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:16:49.381 [DEBUG - Metastore-Handler-Pool: Thread-167] (Connection.java:748) [peer master-127.5.211.60:44187(127.5.211.60:44187)] connecting to peer
08:16:49.383 [DEBUG - Metastore-Handler-Pool: Thread-167] (Connection.java:748) [peer master-127.5.211.61:41627(127.5.211.61:41627)] connecting to peer
08:16:49.385 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.211.60:44187(127.5.211.60:44187)] Successfully connected to peer
08:16:49.391 [DEBUG - Metastore-Handler-Pool: Thread-167] (Connection.java:748) [peer master-127.5.211.62:34989(127.5.211.62:34989)] connecting to peer
08:16:49.393 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.5.211.61:41627(127.5.211.61:41627)] Successfully connected to peer
08:16:49.403 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.5.211.62:34989(127.5.211.62:34989)] Successfully connected to peer
08:16:49.404 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.211.60
08:16:49.421 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.211.61
08:16:49.423 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.211.62
08:16:49.437 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:49.454 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:49.456 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x77e902f6, L:/127.0.0.1:46600 - R:/127.5.211.60:44187] using SASL/PLAIN
08:16:49.461 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:49.462 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:16:49.465 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:16:49.466 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x0f6f3180, L:/127.0.0.1:57682 - R:/127.5.211.62:34989] using SASL/PLAIN
08:16:49.466 [ERROR - Metastore-Handler-Pool: Thread-167] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:16:49.468 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.487 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x8b7e8df9, L:/127.0.0.1:52154 - R:/127.5.211.61:41627] using SASL/PLAIN
08:16:49.488 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.502 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.502 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.509 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.524 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.530 [INFO - Metastore-Handler-Pool: Thread-180] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:49.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:49.531684  6260 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:49.545 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.545 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:49.545644  6269 catalog_manager.cc:1295] Loaded cluster ID: 65c0b10338a64da29dab55d58ebeb959
08:16:49.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:49.545998  6269 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb: loading cluster ID for follower catalog manager: success
08:16:49.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:49.550824  6269 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb: acquiring CA information for follower catalog manager: success
08:16:49.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:49.554883  6269 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 8bdc78d3ba72437d81d0d43c24909ffb: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:16:49.555 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.569 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.581 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.581 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.588 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:16:49.590 [ERROR - Metastore-Handler-Pool: Thread-167] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:16:49.591 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.603 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.621 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.621 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.623 [INFO - Metastore-Handler-Pool: Thread-181] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:49.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:49.624189  6279 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:49.627 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:16:49.629 [ERROR - Metastore-Handler-Pool: Thread-167] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:16:49.630 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:49.658341  6286 catalog_manager.cc:1295] Loaded cluster ID: 65c0b10338a64da29dab55d58ebeb959
08:16:49.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:49.658862  6286 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7: loading cluster ID for follower catalog manager: success
08:16:49.662 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:49.673311  6286 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7: acquiring CA information for follower catalog manager: success
08:16:49.682 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.682 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:49.682741  6286 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 266765b5e1b74b32b55bec11968edfe7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:16:49.701 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.714 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.749 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.749 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.775 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.792 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.814 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.814 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.820 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:16:49.838 [ERROR - Metastore-Handler-Pool: Thread-167] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:16:49.841 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.875 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.917 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.917 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:49.935 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:49.951 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:49.983 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:49.984 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:50.016 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:50.044 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:50.057 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:50.057 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:50.080 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:50.108 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:50.148 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:50.148 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:50.360 [INFO - Metastore-Handler-Pool: Thread-182] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:50.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:50.361538  6236 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:50.362 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:16:50.366 [ERROR - Metastore-Handler-Pool: Thread-167] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

08:16:50.368 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:50.399 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:50.415 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:50.415 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:50.427 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:50.437 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:50.447 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:50.447 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:50.454 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:50.463 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:50.472 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:50.472 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:50.479 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:50.486 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:50.487 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:50.534 [INFO - Metastore-Handler-Pool: Thread-183] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:50.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:50.535248  6260 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:50.584 [WARN - Metastore-Handler-Pool: Thread-167] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:50.626 [INFO - Metastore-Handler-Pool: Thread-184] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:50.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:50.627511  6279 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:50.703 [WARN - Metastore-Handler-Pool: Thread-167] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:50.736 [WARN - Metastore-Handler-Pool: Thread-167] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:50.864 [WARN - Metastore-Handler-Pool: Thread-167] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive7437568199079802288/warehouse/default/table
08:16:50.865 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:50.868 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:50.880 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive7437568199079802288/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:50.885 [WARN - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:2452) Location: file:/tmp/hive7437568199079802288/external-warehouse/table specified for non-external table:table
08:16:50.886 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:50.886 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:50.922 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:50.985 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:50.989 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:51.023 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:51.046 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:51.046 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:51.050 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:16:51.052 [ERROR - Metastore-Handler-Pool: Thread-167] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

08:16:51.085 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:51.095 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:51.105 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:51.105 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:51.111 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
08:16:51.122 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:16:51.131 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:16:51.131 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:16:51.139 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:51.148 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:51.149 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:51.203 [INFO - Metastore-Handler-Pool: Thread-167] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:16:51.205 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=3aac0d13-d079-4da4-b798-c0e733432aa6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.211.60:44187,127.5.211.61:41627,127.5.211.62:34989}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:51.207 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:51.209 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive7437568199079802288/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=3aac0d13-d079-4da4-b798-c0e733432aa6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.211.60:44187,127.5.211.61:41627,127.5.211.62:34989}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:51.211 [INFO - Metastore-Handler-Pool: Thread-167] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7437568199079802288/external-warehouse/table
08:16:51.231 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:51.247 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:51.249 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:51.262 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:51.271 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:51.272 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:16:51.278 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:51.286 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:51.288 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:16:51.327 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:16:51.327 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:16:51.327 [INFO - Metastore-Handler-Pool: Thread-167] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45a4f7c4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3f160586 will be shutdown
08:16:51.328 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:16:51.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:51.327916  5964 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 5976
08:16:51.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:51.329982  6049 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:51.364 [INFO - Metastore-Handler-Pool: Thread-186] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:51.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:51.365159  6236 client.h:373] Failed to connect to Hive Metastore (localhost:35099): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:51.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:51.446084  5964 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 5976
08:16:51.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:51.474992  5964 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 6057
08:16:51.475 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.5.211.62:34989(127.5.211.62:34989)] handling channelInactive
08:16:51.475 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.5.211.62:34989(127.5.211.62:34989)] cleaning up while in state READY due to: connection closed
08:16:51.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:51.476346  6129 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:51.588073  5964 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 6057
08:16:51.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:51.616075  5964 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 6135
08:16:51.616 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.5.211.61:41627(127.5.211.61:41627)] handling channelInactive
08:16:51.617 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.5.211.61:41627(127.5.211.61:41627)] cleaning up while in state READY due to: connection closed
08:16:51.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:51.617628  6213 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:51.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:51.736617  5964 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 6135
08:16:51.768 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.211.60:44187(127.5.211.60:44187)] handling channelInactive
08:16:51.768 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.211.60:44187(127.5.211.60:44187)] cleaning up while in state READY due to: connection closed
08:16:51.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:51Z chronyd exiting
.08:16:51.916 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:51.917 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:51.917 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:51.937 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive3470242538817171955
08:16:51.938 [INFO - Thread-133] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:16:51.938 [INFO - Thread-133] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:16:51.941 [INFO - Thread-133] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:51.942 [INFO - Thread-133] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:51.942 [INFO - Thread-133] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:16:51.943 [INFO - Thread-133] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:16:51.944 [INFO - Thread-133] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:16:51.944 [INFO - Thread-133] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:16:51.945 [INFO - Thread-133] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:16:51.945 [INFO - Thread-133] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:16:51.946 [INFO - Thread-133] (HikariDataSource.java:80) objectstore - Starting...
08:16:52.026 [INFO - Thread-133] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:52.027 [INFO - Thread-133] (HikariDataSource.java:82) objectstore - Start completed.
08:16:52.027 [INFO - Thread-133] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:16:52.029 [INFO - Thread-133] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:16:52.031 [INFO - Thread-133] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:52.033 [INFO - Thread-133] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:16:52.047 [INFO - Thread-133] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:16:52.047 [INFO - Thread-133] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:16:52.047 [INFO - Thread-133] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:16:52.069 [WARN - Thread-133] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:52.069 [WARN - Thread-133] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:52.070 [WARN - Thread-133] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:52.070 [WARN - Thread-133] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:52.070 [WARN - Thread-133] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:52.071 [WARN - Thread-133] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:52.306 [INFO - Thread-133] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:16:52.306 [INFO - Thread-133] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a44b1a5, with PersistenceManager: null will be shutdown
08:16:52.307 [INFO - Thread-133] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a44b1a5, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@adcd91e created in the thread with id: 187
08:16:52.309 [WARN - Thread-133] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
08:16:52.311 [INFO - Thread-133] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a44b1a5
08:16:52.429 [INFO - Thread-133] (HMSHandler.java:595) Started creating a default database with name: default
08:16:52.450 [INFO - Thread-133] (HMSHandler.java:605) Successfully created a default database with name: default
08:16:52.478 [INFO - Thread-133] (HMSHandler.java:668) Added admin role in metastore
08:16:52.480 [INFO - Thread-133] (HMSHandler.java:677) Added public role in metastore
08:16:52.510 [INFO - Thread-133] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:16:52.510 [INFO - Thread-133] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:16:52.511 [INFO - Thread-133] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:16:52.511 [INFO - Thread-133] (HiveMetaStore.java:697) Direct SQL optimization = true
08:16:52.511 [WARN - Thread-133] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:16:52.511 [INFO - Thread-133] (HiveMetaStore.java:632) Started the new metaserver on port [38591]...
08:16:52.511 [INFO - Thread-133] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:16:52.511 [INFO - Thread-133] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:16:52.512 [INFO - Thread-133] (HiveMetaStore.java:635) TCP keepalive = true
08:16:52.512 [INFO - Thread-133] (HiveMetaStore.java:636) Enable SSL = false
08:16:52.940 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:52.941 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:52.941 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:52.943 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:16:52.943 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38591]
08:16:52.943 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38591) in binary transport mode
08:16:52.944 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38591) current connections: 1
08:16:52.946 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task8Or1LN/test-tmp
08:16:52.947 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
08:16:52.947 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task8Or1LN/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
08:16:52.950 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38591"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

08:16:53.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.342485  6359 mini_oidc.cc:150] Starting JWKS server
08:16:53.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.345324  6359 webserver.cc:533] Webserver started at http://127.0.0.1:35029/ using document root <none> and password file <none>
08:16:53.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.345688  6359 mini_oidc.cc:186] Starting OIDC Discovery server
08:16:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.346370  6359 webserver.cc:533] Webserver started at http://127.0.0.1:41195/ using document root <none> and password file <none>
08:16:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:53Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:16:53.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:53Z Disabled control of system clock
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.385911  6359 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/wal
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/data
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/logs
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/data/info.pb
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:53.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.53.254:40843
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.53.254
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.53.212:39949
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.53.254:40843,127.6.53.253:44797,127.6.53.252:37623
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35029/jwks.json
08:16:53.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38591 with env {}
08:16:53.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.785547  6370 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:53.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.785969  6370 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:53.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.786062  6370 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.795955  6370 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.796080  6370 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.796144  6370 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.796190  6370 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.796255  6370 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.796308  6370 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35029/jwks.json
08:16:53.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.808406  6370 master_runner.cc:387] Master server non-default flags:
08:16:53.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/logs
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.53.212:39949
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/data
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/wal
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38591
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.53.254:40843,127.6.53.253:44797,127.6.53.252:37623
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.53.254:40843
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35029/jwks.json
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/data/info.pb
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.53.254
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:53.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.810261  6370 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:53.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.812376  6370 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:53.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.822748  6378 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:53.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.822732  6377 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:53.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.822849  6380 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:53.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.823381  6370 server_base.cc:1061] running on GCE node
08:16:53.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.824628  6370 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:53.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.826449  6370 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:53.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.827778  6370 hybrid_clock.cc:648] HybridClock initialized: now 1786522613827626 us; error 171 us; skew 500 ppm
08:16:53.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.828244  6370 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:53.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.831626  6370 webserver.cc:533] Webserver started at http://127.6.53.254:36919/ using document root <none> and password file <none>
08:16:53.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.832583  6370 fs_manager.cc:362] Metadata directory not provided
08:16:53.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.832731  6370 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:53.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.833176  6370 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:53.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.836011  6370 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/data/instance:
08:16:53.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "469de7773dd54c30bd56aff75e8abf59"
08:16:53.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:53 on dist-test-slave-csg5"
08:16:53.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.837013  6370 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/wal/instance:
08:16:53.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "469de7773dd54c30bd56aff75e8abf59"
08:16:53.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:53 on dist-test-slave-csg5"
08:16:53.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.843406  6370 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
08:16:53.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.847909  6387 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.849817  6370 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.850085  6370 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/wal
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "469de7773dd54c30bd56aff75e8abf59"
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:53 on dist-test-slave-csg5"
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.850391  6370 fs_report.cc:389] FS layout report
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/wal
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/wal
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/data/data
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:53.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.870383  6370 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:53.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.871498  6370 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:53.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.871874  6370 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:53.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.896983  6370 rpc_server.cc:307] RPC server started. Bound to: 127.6.53.254:40843
08:16:53.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.897003  6441 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.53.254:40843 every 8 connection(s)
08:16:53.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.899149  6370 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/data/info.pb
08:16:53.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.900933  6359 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 6370
08:16:53.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.901331  6359 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-0/wal/instance
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.904109  6359 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/wal
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/data
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/logs
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/data/info.pb
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:53.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.53.253:44797
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.53.253
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.53.212:39949
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.53.254:40843,127.6.53.253:44797,127.6.53.252:37623
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35029/jwks.json
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38591 with env {}
08:16:53.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.905488  6442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:53.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.912649  6442 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } has no permanent_uuid. Determining permanent_uuid...
08:16:53.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.932391  6442 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } has no permanent_uuid. Determining permanent_uuid...
08:16:53.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.933892  6388 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.53.253:44797: connect: Connection refused (error 111)
08:16:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.935878  6442 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.253:44797: Network error: Client connection negotiation failed: client connection to 127.6.53.253:44797: connect: Connection refused (error 111)
08:16:53.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:53.985325  6442 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } attempt: 1
08:16:53.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:53.988343  6442 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.253:44797: Network error: Client connection negotiation failed: client connection to 127.6.53.253:44797: connect: Connection refused (error 111)
08:16:54.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.056646  6442 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } attempt: 2
08:16:54.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.059175  6442 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.253:44797: Network error: Client connection negotiation failed: client connection to 127.6.53.253:44797: connect: Connection refused (error 111)
08:16:54.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.150586  6442 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } attempt: 3
08:16:54.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.153436  6442 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.253:44797: Network error: Client connection negotiation failed: client connection to 127.6.53.253:44797: connect: Connection refused (error 111)
08:16:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.295854  6443 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.296368  6443 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.296504  6443 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:54.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.296744  6442 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } attempt: 4
08:16:54.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.299345  6442 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.253:44797: Network error: Client connection negotiation failed: client connection to 127.6.53.253:44797: connect: Connection refused (error 111)
08:16:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.307108  6443 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.307262  6443 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.307479  6443 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.307554  6443 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.307646  6443 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.307725  6443 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35029/jwks.json
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.318635  6443 master_runner.cc:387] Master server non-default flags:
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/logs
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.53.212:39949
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/data
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/wal
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38591
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.53.254:40843,127.6.53.253:44797,127.6.53.252:37623
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.53.253:44797
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35029/jwks.json
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/data/info.pb
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.53.253
08:16:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:54.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:54.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.320992  6443 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:54.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.323251  6443 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:54.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.333493  6451 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:54.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.333513  6452 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:54.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.334792  6454 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:54.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.334792  6443 server_base.cc:1061] running on GCE node
08:16:54.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.335893  6443 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:54.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.337610  6443 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:54.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.338850  6443 hybrid_clock.cc:648] HybridClock initialized: now 1786522614338791 us; error 53 us; skew 500 ppm
08:16:54.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.339232  6443 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:54.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.341802  6443 webserver.cc:533] Webserver started at http://127.6.53.253:46083/ using document root <none> and password file <none>
08:16:54.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.342612  6443 fs_manager.cc:362] Metadata directory not provided
08:16:54.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.342792  6443 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:54.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.343132  6443 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.345755  6443 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/data/instance:
08:16:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f25751ba6b2a467384e7c9f79a09625c"
08:16:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:54 on dist-test-slave-csg5"
08:16:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.346621  6443 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/wal/instance:
08:16:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f25751ba6b2a467384e7c9f79a09625c"
08:16:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:54 on dist-test-slave-csg5"
08:16:54.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.354622  6443 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.000s
08:16:54.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.360337  6461 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.362066  6443 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.362268  6443 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/wal
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f25751ba6b2a467384e7c9f79a09625c"
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:54 on dist-test-slave-csg5"
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.362497  6443 fs_report.cc:389] FS layout report
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/wal
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/wal
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/data/data
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:54.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.381359  6443 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:54.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.382509  6443 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:54.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.382912  6443 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:54.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.408054  6443 rpc_server.cc:307] RPC server started. Bound to: 127.6.53.253:44797
08:16:54.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.408102  6522 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.53.253:44797 every 8 connection(s)
08:16:54.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.409919  6443 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/data/info.pb
08:16:54.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.415191  6523 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:54.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.418332  6359 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 6443
08:16:54.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.418581  6359 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-1/wal/instance
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.420051  6359 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/wal
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/data
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/logs
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/data/info.pb
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.53.252:37623
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.53.252
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.53.212:39949
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.53.254:40843,127.6.53.253:44797,127.6.53.252:37623
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35029/jwks.json
08:16:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38591 with env {}
08:16:54.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.422463  6523 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } has no permanent_uuid. Determining permanent_uuid...
08:16:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.440413  6523 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } has no permanent_uuid. Determining permanent_uuid...
08:16:54.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.452519  6523 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } has no permanent_uuid. Determining permanent_uuid...
08:16:54.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.453966  6462 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.456014  6523 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.252:37623: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.505441  6523 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } attempt: 1
08:16:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.507946  6523 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.252:37623: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.576327  6523 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } attempt: 2
08:16:54.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.579236  6523 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.252:37623: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.598695  6442 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } attempt: 5
08:16:54.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.607190  6442 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } has no permanent_uuid. Determining permanent_uuid...
08:16:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.609967  6442 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.252:37623: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.661299  6442 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } attempt: 1
08:16:54.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.663930  6442 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.252:37623: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.670606  6523 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } attempt: 3
08:16:54.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.673295  6523 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.252:37623: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.732357  6442 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } attempt: 2
08:16:54.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.735303  6442 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.252:37623: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.816625  6523 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } attempt: 4
08:16:54.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.819473  6523 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.252:37623: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.821445  6524 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:54.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.821872  6524 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:54.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.821966  6524 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:54.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.831552  6524 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:54.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.831681  6524 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:54.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.831745  6524 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:54.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.831787  6524 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:54.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.831844  6524 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:54.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.831892  6524 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35029/jwks.json
08:16:54.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.841609  6442 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } attempt: 3
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.844059  6524 master_runner.cc:387] Master server non-default flags:
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/logs
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.53.212:39949
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/data
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/wal
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38591
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.53.254:40843,127.6.53.253:44797,127.6.53.252:37623
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:54.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.53.252:37623
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35029/jwks.json
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/data/info.pb
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.53.252
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:54.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.844542  6442 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.53.252:37623: Network error: Client connection negotiation failed: client connection to 127.6.53.252:37623: connect: Connection refused (error 111)
08:16:54.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.846294  6524 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:54.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.849195  6524 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:54.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.860850  6533 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:54.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.861815  6534 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:54.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:54.863893  6536 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:54.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.864457  6524 server_base.cc:1061] running on GCE node
08:16:54.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.865641  6524 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:54.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.867584  6524 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:54.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.868868  6524 hybrid_clock.cc:648] HybridClock initialized: now 1786522614868785 us; error 62 us; skew 500 ppm
08:16:54.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.869390  6524 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:54.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.872516  6524 webserver.cc:533] Webserver started at http://127.6.53.252:39395/ using document root <none> and password file <none>
08:16:54.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.873549  6524 fs_manager.cc:362] Metadata directory not provided
08:16:54.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.873728  6524 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:54.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.874209  6524 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:54.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.877489  6524 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/data/instance:
08:16:54.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f47ad5b8b3ff43a39756d88fdf8210b8"
08:16:54.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:54 on dist-test-slave-csg5"
08:16:54.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.878607  6524 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/wal/instance:
08:16:54.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f47ad5b8b3ff43a39756d88fdf8210b8"
08:16:54.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:54 on dist-test-slave-csg5"
08:16:54.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.886320  6524 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.001s
08:16:54.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.891028  6543 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:54.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.893111  6524 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
08:16:54.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.893404  6524 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/wal
08:16:54.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f47ad5b8b3ff43a39756d88fdf8210b8"
08:16:54.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:54 on dist-test-slave-csg5"
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.893736  6524 fs_report.cc:389] FS layout report
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/wal
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/wal
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/data/data
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:54.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:54.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.933238  6524 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:54.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.934376  6524 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:54.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.934779  6524 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.962101  6524 rpc_server.cc:307] RPC server started. Bound to: 127.6.53.252:37623
08:16:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.962136  6602 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.53.252:37623 every 8 connection(s)
08:16:54.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.964110  6524 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/data/info.pb
08:16:54.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.966581  6359 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 6524
08:16:54.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.966861  6359 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster13327770269859518596/master-2/wal/instance
08:16:54.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.970548  6603 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:54.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:54.984539  6603 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } has no permanent_uuid. Determining permanent_uuid...
08:16:55.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.012684  6603 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } has no permanent_uuid. Determining permanent_uuid...
08:16:55.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.020850  6603 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } has no permanent_uuid. Determining permanent_uuid...
08:16:55.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.021953  6442 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } attempt: 4
08:16:55.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.040180  6603 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8: Bootstrap starting.
08:16:55.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.040597  6442 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 469de7773dd54c30bd56aff75e8abf59: Bootstrap starting.
08:16:55.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.040637  6359 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:16:55.044 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:55.044 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:16:55.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.046123  6603 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8: Neither blocks nor log segments found. Creating new log.
08:16:55.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.046123  6442 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 469de7773dd54c30bd56aff75e8abf59: Neither blocks nor log segments found. Creating new log.
08:16:55.046 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.6.53.254"
      port: 40843
    }
    bound_http_address {
      host: "127.6.53.254"
      port: 36919
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.6.53.253"
      port: 44797
    }
    bound_http_address {
      host: "127.6.53.253"
      port: 46083
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.6.53.252"
      port: 37623
    }
    bound_http_address {
      host: "127.6.53.252"
      port: 39395
    }
  }
}

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

08:16:55.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.048094  6442 log.cc:826] T 00000000000000000000000000000000 P 469de7773dd54c30bd56aff75e8abf59: Log is configured to *not* fsync() on all Append() calls
08:16:55.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.048094  6603 log.cc:826] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8: Log is configured to *not* fsync() on all Append() calls
08:16:55.049 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:55.050 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:16:55.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.050995  6359 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 6370
08:16:55.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.052951  6437 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:55.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.056329  6603 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8: No bootstrap required, opened a new log
08:16:55.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.063432  6603 raft_consensus.cc:359] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "469de7773dd54c30bd56aff75e8abf59" member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } } peers { permanent_uuid: "f25751ba6b2a467384e7c9f79a09625c" member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } } peers { permanent_uuid: "f47ad5b8b3ff43a39756d88fdf8210b8" member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } }
08:16:55.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.063875  6603 raft_consensus.cc:385] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:55.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.064021  6603 raft_consensus.cc:740] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f47ad5b8b3ff43a39756d88fdf8210b8, State: Initialized, Role: FOLLOWER
08:16:55.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.064958  6603 consensus_queue.cc:260] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [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: "469de7773dd54c30bd56aff75e8abf59" member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } } peers { permanent_uuid: "f25751ba6b2a467384e7c9f79a09625c" member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } } peers { permanent_uuid: "f47ad5b8b3ff43a39756d88fdf8210b8" member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } }
08:16:55.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.066329  6612 sys_catalog.cc:455] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [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: "469de7773dd54c30bd56aff75e8abf59" member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } } peers { permanent_uuid: "f25751ba6b2a467384e7c9f79a09625c" member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } } peers { permanent_uuid: "f47ad5b8b3ff43a39756d88fdf8210b8" member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } } }
08:16:55.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.066900  6612 sys_catalog.cc:458] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [sys.catalog]: This master's current role is: FOLLOWER
08:16:55.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.067963  6603 sys_catalog.cc:565] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [sys.catalog]: configured and running, proceeding with master startup.
08:16:55.083 [INFO - Metastore-Handler-Pool: Thread-210] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:16:55.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:55.086117  6624 client.h:373] Failed to connect to Hive Metastore (localhost:38591): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:16:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:55.094388  6628 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:16:55.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:55.094935  6628 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:16:55.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.118801  6523 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } attempt: 5
08:16:55.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.137259  6523 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c: Bootstrap starting.
08:16:55.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.143014  6523 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c: Neither blocks nor log segments found. Creating new log.
08:16:55.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.145154  6523 log.cc:826] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c: Log is configured to *not* fsync() on all Append() calls
08:16:55.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.155716  6523 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c: No bootstrap required, opened a new log
08:16:55.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.165745  6523 raft_consensus.cc:359] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "469de7773dd54c30bd56aff75e8abf59" member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } } peers { permanent_uuid: "f25751ba6b2a467384e7c9f79a09625c" member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } } peers { permanent_uuid: "f47ad5b8b3ff43a39756d88fdf8210b8" member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } }
08:16:55.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.166543  6523 raft_consensus.cc:385] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:55.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.166922  6523 raft_consensus.cc:740] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f25751ba6b2a467384e7c9f79a09625c, State: Initialized, Role: FOLLOWER
08:16:55.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.168212  6523 consensus_queue.cc:260] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c [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: "469de7773dd54c30bd56aff75e8abf59" member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } } peers { permanent_uuid: "f25751ba6b2a467384e7c9f79a09625c" member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } } peers { permanent_uuid: "f47ad5b8b3ff43a39756d88fdf8210b8" member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } }
08:16:55.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.176128  6631 sys_catalog.cc:455] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c [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: "469de7773dd54c30bd56aff75e8abf59" member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } } peers { permanent_uuid: "f25751ba6b2a467384e7c9f79a09625c" member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } } peers { permanent_uuid: "f47ad5b8b3ff43a39756d88fdf8210b8" member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } } }
08:16:55.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.179243  6631 sys_catalog.cc:458] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c [sys.catalog]: This master's current role is: FOLLOWER
08:16:55.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.179071  6523 sys_catalog.cc:565] T 00000000000000000000000000000000 P f25751ba6b2a467384e7c9f79a09625c [sys.catalog]: configured and running, proceeding with master startup.
08:16:55.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.182984  6359 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 6370
08:16:55.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:55.187940  6549 tablet.cc:2406] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:55.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.181964  6524 master_runner.cc:187] Error getting master registration for 127.6.53.254:40843: OK, instance_id { permanent_uuid: "469de7773dd54c30bd56aff75e8abf59" instance_seqno: 1786522613890035 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:55.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.205926  6524 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:55.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.229933  6359 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 6443
08:16:55.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.231571  6517 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:55.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.358871  6359 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 6443
08:16:55.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.389797  6612 raft_consensus.cc:493] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:16:55.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.390230  6612 raft_consensus.cc:515] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "469de7773dd54c30bd56aff75e8abf59" member_type: VOTER last_known_addr { host: "127.6.53.254" port: 40843 } } peers { permanent_uuid: "f25751ba6b2a467384e7c9f79a09625c" member_type: VOTER last_known_addr { host: "127.6.53.253" port: 44797 } } peers { permanent_uuid: "f47ad5b8b3ff43a39756d88fdf8210b8" member_type: VOTER last_known_addr { host: "127.6.53.252" port: 37623 } }
08:16:55.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.391052  6359 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 6524
08:16:55.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.392380  6598 generic_service.cc:196] Checking for leaks (request via RPC)
08:16:55.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.513528  6359 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 6524
08:16:55.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:55.513474  6612 leader_election.cc:290] T 00000000000000000000000000000000 P f47ad5b8b3ff43a39756d88fdf8210b8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 469de7773dd54c30bd56aff75e8abf59 (127.6.53.254:40843), f25751ba6b2a467384e7c9f79a09625c (127.6.53.253:44797)
08:16:55.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:55Z chronyd exiting
.08:16:55.687 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:55.688 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:55.688 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:55.711 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15379295640375883058
08:16:55.712 [INFO - Thread-150] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:16:55.713 [INFO - Thread-150] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:16:55.716 [INFO - Thread-150] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:55.716 [INFO - Thread-150] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:55.716 [INFO - Thread-150] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:16:55.717 [INFO - Thread-150] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:16:55.719 [INFO - Thread-150] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:16:55.719 [INFO - Thread-150] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:16:55.720 [INFO - Thread-150] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:16:55.720 [INFO - Thread-150] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:16:55.722 [INFO - Thread-150] (HikariDataSource.java:80) objectstore - Starting...
08:16:55.774 [INFO - Thread-150] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:55.775 [INFO - Thread-150] (HikariDataSource.java:82) objectstore - Start completed.
08:16:55.775 [INFO - Thread-150] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:16:55.776 [INFO - Thread-150] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:16:55.779 [INFO - Thread-150] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:16:55.779 [INFO - Thread-150] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:16:55.791 [INFO - Thread-150] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:16:55.791 [INFO - Thread-150] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:16:55.791 [INFO - Thread-150] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:16:55.830 [WARN - Thread-150] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:55.831 [WARN - Thread-150] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:55.832 [WARN - Thread-150] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:55.832 [WARN - Thread-150] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:55.833 [WARN - Thread-150] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:55.833 [WARN - Thread-150] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:16:56.140 [INFO - Thread-150] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:16:56.141 [INFO - Thread-150] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2560de48, with PersistenceManager: null will be shutdown
08:16:56.141 [INFO - Thread-150] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2560de48, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6949c3ef created in the thread with id: 211
08:16:56.143 [WARN - Thread-150] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
08:16:56.145 [INFO - Thread-150] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2560de48
08:16:56.261 [INFO - Thread-150] (HMSHandler.java:595) Started creating a default database with name: default
08:16:56.281 [INFO - Thread-150] (HMSHandler.java:605) Successfully created a default database with name: default
08:16:56.312 [INFO - Thread-150] (HMSHandler.java:668) Added admin role in metastore
08:16:56.314 [INFO - Thread-150] (HMSHandler.java:677) Added public role in metastore
08:16:56.346 [INFO - Thread-150] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:16:56.347 [INFO - Thread-150] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:16:56.348 [INFO - Thread-150] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:16:56.348 [INFO - Thread-150] (HiveMetaStore.java:697) Direct SQL optimization = true
08:16:56.349 [WARN - Thread-150] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:16:56.349 [INFO - Thread-150] (HiveMetaStore.java:632) Started the new metaserver on port [33559]...
08:16:56.349 [INFO - Thread-150] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:16:56.349 [INFO - Thread-150] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:16:56.349 [INFO - Thread-150] (HiveMetaStore.java:635) TCP keepalive = true
08:16:56.349 [INFO - Thread-150] (HiveMetaStore.java:636) Enable SSL = false
08:16:56.714 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:16:56.715 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:16:56.715 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:16:56.718 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:16:56.718 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33559]
08:16:56.719 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33559) in binary transport mode
08:16:56.720 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33559) current connections: 1
08:16:56.721 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task8Or1LN/test-tmp
08:16:56.722 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
08:16:56.722 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task8Or1LN/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
08:16:56.726 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

08:16:57.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.138023  6664 mini_oidc.cc:150] Starting JWKS server
08:16:57.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.141317  6664 webserver.cc:533] Webserver started at http://127.0.0.1:42299/ using document root <none> and password file <none>
08:16:57.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.141593  6664 mini_oidc.cc:186] Starting OIDC Discovery server
08:16:57.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.142205  6664 webserver.cc:533] Webserver started at http://127.0.0.1:42537/ using document root <none> and password file <none>
08:16:57.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:57Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:16:57.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:16:57Z Disabled control of system clock
08:16:57.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.182552  6664 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/wal
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/data
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/logs
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/data/info.pb
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.130.62:43795
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.130.62
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.130.20:37109
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.130.62:43795,127.6.130.61:40161,127.6.130.60:41679
08:16:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:57.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42299/jwks.json with env {}
08:16:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.589852  6678 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.590225  6678 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:57.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.590305  6678 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.599289  6678 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.599414  6678 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.599474  6678 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.599558  6678 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.599648  6678 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.599689  6678 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42299/jwks.json
08:16:57.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.610491  6678 master_runner.cc:387] Master server non-default flags:
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/logs
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.130.20:37109
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/data
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/wal
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.130.62:43795,127.6.130.61:40161,127.6.130.60:41679
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.130.62:43795
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42299/jwks.json
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/data/info.pb
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.130.62
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:57.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.612381  6678 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.614349  6678 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:57.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.624507  6683 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:57.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.624882  6684 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:57.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.625500  6686 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.626884  6678 server_base.cc:1061] running on GCE node
08:16:57.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.627877  6678 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:57.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.629621  6678 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:57.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.630956  6678 hybrid_clock.cc:648] HybridClock initialized: now 1786522617630838 us; error 109 us; skew 500 ppm
08:16:57.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.631387  6678 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:57.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.634301  6678 webserver.cc:533] Webserver started at http://127.6.130.62:46585/ using document root <none> and password file <none>
08:16:57.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.635331  6678 fs_manager.cc:362] Metadata directory not provided
08:16:57.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.635447  6678 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:57.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.635814  6678 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.638597  6678 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/data/instance:
08:16:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "71495a5ab4a949fabc5db44ad78016e9"
08:16:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:57 on dist-test-slave-csg5"
08:16:57.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.639631  6678 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/wal/instance:
08:16:57.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "71495a5ab4a949fabc5db44ad78016e9"
08:16:57.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:57 on dist-test-slave-csg5"
08:16:57.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.646304  6678 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
08:16:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.651265  6694 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:57.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.653079  6678 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
08:16:57.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.653347  6678 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/wal
08:16:57.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "71495a5ab4a949fabc5db44ad78016e9"
08:16:57.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:57 on dist-test-slave-csg5"
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.653714  6678 fs_report.cc:389] FS layout report
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/wal
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/wal
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/data/data
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:57.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:57.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.681203  6678 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:57.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.682423  6678 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:57.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.682890  6678 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:57.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.708330  6678 rpc_server.cc:307] RPC server started. Bound to: 127.6.130.62:43795
08:16:57.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.708443  6754 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.130.62:43795 every 8 connection(s)
08:16:57.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.710369  6678 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/data/info.pb
08:16:57.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.715893  6755 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:57.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.720141  6664 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 6678
08:16:57.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.720517  6664 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-0/wal/instance
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.723893  6664 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/wal
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/data
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/logs
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/data/info.pb
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.130.61:40161
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.130.61
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.130.20:37109
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.130.62:43795,127.6.130.61:40161,127.6.130.60:41679
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42299/jwks.json with env {}
08:16:57.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.724483  6755 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } has no permanent_uuid. Determining permanent_uuid...
08:16:57.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.750519  6755 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } has no permanent_uuid. Determining permanent_uuid...
08:16:57.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.751940  6698 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.130.61:40161: connect: Connection refused (error 111)
08:16:57.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.753906  6755 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.61:40161: Network error: Client connection negotiation failed: client connection to 127.6.130.61:40161: connect: Connection refused (error 111)
08:16:57.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.803369  6755 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } attempt: 1
08:16:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.805999  6755 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.61:40161: Network error: Client connection negotiation failed: client connection to 127.6.130.61:40161: connect: Connection refused (error 111)
08:16:57.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.874366  6755 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } attempt: 2
08:16:57.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.877136  6755 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.61:40161: Network error: Client connection negotiation failed: client connection to 127.6.130.61:40161: connect: Connection refused (error 111)
08:16:57.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:57.968523  6755 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } attempt: 3
08:16:57.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:57.971366  6755 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.61:40161: Network error: Client connection negotiation failed: client connection to 127.6.130.61:40161: connect: Connection refused (error 111)
08:16:58.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.114689  6755 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } attempt: 4
08:16:58.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.117282  6755 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.61:40161: Network error: Client connection negotiation failed: client connection to 127.6.130.61:40161: connect: Connection refused (error 111)
08:16:58.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.123394  6757 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.123752  6757 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:58.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.123842  6757 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:58.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.132840  6757 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:58.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.132953  6757 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:58.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.133013  6757 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:58.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.133055  6757 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:58.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.133116  6757 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:58.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.133152  6757 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42299/jwks.json
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.145678  6757 master_runner.cc:387] Master server non-default flags:
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/logs
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.130.20:37109
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/data
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/wal
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.130.62:43795,127.6.130.61:40161,127.6.130.60:41679
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.130.61:40161
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42299/jwks.json
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/data/info.pb
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.130.61
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:58.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:58.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:58.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:58.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:58.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:58.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:58.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:58.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:58.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.147663  6757 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:58.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.149690  6757 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:58.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.159677  6765 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:58.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.159739  6766 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:58.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.160617  6770 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:58.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.161116  6757 server_base.cc:1061] running on GCE node
08:16:58.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.161936  6757 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:58.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.163578  6757 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:58.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.164840  6757 hybrid_clock.cc:648] HybridClock initialized: now 1786522618164758 us; error 68 us; skew 500 ppm
08:16:58.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.165210  6757 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:58.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.168035  6757 webserver.cc:533] Webserver started at http://127.6.130.61:43629/ using document root <none> and password file <none>
08:16:58.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.168859  6757 fs_manager.cc:362] Metadata directory not provided
08:16:58.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.168958  6757 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:58.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.169291  6757 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:58.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.172101  6757 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/data/instance:
08:16:58.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6"
08:16:58.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:58 on dist-test-slave-csg5"
08:16:58.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.172977  6757 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/wal/instance:
08:16:58.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6"
08:16:58.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:58 on dist-test-slave-csg5"
08:16:58.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.178958  6757 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.004s
08:16:58.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.183085  6778 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.184763  6757 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.184945  6757 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/wal
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6"
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:58 on dist-test-slave-csg5"
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.185189  6757 fs_report.cc:389] FS layout report
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/wal
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/wal
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/data/data
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:58.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.208078  6757 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:58.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.209092  6757 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:58.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.209370  6757 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.235489  6757 rpc_server.cc:307] RPC server started. Bound to: 127.6.130.61:40161
08:16:58.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.235540  6834 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.130.61:40161 every 8 connection(s)
08:16:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.237198  6757 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/data/info.pb
08:16:58.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.240157  6664 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 6757
08:16:58.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.240378  6664 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-1/wal/instance
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.241926  6664 external_mini_cluster.cc:1372] Running /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task8Or1LN/build/asan/bin/kudu
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/wal
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/data
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/logs
08:16:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/data/info.pb
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.130.60:41679
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.130.60
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.130.20:37109
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.130.62:43795,127.6.130.61:40161,127.6.130.60:41679
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42299/jwks.json with env {}
08:16:58.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.243603  6835 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:58.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.252550  6835 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } has no permanent_uuid. Determining permanent_uuid...
08:16:58.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.270439  6835 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } has no permanent_uuid. Determining permanent_uuid...
08:16:58.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.281213  6835 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } has no permanent_uuid. Determining permanent_uuid...
08:16:58.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.282840  6779 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.284965  6835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.60:41679: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.334486  6835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } attempt: 1
08:16:58.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.337466  6835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.60:41679: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.405822  6835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } attempt: 2
08:16:58.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.408420  6835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.60:41679: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.416597  6755 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } attempt: 5
08:16:58.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.425271  6755 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } has no permanent_uuid. Determining permanent_uuid...
08:16:58.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.428067  6755 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.60:41679: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.479398  6755 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } attempt: 1
08:16:58.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.482323  6755 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.60:41679: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.499836  6835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } attempt: 3
08:16:58.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.502152  6835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.60:41679: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.550704  6755 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } attempt: 2
08:16:58.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.553961  6755 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.60:41679: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.645488  6835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } attempt: 4
08:16:58.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.648023  6835 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.60:41679: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.660300  6755 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } attempt: 3
08:16:58.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.660359  6837 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:16:58.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.660791  6837 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:16:58.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.660943  6837 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:16:58.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.662959  6755 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.130.60:41679: Network error: Client connection negotiation failed: client connection to 127.6.130.60:41679: connect: Connection refused (error 111)
08:16:58.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.670778  6837 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:16:58.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.670941  6837 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:16:58.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.671027  6837 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:16:58.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.671087  6837 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:16:58.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.671167  6837 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:16:58.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.671238  6837 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42299/jwks.json
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.682776  6837 master_runner.cc:387] Master server non-default flags:
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/logs
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.130.20:37109
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/data
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/wal
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.130.62:43795,127.6.130.61:40161,127.6.130.60:41679
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.130.60:41679
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42299/jwks.json
08:16:58.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/data/info.pb
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.130.60
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:21 UTC on bdcb31816ec0
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13302
08:16:58.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
08:16:58.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.685148  6837 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:16:58.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.687392  6837 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:16:58.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.697484  6849 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:58.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.698194  6848 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:58.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.698236  6852 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:16:58.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.700034  6837 server_base.cc:1061] running on GCE node
08:16:58.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.701200  6837 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:16:58.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.703363  6837 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:16:58.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.704644  6837 hybrid_clock.cc:648] HybridClock initialized: now 1786522618704574 us; error 59 us; skew 500 ppm
08:16:58.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.705169  6837 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:16:58.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.708577  6837 webserver.cc:533] Webserver started at http://127.6.130.60:39207/ using document root <none> and password file <none>
08:16:58.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.709443  6837 fs_manager.cc:362] Metadata directory not provided
08:16:58.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.709561  6837 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:16:58.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.709987  6837 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:16:58.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.713341  6837 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/data/instance:
08:16:58.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0acf5ce1490f482f8422ed3697900b98"
08:16:58.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:58 on dist-test-slave-csg5"
08:16:58.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.714316  6837 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/wal/instance:
08:16:58.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0acf5ce1490f482f8422ed3697900b98"
08:16:58.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:58 on dist-test-slave-csg5"
08:16:58.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.720890  6837 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.000s
08:16:58.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.725538  6858 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:16:58.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.727742  6837 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.000s
08:16:58.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.727965  6837 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/data,/tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/wal
08:16:58.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0acf5ce1490f482f8422ed3697900b98"
08:16:58.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:16:58 on dist-test-slave-csg5"
08:16:58.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.728516  6837 fs_report.cc:389] FS layout report
08:16:58.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/wal
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/wal
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/data/data
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:16:58.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:16:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.752594  6837 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:16:58.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.753603  6837 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
08:16:58.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.753873  6837 kserver.cc:163] Server-wide thread pool size limit: 3276
08:16:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.779860  6837 rpc_server.cc:307] RPC server started. Bound to: 127.6.130.60:41679
08:16:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.779873  6914 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.130.60:41679 every 8 connection(s)
08:16:58.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.781682  6837 server_base.cc:1193] Dumped server information to /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/data/info.pb
08:16:58.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.786811  6916 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:16:58.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.789978  6664 external_mini_cluster.cc:1434] Started /tmp/dist-test-task8Or1LN/build/asan/bin/kudu as pid 6837
08:16:58.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.790212  6664 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task8Or1LN/test-tmp/mini-kudu-cluster10682968313775134401/master-2/wal/instance
08:16:58.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.795634  6916 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } has no permanent_uuid. Determining permanent_uuid...
08:16:58.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.813122  6916 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } has no permanent_uuid. Determining permanent_uuid...
08:16:58.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.820888  6916 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } has no permanent_uuid. Determining permanent_uuid...
08:16:58.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.834424  6916 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98: Bootstrap starting.
08:16:58.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.839605  6916 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98: Neither blocks nor log segments found. Creating new log.
08:16:58.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.840226  6664 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:16:58.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.840224  6755 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } attempt: 4
08:16:58.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.841300  6916 log.cc:826] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98: Log is configured to *not* fsync() on all Append() calls
08:16:58.843 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:58.843 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:16:58.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.845232  6916 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98: No bootstrap required, opened a new log
08:16:58.844 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.6.130.62"
      port: 43795
    }
    bound_http_address {
      host: "127.6.130.62"
      port: 46585
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.6.130.61"
      port: 40161
    }
    bound_http_address {
      host: "127.6.130.61"
      port: 43629
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.6.130.60"
      port: 41679
    }
    bound_http_address {
      host: "127.6.130.60"
      port: 39207
    }
  }
}

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

08:16:58.851 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:16:58.852 [INFO - Metastore-Handler-Pool: Thread-232] (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=5fcad793-e20e-4fc1-b0eb-4bdad161deb6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.130.60:41679,127.6.130.61:40161,127.6.130.62:43795}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:16:58.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.853164  6916 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } }
08:16:58.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.853806  6916 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:58.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.854050  6916 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0acf5ce1490f482f8422ed3697900b98, State: Initialized, Role: FOLLOWER
08:16:58.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.854625  6755 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9: Bootstrap starting.
08:16:58.855 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:16:58.855 [INFO - Metastore-Handler-Pool: Thread-232] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:16:58.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.854924  6916 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [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: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } }
08:16:58.855 [INFO - Metastore-Handler-Pool: Thread-232] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4db4915, with PersistenceManager: null will be shutdown
08:16:58.856 [INFO - Metastore-Handler-Pool: Thread-232] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4db4915, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@421dbdd0 created in the thread with id: 232
08:16:58.862 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4db4915
08:16:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.857923  6916 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [sys.catalog]: configured and running, proceeding with master startup.
08:16:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.860318  6755 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9: Neither blocks nor log segments found. Creating new log.
08:16:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.862038  6755 log.cc:826] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9: Log is configured to *not* fsync() on all Append() calls
08:16:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.856593  6926 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [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: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:58.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.864204  6926 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [sys.catalog]: This master's current role is: FOLLOWER
08:16:58.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.872170  6926 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:16:58.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.872481  6755 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9: No bootstrap required, opened a new log
08:16:58.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.872926  6926 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } }
08:16:58.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.880606  6926 leader_election.cc:290] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 71495a5ab4a949fabc5db44ad78016e9 (127.6.130.62:43795), 8ff3c4a09d854c5e8f597d79b0e81eb6 (127.6.130.61:40161)
08:16:58.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.882710  6755 raft_consensus.cc:359] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } }
08:16:58.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.883431  6755 raft_consensus.cc:385] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:58.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.883790  6755 raft_consensus.cc:740] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71495a5ab4a949fabc5db44ad78016e9, State: Initialized, Role: FOLLOWER
08:16:58.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.885221  6755 consensus_queue.cc:260] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [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: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } }
08:16:58.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.895793  6755 sys_catalog.cc:565] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [sys.catalog]: configured and running, proceeding with master startup.
08:16:58.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.895969  6726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0acf5ce1490f482f8422ed3697900b98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71495a5ab4a949fabc5db44ad78016e9" is_pre_election: true
08:16:58.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.896623  6726 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0acf5ce1490f482f8422ed3697900b98 in term 0.
08:16:58.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.897699  6862 leader_election.cc:304] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [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: 0acf5ce1490f482f8422ed3697900b98, 71495a5ab4a949fabc5db44ad78016e9; no voters: 
08:16:58.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.893083  6930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [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: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:58.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.898239  6930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [sys.catalog]: This master's current role is: FOLLOWER
08:16:58.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.899097  6926 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:16:58.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.899359  6926 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:16:58.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.899503  6926 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 0 FOLLOWER]: Advancing to term 1
08:16:58.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.907456  6926 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } }
08:16:58.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.914192  6726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0acf5ce1490f482f8422ed3697900b98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "71495a5ab4a949fabc5db44ad78016e9"
08:16:58.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.914588  6726 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [term 0 FOLLOWER]: Advancing to term 1
08:16:58.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.922922  6726 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0acf5ce1490f482f8422ed3697900b98 in term 1.
08:16:58.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.924700  6862 leader_election.cc:304] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [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: 0acf5ce1490f482f8422ed3697900b98, 71495a5ab4a949fabc5db44ad78016e9; no voters: 
08:16:58.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:58.936712  6700 tablet.cc:2406] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:58.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.936565  6926 leader_election.cc:290] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [CANDIDATE]: Term 1 election: Requested vote from peers 71495a5ab4a949fabc5db44ad78016e9 (127.6.130.62:43795), 8ff3c4a09d854c5e8f597d79b0e81eb6 (127.6.130.61:40161)
08:16:58.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.947300  6835 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } attempt: 5
08:16:58.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.944020  6926 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 1 FOLLOWER]: Leader election won for term 1
08:16:58.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.980172  6926 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [term 1 LEADER]: Becoming Leader. State: Replica: 0acf5ce1490f482f8422ed3697900b98, State: Running, Role: LEADER
08:16:58.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:58.988487  6926 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [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: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } }
08:16:59.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.000144  6835 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6: Bootstrap starting.
08:16:59.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:59.006739  6865 tablet.cc:2406] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:16:59.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.017395  6835 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6: Neither blocks nor log segments found. Creating new log.
08:16:59.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.023743  6939 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0acf5ce1490f482f8422ed3697900b98. Latest consensus state: current_term: 1 leader_uuid: "0acf5ce1490f482f8422ed3697900b98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:59.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.025036  6939 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [sys.catalog]: This master's current role is: LEADER
08:16:59.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.035936  6835 log.cc:826] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6: Log is configured to *not* fsync() on all Append() calls
08:16:59.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.036342  6837 master_runner.cc:187] Error getting master registration for 127.6.130.62:43795: OK, instance_id { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" instance_seqno: 1786522617702161 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:59.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.045450  6837 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:59.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:59.050526  6953 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:16:59.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:59.050876  6953 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:16:59.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.051534  6954 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:16:59.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.052990  6835 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6: No bootstrap required, opened a new log
08:16:59.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.055539  6954 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:16:59.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.064815  6958 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:16:59.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.064798  6835 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } }
08:16:59.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.065267  6835 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:16:59.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.065465  6835 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ff3c4a09d854c5e8f597d79b0e81eb6, State: Initialized, Role: FOLLOWER
08:16:59.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.075675  6835 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [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: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } }
08:16:59.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.073819  6678 master_runner.cc:187] Error getting master registration for 127.6.130.61:40161: OK, instance_id { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" instance_seqno: 1786522618227884 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:16:59.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.080894  6678 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:16:59.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.089347  6726 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [term 1 FOLLOWER]: Refusing update from remote peer 0acf5ce1490f482f8422ed3697900b98: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:59.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.089485  6960 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [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: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:59.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.090126  6960 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [sys.catalog]: This master's current role is: FOLLOWER
08:16:59.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.090692  6939 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:59.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.092166  6835 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [sys.catalog]: configured and running, proceeding with master startup.
08:16:59.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.092373  6807 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0acf5ce1490f482f8422ed3697900b98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" is_pre_election: true
08:16:59.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.092877  6805 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [term 0 FOLLOWER]: Advancing to term 1
08:16:59.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.092324  6806 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0acf5ce1490f482f8422ed3697900b98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6"
08:16:59.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.110146  6805 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [term 1 FOLLOWER]: Refusing update from remote peer 0acf5ce1490f482f8422ed3697900b98: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:16:59.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.113384  6939 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:16:59.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.131595  6930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0acf5ce1490f482f8422ed3697900b98. Latest consensus state: current_term: 1 leader_uuid: "0acf5ce1490f482f8422ed3697900b98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:59.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.132004  6930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [sys.catalog]: This master's current role is: FOLLOWER
08:16:59.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.141682  6959 mvcc.cc:204] Tried to move back new op lower bound from 7317596647768883200 to 7317596647501570048. Current Snapshot: MvccSnapshot[applied={T|T < 7317596647768883200}]
08:16:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.156536  6926 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0acf5ce1490f482f8422ed3697900b98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.156903  6926 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [sys.catalog]: This master's current role is: LEADER
08:16:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.158493  6930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0acf5ce1490f482f8422ed3697900b98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:59.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.158932  6930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9 [sys.catalog]: This master's current role is: FOLLOWER
08:16:59.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.169792  6954 catalog_manager.cc:1383] Generated new cluster ID: 01523c684af5428d8fb9ac5414f56c55
08:16:59.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.169978  6954 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:16:59.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.188458  6960 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0acf5ce1490f482f8422ed3697900b98. Latest consensus state: current_term: 1 leader_uuid: "0acf5ce1490f482f8422ed3697900b98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:59.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.188812  6960 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [sys.catalog]: This master's current role is: FOLLOWER
08:16:59.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.191536  6939 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0acf5ce1490f482f8422ed3697900b98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:59.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.191820  6939 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 [sys.catalog]: This master's current role is: LEADER
08:16:59.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.211090  6960 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0acf5ce1490f482f8422ed3697900b98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "71495a5ab4a949fabc5db44ad78016e9" member_type: VOTER last_known_addr { host: "127.6.130.62" port: 43795 } } peers { permanent_uuid: "8ff3c4a09d854c5e8f597d79b0e81eb6" member_type: VOTER last_known_addr { host: "127.6.130.61" port: 40161 } } peers { permanent_uuid: "0acf5ce1490f482f8422ed3697900b98" member_type: VOTER last_known_addr { host: "127.6.130.60" port: 41679 } } }
08:16:59.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.211385  6960 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6 [sys.catalog]: This master's current role is: FOLLOWER
08:16:59.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.270898  6954 catalog_manager.cc:1406] Generated new certificate authority record
08:16:59.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.273697  6954 catalog_manager.cc:1540] Loading token signing keys...
08:16:59.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.284149  6981 catalog_manager.cc:1295] Loaded cluster ID: 01523c684af5428d8fb9ac5414f56c55
08:16:59.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.284706  6981 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6: loading cluster ID for follower catalog manager: success
08:16:59.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.289520  6981 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6: acquiring CA information for follower catalog manager: success
08:16:59.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:16:59.291430  6981 catalog_manager.cc:883] Not found: no TSK found in the system table: failed to prepare follower catalog manager, will retry
08:16:59.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.307000  6954 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98: Generated new TSK 0
08:16:59.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:16:59.310376  6954 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:16:59.449 [WARN - Metastore-Handler-Pool: Thread-232] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:59.456 [WARN - Metastore-Handler-Pool: Thread-232] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:59.456 [WARN - Metastore-Handler-Pool: Thread-232] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:16:59.579 [INFO - Metastore-Handler-Pool: Thread-232] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:16:59.585 [INFO - Metastore-Handler-Pool: Thread-232] (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/hive15379295640375883058/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=5fcad793-e20e-4fc1-b0eb-4bdad161deb6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.130.60:41679,127.6.130.61:40161,127.6.130.62:43795}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:16:59.587 [INFO - Metastore-Handler-Pool: Thread-232] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15379295640375883058/external-warehouse/table
08:16:59.660 [DEBUG - Metastore-Handler-Pool: Thread-232] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
08:16:59.661 [DEBUG - Metastore-Handler-Pool: Thread-232] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:16:59.668 [DEBUG - Metastore-Handler-Pool: Thread-232] (Connection.java:748) [peer master-127.6.130.60:41679(127.6.130.60:41679)] connecting to peer
08:16:59.670 [DEBUG - Metastore-Handler-Pool: Thread-232] (Connection.java:748) [peer master-127.6.130.61:40161(127.6.130.61:40161)] connecting to peer
08:16:59.674 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.6.130.60:41679(127.6.130.60:41679)] Successfully connected to peer
08:16:59.679 [DEBUG - Metastore-Handler-Pool: Thread-232] (Connection.java:748) [peer master-127.6.130.62:43795(127.6.130.62:43795)] connecting to peer
08:16:59.682 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.6.130.61:40161(127.6.130.61:40161)] Successfully connected to peer
08:16:59.692 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.6.130.60
08:16:59.697 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.6.130.61
08:16:59.701 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.6.130.62:43795(127.6.130.62:43795)] Successfully connected to peer
08:16:59.716 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.6.130.62
08:16:59.721 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:59.724 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:59.729 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x38ba0361, L:/127.0.0.1:59308 - R:/127.6.130.61:40161] using SASL/PLAIN
08:16:59.739 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xfbee1bcd, L:/127.0.0.1:43376 - R:/127.6.130.60:41679] using SASL/PLAIN
08:16:59.749 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:16:59.767 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:16:59.791 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x5a545b1d, L:/127.0.0.1:33314 - R:/127.6.130.62:43795] using SASL/PLAIN
08:16:59.796 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:16:59.836 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:3711) Skipping translation for processor with null
08:16:59.838 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:16:59.850 [INFO - Metastore-Handler-Pool: Thread-232] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:16:59.894 [INFO - Metastore-Handler-Pool: Thread-232] (MetaStoreServerUtils.java:473) Updating table stats for table
08:16:59.894 [INFO - Metastore-Handler-Pool: Thread-232] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:17:00.020 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:17:00.061 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:3711) Skipping translation for processor with null
08:17:00.063 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:17:00.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.095022  6958 catalog_manager.cc:1295] Loaded cluster ID: 01523c684af5428d8fb9ac5414f56c55
08:17:00.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.095202  6958 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9: loading cluster ID for follower catalog manager: success
08:17:00.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.104797  6958 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9: acquiring CA information for follower catalog manager: success
08:17:00.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.108769  6958 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 71495a5ab4a949fabc5db44ad78016e9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:17:00.251 [WARN - Metastore-Handler-Pool: Thread-232] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:17:00.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.295890  6981 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 8ff3c4a09d854c5e8f597d79b0e81eb6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:17:00.462 [WARN - Metastore-Handler-Pool: Thread-232] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:17:00.512 [WARN - Metastore-Handler-Pool: Thread-232] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:17:00.669 [INFO - Metastore-Handler-Pool: Thread-232] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:17:00.670 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:17:00.671 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:17:00.671 [INFO - Metastore-Handler-Pool: Thread-232] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4db4915, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@421dbdd0 will be shutdown
08:17:00.671 [INFO - Metastore-Handler-Pool: Thread-232] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:17:00.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.671504  6664 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 6678
08:17:00.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.673736  6749 generic_service.cc:196] Checking for leaks (request via RPC)
08:17:00.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.815366  6664 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 6678
08:17:00.845 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.6.130.62:43795(127.6.130.62:43795)] handling channelInactive
08:17:00.845 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.6.130.62:43795(127.6.130.62:43795)] cleaning up while in state READY due to: connection closed
08:17:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:17:00.845714  6862 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv got EOF from unknown peer (error 108)
08:17:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.845993  6664 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 6757
08:17:00.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.847517  6830 generic_service.cc:196] Checking for leaks (request via RPC)
08:17:00.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:17:00.863162  6862 consensus_peers.cc:597] T 00000000000000000000000000000000 P 0acf5ce1490f482f8422ed3697900b98 -> Peer 71495a5ab4a949fabc5db44ad78016e9 (127.6.130.62:43795): Couldn't send request to peer 71495a5ab4a949fabc5db44ad78016e9. Status: Network error: Client connection negotiation failed: client connection to 127.6.130.62:43795: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
08:17:00.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:00.979986  6664 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 6757
08:17:01.011 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.6.130.61:40161(127.6.130.61:40161)] handling channelInactive
08:17:01.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:01.010885  6664 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-task8Or1LN/build/asan/bin/kudu pid 6837
08:17:01.011 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.6.130.61:40161(127.6.130.61:40161)] cleaning up while in state READY due to: connection closed
08:17:01.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:01.012809  6910 generic_service.cc:196] Checking for leaks (request via RPC)
08:17:01.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:17:01.136593  6664 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task8Or1LN/build/asan/bin/kudu with pid 6837
08:17:01.168 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.6.130.60:41679(127.6.130.60:41679)] handling channelInactive
08:17:01.168 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.6.130.60:41679(127.6.130.60:41679)] cleaning up while in state READY due to: connection closed
08:17:01.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:17:01Z chronyd exiting

Time: 41.855

OK (6 tests)

