JUnit version 4.13.2
.18:08:38.391 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:08:38.398 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:08:38.399 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:08:38.527 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive7530287559670609251
18:08:38.700 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:08:38.717 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:08:38.972 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:08:39.002 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:08:39.003 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
18:08:39.045 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
18:08:39.064 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:08:39.092 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
18:08:39.908 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:08:39.912 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
18:08:39.932 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:08:39.934 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:08:39.947 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:08:39.948 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:08:40.138 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:08:40.138 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:08:40.141 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:08:40.717 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:08:40.718 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
18:08:40.752 [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
18:08:40.826 [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
18:08:41.043 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:41.045 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:41.047 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:41.047 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:41.049 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:41.049 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:41.721 [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
18:08:41.722 [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.67
18:08:41.722 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
18:08:42.113 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
18:08:42.173 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
18:08:42.231 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
18:08:42.234 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
18:08:42.326 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:08:42.334 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:08:42.654 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:08:42.663 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
18:08:42.675 [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)
18:08:42.676 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [40195]...
18:08:42.677 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:08:42.677 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:08:42.677 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
18:08:42.677 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
18:08:43.559 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:08:43.559 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:08:43.560 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:08:43.575 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:08:43.575 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40195]
18:08:43.576 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40195) in binary transport mode
18:08:43.590 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40195) current connections: 1
18:08:43.689 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
18:08:43.843 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskQLwi4S/test-tmp
18:08:43.846 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
18:08:43.851 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskQLwi4S/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
18:08:43.892 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40195"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:08:44.117 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:44.127 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:08:44.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.129313 26027 mini_oidc.cc:150] Starting JWKS server
18:08:44.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.131911 26027 webserver.cc:533] Webserver started at http://127.0.0.1:37193/ using document root <none> and password file <none>
18:08:44.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.132145 26027 mini_oidc.cc:186] Starting OIDC Discovery server
18:08:44.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.132465 26027 webserver.cc:533] Webserver started at http://127.0.0.1:37281/ using document root <none> and password file <none>
18:08:44.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:44Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:08:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:44Z Disabled control of system clock
18:08:44.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.151713 26027 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:44.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:44.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/wal
18:08:44.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/data
18:08:44.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:44.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:44.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:44.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:44.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:44.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:44.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/logs
18:08:44.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/data/info.pb
18:08:44.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:44.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:44.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:44.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:44.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:44.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:44.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:44.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:44.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:44.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:44.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:44.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.254:44727
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.254
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:34263
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:44727,127.25.106.253:33449,127.25.106.252:37781
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37193/jwks.json
18:08:44.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40195 with env {}
18:08:44.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.267475 26038 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:44.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.267730 26038 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:44.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.267782 26038 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:44.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.271848 26038 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:44.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.271922 26038 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:44.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.271943 26038 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.271962 26038 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.271981 26038 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.271996 26038 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37193/jwks.json
18:08:44.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.276520 26038 master_runner.cc:387] Master server non-default flags:
18:08:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/logs
18:08:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:34263
18:08:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:44.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:44.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/data
18:08:44.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/wal
18:08:44.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40195
18:08:44.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:44.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:44727,127.25.106.253:33449,127.25.106.252:37781
18:08:44.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:44.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:44.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:44.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.254:44727
18:08:44.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:44.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:44.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:44.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37193/jwks.json
18:08:44.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:44.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:44.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/data/info.pb
18:08:44.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.254
18:08:44.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:44.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:44.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26038
18:08:44.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:44.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:44.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:44.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:44.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:44.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:44.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:44.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:44.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:44.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:44.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:44.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.277693 26038 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:44.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.279307 26038 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:44.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.286667 26043 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
18:08:44.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.288005 26044 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
18:08:44.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.288841 26038 server_base.cc:1061] running on GCE node
18:08:44.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.290000 26046 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
18:08:44.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.291215 26038 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:44.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.292721 26038 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:44.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.293924 26038 hybrid_clock.cc:648] HybridClock initialized: now 1786471724293913 us; error 134 us; skew 500 ppm
18:08:44.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.296613 26038 webserver.cc:533] Webserver started at http://127.25.106.254:44111/ using document root <none> and password file <none>
18:08:44.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.297384 26038 fs_manager.cc:362] Metadata directory not provided
18:08:44.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.297463 26038 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:44.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.297684 26038 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:44.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.300007 26038 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/data/instance:
18:08:44.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58249542818a498cb79726f0e3b76af7"
18:08:44.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:44 on dist-test-slave-zpfg"
18:08:44.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.300642 26038 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/wal/instance:
18:08:44.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58249542818a498cb79726f0e3b76af7"
18:08:44.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:44 on dist-test-slave-zpfg"
18:08:44.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.304641 26038 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
18:08:44.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.307447 26052 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:44.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.308753 26038 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:08:44.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.308884 26038 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/wal
18:08:44.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58249542818a498cb79726f0e3b76af7"
18:08:44.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:44 on dist-test-slave-zpfg"
18:08:44.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.308969 26038 fs_report.cc:389] FS layout report
18:08:44.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:44.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/wal
18:08:44.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/wal
18:08:44.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/data/data
18:08:44.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:44.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:44.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:44.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:44.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:44.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:44.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:44.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:44.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:44.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:44.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:44.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.330328 26038 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:44.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.331205 26038 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
18:08:44.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.331349 26038 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:44.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.339447 26109 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.106.254:44727 every 8 connection(s)
18:08:44.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.339459 26038 rpc_server.cc:307] RPC server started. Bound to: 127.25.106.254:44727
18:08:44.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.340668 26038 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/data/info.pb
18:08:44.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.341630 26027 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 26038
18:08:44.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.341836 26027 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-0/wal/instance
18:08:44.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.343345 26027 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:44.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:44.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/wal
18:08:44.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/data
18:08:44.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:44.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:44.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:44.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:44.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:44.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:44.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/logs
18:08:44.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/data/info.pb
18:08:44.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:44.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:44.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:44.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:44.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:44.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:44.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:44.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:44.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:44.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:44.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:44.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:44.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.253:33449
18:08:44.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.253
18:08:44.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:44.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:34263
18:08:44.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:44.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:44.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:44.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:44.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:44727,127.25.106.253:33449,127.25.106.252:37781
18:08:44.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:44.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37193/jwks.json
18:08:44.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40195 with env {}
18:08:44.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.344318 26110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:44.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.348670 26110 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } has no permanent_uuid. Determining permanent_uuid...
18:08:44.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.369221 26110 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } has no permanent_uuid. Determining permanent_uuid...
18:08:44.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.370106 26053 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33449: connect: Connection refused (error 111)
18:08:44.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.371119 26110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33449: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33449: connect: Connection refused (error 111)
18:08:44.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.420399 26110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } attempt: 1
18:08:44.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.422199 26110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33449: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33449: connect: Connection refused (error 111)
18:08:44.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.464736 26111 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:44.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.465056 26111 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:44.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.465119 26111 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:44.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.468766 26111 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:44.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.468840 26111 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:44.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.468863 26111 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:44.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.468881 26111 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:44.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.468901 26111 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:44.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.468916 26111 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37193/jwks.json
18:08:44.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.473338 26111 master_runner.cc:387] Master server non-default flags:
18:08:44.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/logs
18:08:44.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:44.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:44.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:44.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:34263
18:08:44.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:44.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:44.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/data
18:08:44.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/wal
18:08:44.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40195
18:08:44.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:44.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:44727,127.25.106.253:33449,127.25.106.252:37781
18:08:44.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:44.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:44.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:44.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.253:33449
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37193/jwks.json
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/data/info.pb
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.253
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26111
18:08:44.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:44.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:44.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:44.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:44.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:44.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:44.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:44.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:44.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:44.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:44.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:44.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.474748 26111 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:44.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.475978 26111 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:44.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.482277 26119 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
18:08:44.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.482301 26122 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
18:08:44.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.482401 26120 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
18:08:44.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.482462 26111 server_base.cc:1061] running on GCE node
18:08:44.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.483909 26111 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:44.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.484993 26111 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:44.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.486274 26111 hybrid_clock.cc:648] HybridClock initialized: now 1786471724486159 us; error 137 us; skew 500 ppm
18:08:44.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.488646 26111 webserver.cc:533] Webserver started at http://127.25.106.253:33787/ using document root <none> and password file <none>
18:08:44.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.489295 26111 fs_manager.cc:362] Metadata directory not provided
18:08:44.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.489355 26111 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:44.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.489539 26111 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:44.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.490402 26110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } attempt: 2
18:08:44.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.491576 26111 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/data/instance:
18:08:44.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39bef60885a0431cb03f1fcd96505866"
18:08:44.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:44 on dist-test-slave-zpfg"
18:08:44.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.492123 26110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33449: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33449: connect: Connection refused (error 111)
18:08:44.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.492782 26111 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/wal/instance:
18:08:44.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39bef60885a0431cb03f1fcd96505866"
18:08:44.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:44 on dist-test-slave-zpfg"
18:08:44.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.496610 26111 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
18:08:44.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.499136 26128 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:44.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.500293 26111 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
18:08:44.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.500445 26111 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/wal
18:08:44.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39bef60885a0431cb03f1fcd96505866"
18:08:44.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:44 on dist-test-slave-zpfg"
18:08:44.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.500555 26111 fs_report.cc:389] FS layout report
18:08:44.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:44.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/wal
18:08:44.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/wal
18:08:44.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/data/data
18:08:44.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:44.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:44.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:44.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:44.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:44.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:44.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:44.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:44.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:44.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:44.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:44.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.517751 26111 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.518757 26111 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
18:08:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.518988 26111 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:44.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.527940 26111 rpc_server.cc:307] RPC server started. Bound to: 127.25.106.253:33449
18:08:44.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.527988 26183 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.106.253:33449 every 8 connection(s)
18:08:44.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.529259 26111 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/data/info.pb
18:08:44.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.532655 26184 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.536595 26027 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 26111
18:08:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.536729 26027 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-1/wal/instance
18:08:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.535881 26184 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } has no permanent_uuid. Determining permanent_uuid...
18:08:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.537459 26027 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/wal
18:08:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/data
18:08:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:44.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:44.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:44.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:44.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:44.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:44.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/logs
18:08:44.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/data/info.pb
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.252:37781
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.252
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:34263
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:44727,127.25.106.253:33449,127.25.106.252:37781
18:08:44.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:44.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37193/jwks.json
18:08:44.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40195 with env {}
18:08:44.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.549285 26184 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } has no permanent_uuid. Determining permanent_uuid...
18:08:44.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.557538 26184 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } has no permanent_uuid. Determining permanent_uuid...
18:08:44.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.558665 26131 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.106.252:37781: connect: Connection refused (error 111)
18:08:44.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.559867 26184 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:37781: Network error: Client connection negotiation failed: client connection to 127.25.106.252:37781: connect: Connection refused (error 111)
18:08:44.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.583309 26110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } attempt: 3
18:08:44.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.588501 26110 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } has no permanent_uuid. Determining permanent_uuid...
18:08:44.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.590463 26110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:37781: Network error: Client connection negotiation failed: client connection to 127.25.106.252:37781: connect: Connection refused (error 111)
18:08:44.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.609145 26184 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } attempt: 1
18:08:44.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.610978 26184 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:37781: Network error: Client connection negotiation failed: client connection to 127.25.106.252:37781: connect: Connection refused (error 111)
18:08:44.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.621747 26110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } attempt: 1
18:08:44.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.623881 26110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:37781: Network error: Client connection negotiation failed: client connection to 127.25.106.252:37781: connect: Connection refused (error 111)
18:08:44.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.662503 26185 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:44.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.662773 26185 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:44.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.662849 26185 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:44.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.666503 26185 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:44.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.666612 26185 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:44.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.666646 26185 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:44.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.666676 26185 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:44.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.666704 26185 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:44.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.666723 26185 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37193/jwks.json
18:08:44.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.671118 26185 master_runner.cc:387] Master server non-default flags:
18:08:44.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/logs
18:08:44.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:44.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:44.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:44.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:34263
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/data
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/wal
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40195
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:44727,127.25.106.253:33449,127.25.106.252:37781
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.252:37781
18:08:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37193/jwks.json
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/data/info.pb
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.252
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26185
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.672721 26185 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.674333 26185 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:44.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.679191 26184 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } attempt: 2
18:08:44.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.680610 26194 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
18:08:44.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.680612 26193 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
18:08:44.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.681118 26196 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
18:08:44.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.681275 26184 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:37781: Network error: Client connection negotiation failed: client connection to 127.25.106.252:37781: connect: Connection refused (error 111)
18:08:44.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.682451 26185 server_base.cc:1061] running on GCE node
18:08:44.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.683002 26185 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:44.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.683945 26185 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:44.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.685154 26185 hybrid_clock.cc:648] HybridClock initialized: now 1786471724685088 us; error 74 us; skew 500 ppm
18:08:44.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.687387 26185 webserver.cc:533] Webserver started at http://127.25.106.252:40603/ using document root <none> and password file <none>
18:08:44.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.688215 26185 fs_manager.cc:362] Metadata directory not provided
18:08:44.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.688301 26185 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:44.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.688534 26185 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:44.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.690201 26185 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/data/instance:
18:08:44.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e75f07dcc6d4866b9299fad7e7473f5"
18:08:44.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:44 on dist-test-slave-zpfg"
18:08:44.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.690801 26185 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/wal/instance:
18:08:44.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e75f07dcc6d4866b9299fad7e7473f5"
18:08:44.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:44 on dist-test-slave-zpfg"
18:08:44.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.695320 26185 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
18:08:44.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.698024 26202 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:44.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.699080 26110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } attempt: 2
18:08:44.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.699555 26185 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
18:08:44.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.699697 26185 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/wal
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e75f07dcc6d4866b9299fad7e7473f5"
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:44 on dist-test-slave-zpfg"
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.699803 26185 fs_report.cc:389] FS layout report
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/wal
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/wal
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/data/data
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:44.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:44.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:44.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:44.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:44.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:44.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:44.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.700640 26110 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:37781: Network error: Client connection negotiation failed: client connection to 127.25.106.252:37781: connect: Connection refused (error 111)
18:08:44.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.710906 26185 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:44.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.711704 26185 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
18:08:44.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.711920 26185 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:44.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.721115 26185 rpc_server.cc:307] RPC server started. Bound to: 127.25.106.252:37781
18:08:44.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.721132 26259 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.106.252:37781 every 8 connection(s)
18:08:44.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.722581 26185 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/data/info.pb
18:08:44.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.726009 26260 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:44.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.729099 26027 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 26185
18:08:44.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.729238 26027 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster5834153192256559765/master-2/wal/instance
18:08:44.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.729324 26260 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } has no permanent_uuid. Determining permanent_uuid...
18:08:44.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.739791 26260 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } has no permanent_uuid. Determining permanent_uuid...
18:08:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.744692 26260 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } has no permanent_uuid. Determining permanent_uuid...
18:08:44.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.752038 26260 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5: Bootstrap starting.
18:08:44.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.754631 26260 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5: Neither blocks nor log segments found. Creating new log.
18:08:44.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.755606 26260 log.cc:826] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5: Log is configured to *not* fsync() on all Append() calls
18:08:44.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.757548 26260 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5: No bootstrap required, opened a new log
18:08:44.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.758551 26027 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:08:44.759 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:44.760 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:08:44.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.761708 26260 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } }
18:08:44.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.761952 26260 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:44.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.762013 26260 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e75f07dcc6d4866b9299fad7e7473f5, State: Initialized, Role: FOLLOWER
18:08:44.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.762594 26260 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [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: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } }
18:08:44.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.763219 26266 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [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: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:44.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.763593 26266 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [sys.catalog]: This master's current role is: FOLLOWER
18:08:44.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.764128 26260 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [sys.catalog]: configured and running, proceeding with master startup.
18:08:44.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.770977 26280 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:44.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.771869 26280 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:44.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.772459 26184 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } attempt: 3
18:08:44.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.772236 26185 master_runner.cc:187] Error getting master registration for 127.25.106.254:44727: OK, instance_id { permanent_uuid: "58249542818a498cb79726f0e3b76af7" instance_seqno: 1786471724337138 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:08:44.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.775022 26185 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:44.785 [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=	
18:08:44.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.789974 26277 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:44.777 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.106.254"
      port: 44727
    }
    bound_http_address {
      host: "127.25.106.254"
      port: 44111
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.106.253"
      port: 33449
    }
    bound_http_address {
      host: "127.25.106.253"
      port: 33787
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.106.252"
      port: 37781
    }
    bound_http_address {
      host: "127.25.106.252"
      port: 40603
    }
  }
}

18:08:44.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.795140 26184 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866: Bootstrap starting.
18:08:44.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.797801 26184 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866: Neither blocks nor log segments found. Creating new log.
18:08:44.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.798859 26184 log.cc:826] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866: Log is configured to *not* fsync() on all Append() calls
18:08:44.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.799788 26110 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } attempt: 3
18:08:44.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.803040 26184 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866: No bootstrap required, opened a new log
18:08:44.806 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:08:44.806 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:44.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.807758 26184 raft_consensus.cc:359] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } }
18:08:44.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.808203 26184 raft_consensus.cc:385] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:44.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.808290 26110 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7: Bootstrap starting.
18:08:44.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.808625 26184 raft_consensus.cc:740] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39bef60885a0431cb03f1fcd96505866, State: Initialized, Role: FOLLOWER
18:08:44.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.809471 26184 consensus_queue.cc:260] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [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: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } }
18:08:44.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.811252 26184 sys_catalog.cc:565] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [sys.catalog]: configured and running, proceeding with master startup.
18:08:44.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.811952 26110 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7: Neither blocks nor log segments found. Creating new log.
18:08:44.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.813181 26110 log.cc:826] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7: Log is configured to *not* fsync() on all Append() calls
18:08:44.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.816533 26111 master_runner.cc:187] Error getting master registration for 127.25.106.254:44727: OK, instance_id { permanent_uuid: "58249542818a498cb79726f0e3b76af7" instance_seqno: 1786471724337138 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:08:44.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.819634 26111 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:44.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.820314 26110 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7: No bootstrap required, opened a new log
18:08:44.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.823781 26300 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:44.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.824457 26300 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:44.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.824918 26110 raft_consensus.cc:359] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } }
18:08:44.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.825362 26110 raft_consensus.cc:385] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:44.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.825640 26110 raft_consensus.cc:740] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58249542818a498cb79726f0e3b76af7, State: Initialized, Role: FOLLOWER
18:08:44.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.826491 26110 consensus_queue.cc:260] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [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: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } }
18:08:44.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.828168 26110 sys_catalog.cc:565] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [sys.catalog]: configured and running, proceeding with master startup.
18:08:44.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.833245 26059 tablet.cc:2406] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:08:44.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.834944 26284 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [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: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:44.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.835111 26284 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [sys.catalog]: This master's current role is: FOLLOWER
18:08:44.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.837755 26317 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:44.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.837846 26317 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:44.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.841461 26038 master_runner.cc:264] No leader master found from master 58249542818a498cb79726f0e3b76af7
18:08:44.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.841536 26038 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:44.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.846598 26302 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [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: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:44.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.847092 26302 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [sys.catalog]: This master's current role is: FOLLOWER
18:08:44.850 [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=13fb3778-4630-4791-bb19-22284e09840c, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:44.851 [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=	
18:08:44.852 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:08:44.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.852564 26296 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:44.852 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:08:44.854 [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=	
18:08:44.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.855209 26313 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:44.856 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2, with PersistenceManager: null will be shutdown
18:08:44.859 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4b49a804 created in the thread with id: 36
18:08:44.898 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2
18:08:44.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:44.963655 26208 tablet.cc:2406] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:08:44.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.995994 26302 raft_consensus.cc:493] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:08:44.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.996249 26302 raft_consensus.cc:515] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } }
18:08:44.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.997617 26302 leader_election.cc:290] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 39bef60885a0431cb03f1fcd96505866 (127.25.106.253:33449), 6e75f07dcc6d4866b9299fad7e7473f5 (127.25.106.252:37781)
18:08:45.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.999269 26152 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "58249542818a498cb79726f0e3b76af7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bef60885a0431cb03f1fcd96505866" is_pre_election: true
18:08:45.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:44.999585 26152 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58249542818a498cb79726f0e3b76af7 in term 0.
18:08:45.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.000670 26231 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "58249542818a498cb79726f0e3b76af7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" is_pre_election: true
18:08:45.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.000983 26231 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58249542818a498cb79726f0e3b76af7 in term 0.
18:08:45.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.001652 26053 leader_election.cc:304] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [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: 39bef60885a0431cb03f1fcd96505866, 58249542818a498cb79726f0e3b76af7; no voters: 
18:08:45.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.002974 26302 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:08:45.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.003064 26302 raft_consensus.cc:493] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:08:45.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.003108 26302 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 0 FOLLOWER]: Advancing to term 1
18:08:45.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.004544 26302 raft_consensus.cc:515] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } }
18:08:45.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.005488 26152 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "58249542818a498cb79726f0e3b76af7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39bef60885a0431cb03f1fcd96505866"
18:08:45.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.005623 26152 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [term 0 FOLLOWER]: Advancing to term 1
18:08:45.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.007936 26152 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58249542818a498cb79726f0e3b76af7 in term 1.
18:08:45.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.008423 26053 leader_election.cc:304] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [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: 39bef60885a0431cb03f1fcd96505866, 58249542818a498cb79726f0e3b76af7; no voters: 
18:08:45.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.009820 26231 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "58249542818a498cb79726f0e3b76af7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e75f07dcc6d4866b9299fad7e7473f5"
18:08:45.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.009986 26231 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [term 0 FOLLOWER]: Advancing to term 1
18:08:45.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.011284 26231 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58249542818a498cb79726f0e3b76af7 in term 1.
18:08:45.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.012220 26302 leader_election.cc:290] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [CANDIDATE]: Term 1 election: Requested vote from peers 39bef60885a0431cb03f1fcd96505866 (127.25.106.253:33449), 6e75f07dcc6d4866b9299fad7e7473f5 (127.25.106.252:37781)
18:08:45.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.012463 26302 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 1 FOLLOWER]: Leader election won for term 1
18:08:45.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.012552 26302 raft_consensus.cc:697] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [term 1 LEADER]: Becoming Leader. State: Replica: 58249542818a498cb79726f0e3b76af7, State: Running, Role: LEADER
18:08:45.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.012975 26302 consensus_queue.cc:237] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [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: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } }
18:08:45.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.015242 26302 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 58249542818a498cb79726f0e3b76af7. Latest consensus state: current_term: 1 leader_uuid: "58249542818a498cb79726f0e3b76af7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:45.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.015395 26302 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [sys.catalog]: This master's current role is: LEADER
18:08:45.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:45.020879 26135 tablet.cc:2406] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:08:45.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.024331 26324 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:08:45.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.025828 26324 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:08:45.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.042621 26231 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [term 1 FOLLOWER]: Refusing update from remote peer 58249542818a498cb79726f0e3b76af7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:08:45.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.044047 26322 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:08:45.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.051093 26266 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 58249542818a498cb79726f0e3b76af7. Latest consensus state: current_term: 1 leader_uuid: "58249542818a498cb79726f0e3b76af7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:45.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.051259 26266 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [sys.catalog]: This master's current role is: FOLLOWER
18:08:45.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.053500 26152 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [term 1 FOLLOWER]: Refusing update from remote peer 58249542818a498cb79726f0e3b76af7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:08:45.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.054577 26322 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:08:45.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.059087 26284 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 58249542818a498cb79726f0e3b76af7. Latest consensus state: current_term: 1 leader_uuid: "58249542818a498cb79726f0e3b76af7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:45.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.059235 26284 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [sys.catalog]: This master's current role is: FOLLOWER
18:08:45.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.067682 26322 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "58249542818a498cb79726f0e3b76af7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:45.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.067840 26322 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [sys.catalog]: This master's current role is: LEADER
18:08:45.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.069140 26302 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "58249542818a498cb79726f0e3b76af7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:45.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.069272 26302 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7 [sys.catalog]: This master's current role is: LEADER
18:08:45.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.069319 26266 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "58249542818a498cb79726f0e3b76af7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:45.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.069439 26266 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5 [sys.catalog]: This master's current role is: FOLLOWER
18:08:45.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.069916 26326 mvcc.cc:204] Tried to move back new op lower bound from 7317388185764511744 to 7317388185657147392. Current Snapshot: MvccSnapshot[applied={T|T < 7317388185764511744}]
18:08:45.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.070376 26284 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "58249542818a498cb79726f0e3b76af7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58249542818a498cb79726f0e3b76af7" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 44727 } } peers { permanent_uuid: "39bef60885a0431cb03f1fcd96505866" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33449 } } peers { permanent_uuid: "6e75f07dcc6d4866b9299fad7e7473f5" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 37781 } } }
18:08:45.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.070493 26284 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866 [sys.catalog]: This master's current role is: FOLLOWER
18:08:45.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.073861 26328 mvcc.cc:204] Tried to move back new op lower bound from 7317388185764511744 to 7317388185657147392. Current Snapshot: MvccSnapshot[applied={T|T < 7317388185764511744}]
18:08:45.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.084013 26324 catalog_manager.cc:1383] Generated new cluster ID: 3c2dc41663f4410b86e267c81ddd4bb0
18:08:45.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.084108 26324 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:08:45.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.141112 26324 catalog_manager.cc:1406] Generated new certificate authority record
18:08:45.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.142935 26324 catalog_manager.cc:1540] Loading token signing keys...
18:08:45.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.168699 26324 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 58249542818a498cb79726f0e3b76af7: Generated new TSK 0
18:08:45.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.170009 26324 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:08:45.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.171113 26324 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:08:45.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.171941 26324 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:08:45.607 [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.
18:08:45.621 [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.
18:08:45.622 [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.
18:08:45.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.773871 26280 catalog_manager.cc:1295] Loaded cluster ID: 3c2dc41663f4410b86e267c81ddd4bb0
18:08:45.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.773973 26280 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5: loading cluster ID for follower catalog manager: success
18:08:45.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.786876 26280 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5: acquiring CA information for follower catalog manager: success
18:08:45.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.788681 26280 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 6e75f07dcc6d4866b9299fad7e7473f5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:08:45.801 [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=	
18:08:45.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:45.802251 26277 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:45.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.826399 26300 catalog_manager.cc:1295] Loaded cluster ID: 3c2dc41663f4410b86e267c81ddd4bb0
18:08:45.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.826494 26300 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866: loading cluster ID for follower catalog manager: success
18:08:45.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.829893 26300 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866: acquiring CA information for follower catalog manager: success
18:08:45.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:45.831847 26300 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 39bef60885a0431cb03f1fcd96505866: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:08:45.841 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:45.856 [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=	
18:08:45.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:45.856722 26296 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:45.859 [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/hive7530287559670609251/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=13fb3778-4630-4791-bb19-22284e09840c, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:08:45.860 [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=	
18:08:45.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:45.862262 26313 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:45.984 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7530287559670609251/external-warehouse/table
18:08:46.162 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:08:46.166 [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)
18:08:46.171 [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)

18:08:46.208 [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.25.106.253:33449,127.25.106.254:44727,127.25.106.252:37781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:46.240 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:46.245 [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/hive7530287559670609251/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.25.106.253:33449,127.25.106.254:44727,127.25.106.252:37781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:08:46.249 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7530287559670609251/external-warehouse/table
18:08:46.275 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:08:46.276 [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)
18:08:46.276 [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)

18:08:46.278 [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=a6619c19-cc80-44ad-89e8-b9292566200f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.106.253:33449,127.25.106.254:44727,127.25.106.252:37781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:46.283 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:46.288 [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/hive7530287559670609251/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=a6619c19-cc80-44ad-89e8-b9292566200f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.106.253:33449,127.25.106.254:44727,127.25.106.252:37781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:08:46.291 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7530287559670609251/external-warehouse/table
18:08:46.317 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
18:08:46.323 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
18:08:46.324 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
18:08:46.332 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@7e25d04f
18:08:46.369 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
18:08:46.369 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
18:08:46.369 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
18:08:46.370 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
18:08:46.370 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
18:08:46.371 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
18:08:46.372 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
18:08:46.372 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
18:08:46.373 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
18:08:46.374 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
18:08:46.376 [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
18:08:46.378 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
18:08:46.378 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
18:08:46.378 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
18:08:46.378 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
18:08:46.379 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
18:08:46.380 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
18:08:46.381 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
18:08:46.381 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
18:08:46.393 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
18:08:46.426 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
18:08:46.440 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
18:08:46.446 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
18:08:46.447 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
18:08:46.456 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
18:08:46.456 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
18:08:46.510 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
18:08:46.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
18:08:46.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
18:08:46.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
18:08:46.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
18:08:46.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
18:08:46.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
18:08:46.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
18:08:46.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
18:08:46.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
18:08:46.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
18:08:46.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
18:08:46.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
18:08:46.533 [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)
18:08:46.536 [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.
18:08:46.572 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:08:46.766 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.25.106.253:33449(127.25.106.253:33449)] connecting to peer
18:08:46.774 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 25973 (auto-detected)
18:08:46.777 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
18:08:46.777 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
18:08:46.780 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
18:08:46.781 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
18:08:46.782 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:60:ff:fe:5a:9b:ef (auto-detected)
18:08:46.805 [INFO - Metastore-Handler-Pool: Thread-53] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:46.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:46.805850 26277 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:46.810 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
18:08:46.810 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
18:08:46.810 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
18:08:46.817 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
18:08:46.823 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.25.106.254:44727(127.25.106.254:44727)] connecting to peer
18:08:46.830 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.25.106.252:37781(127.25.106.252:37781)] connecting to peer
18:08:46.844 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.25.106.252:37781(127.25.106.252:37781)] Successfully connected to peer
18:08:46.845 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.106.253:33449(127.25.106.253:33449)] Successfully connected to peer
18:08:46.844 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.25.106.254:44727(127.25.106.254:44727)] Successfully connected to peer
18:08:46.857 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
18:08:46.857 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
18:08:46.857 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@2515526f
18:08:46.860 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:46.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:46.860721 26296 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:46.862 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
18:08:46.863 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
18:08:46.863 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
18:08:46.863 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
18:08:46.863 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
18:08:46.864 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:46.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:46.865118 26313 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:46.946 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.106.252
18:08:46.947 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.106.253
18:08:46.947 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.106.254
18:08:47.224 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:08:47.227 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:08:47.232 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:08:47.246 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xf6464d6e, L:/127.0.0.1:35182 - R:/127.25.106.254:44727] using SASL/PLAIN
18:08:47.247 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x61955fb3, L:/127.0.0.1:56908 - R:/127.25.106.253:33449] using SASL/PLAIN
18:08:47.246 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x6130e9aa, L:/127.0.0.1:44918 - R:/127.25.106.252:37781] using SASL/PLAIN
18:08:47.298 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:08:47.305 [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)
18:08:47.306 [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)

18:08:47.307 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{kudu.table_id=0be5bd39-df08-49fb-b0af-6a44f1c5e3c1, 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)	
18:08:47.312 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:47.317 [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/hive7530287559670609251/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=0be5bd39-df08-49fb-b0af-6a44f1c5e3c1, 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)
18:08:47.320 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7530287559670609251/external-warehouse/table
18:08:47.342 [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)
18:08:47.343 [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)

18:08:47.344 [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=6725b3a5-5838-4212-ad85-546b2f1b4e51, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.106.253:33449,127.25.106.254:44727,127.25.106.252:37781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:47.349 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:47.353 [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/hive7530287559670609251/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=6725b3a5-5838-4212-ad85-546b2f1b4e51, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.106.253:33449,127.25.106.254:44727,127.25.106.252:37781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:08:47.355 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7530287559670609251/external-warehouse/table
18:08:47.454 [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	
18:08:47.549 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:47.558 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:47.739 [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.
18:08:47.811 [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=	
18:08:47.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:47.812470 26277 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:47.865 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:47.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:47.866164 26296 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:47.868 [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=	
18:08:47.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:47.868656 26313 client.h:372] Failed to connect to Hive Metastore (localhost:40195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:48.031 [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.
18:08:48.086 [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.
18:08:48.131 [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
18:08:48.302 [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=cf34719f-a28b-4c5d-b4b5-4e75b9c6fc35, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.106.253:33449,127.25.106.254:44727,127.25.106.252:37781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:48.306 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:48.309 [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/hive7530287559670609251/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=cf34719f-a28b-4c5d-b4b5-4e75b9c6fc35, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.106.253:33449,127.25.106.254:44727,127.25.106.252:37781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:08:48.312 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7530287559670609251/external-warehouse/table
18:08:48.357 [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	
18:08:48.406 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:48.408 [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	
18:08:48.485 [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
18:08:48.508 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:08:48.508 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:08:48.508 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@75d2bdd2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4b49a804 will be shutdown
18:08:48.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:48.508548 26027 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 26038
18:08:48.510 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:08:48.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:48.522660 26027 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 26111
18:08:48.526 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.25.106.254:44727(127.25.106.254:44727)] handling channelInactive
18:08:48.526 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.25.106.254:44727(127.25.106.254:44727)] cleaning up while in state READY due to: connection closed
18:08:48.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:48.541821 26027 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 26185
18:08:48.544 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.106.253:33449(127.25.106.253:33449)] handling channelInactive
18:08:48.544 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.106.253:33449(127.25.106.253:33449)] cleaning up while in state READY due to: connection closed
18:08:48.555 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.25.106.252:37781(127.25.106.252:37781)] handling channelInactive
18:08:48.555 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.25.106.252:37781(127.25.106.252:37781)] cleaning up while in state READY due to: connection closed
18:08:48.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:48Z chronyd exiting
.18:08:48.605 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:08:48.605 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:08:48.606 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:08:48.631 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17265665441506679453
18:08:48.633 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:08:48.633 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:08:48.636 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:08:48.636 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:08:48.637 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:08:48.643 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:08:48.647 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:08:48.647 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:08:48.648 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:08:48.648 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:08:48.649 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
18:08:48.744 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:08:48.745 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
18:08:48.745 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:08:48.747 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:08:48.749 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:08:48.750 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:08:48.772 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:08:48.773 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:08:48.773 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:08:48.814 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:48.815 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:48.815 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:48.816 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:48.817 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:48.817 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:49.123 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:08:49.123 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b1b06eb, with PersistenceManager: null will be shutdown
18:08:49.124 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b1b06eb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@458dcb14 created in the thread with id: 65
18:08:49.126 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:08:49.128 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b1b06eb
18:08:49.277 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
18:08:49.304 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
18:08:49.346 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
18:08:49.348 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
18:08:49.386 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:08:49.387 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:08:49.388 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:08:49.388 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
18:08:49.388 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:08:49.389 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [41671]...
18:08:49.389 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:08:49.389 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:08:49.389 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
18:08:49.389 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
18:08:49.635 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:08:49.635 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:08:49.636 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:08:49.639 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:08:49.640 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41671]
18:08:49.640 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41671) in binary transport mode
18:08:49.641 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41671) current connections: 1
18:08:49.643 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskQLwi4S/test-tmp
18:08:49.643 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
18:08:49.643 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskQLwi4S/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
18:08:49.647 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41671"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:08:49.770 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:49.771 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:08:49.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.772584 26393 mini_oidc.cc:150] Starting JWKS server
18:08:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.775003 26393 webserver.cc:533] Webserver started at http://127.0.0.1:40065/ using document root <none> and password file <none>
18:08:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.775269 26393 mini_oidc.cc:186] Starting OIDC Discovery server
18:08:49.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.775641 26393 webserver.cc:533] Webserver started at http://127.0.0.1:44403/ using document root <none> and password file <none>
18:08:49.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:49Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:08:49.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:49Z Disabled control of system clock
18:08:49.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.794461 26393 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:49.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:49.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/wal
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/data
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/logs
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/data/info.pb
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:49.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.198.126:32905
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.198.126
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.198.84:35513
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.198.126:32905,127.25.198.125:44399,127.25.198.124:46617
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40065/jwks.json
18:08:49.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41671 with env {}
18:08:49.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.912226 26405 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:49.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.912559 26405 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.912623 26405 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:49.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.916304 26405 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:49.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.916421 26405 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:49.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.916452 26405 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:49.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.916481 26405 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:49.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.916508 26405 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:49.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.916527 26405 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40065/jwks.json
18:08:49.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.921200 26405 master_runner.cc:387] Master server non-default flags:
18:08:49.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/logs
18:08:49.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:49.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.198.84:35513
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/data
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/wal
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41671
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.198.126:32905,127.25.198.125:44399,127.25.198.124:46617
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.198.126:32905
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40065/jwks.json
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/data/info.pb
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.198.126
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26405
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:49.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:49.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:49.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:49.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:49.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:49.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:49.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.922886 26405 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:49.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.924186 26405 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:49.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.930677 26410 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
18:08:49.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.930688 26413 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
18:08:49.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.931200 26405 server_base.cc:1061] running on GCE node
18:08:49.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.931262 26411 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
18:08:49.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.931989 26405 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:49.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.933008 26405 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.934211 26405 hybrid_clock.cc:648] HybridClock initialized: now 1786471729934231 us; error 125 us; skew 500 ppm
18:08:49.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.936555 26405 webserver.cc:533] Webserver started at http://127.25.198.126:37615/ using document root <none> and password file <none>
18:08:49.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.937254 26405 fs_manager.cc:362] Metadata directory not provided
18:08:49.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.937346 26405 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:49.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.937623 26405 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:49.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.939514 26405 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/data/instance:
18:08:49.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc4c055796154f00a9a0438286308e9d"
18:08:49.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:49 on dist-test-slave-zpfg"
18:08:49.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.940119 26405 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/wal/instance:
18:08:49.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc4c055796154f00a9a0438286308e9d"
18:08:49.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:49 on dist-test-slave-zpfg"
18:08:49.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.944211 26405 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
18:08:49.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.946950 26419 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.948215 26405 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.948392 26405 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/wal
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc4c055796154f00a9a0438286308e9d"
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:49 on dist-test-slave-zpfg"
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.948511 26405 fs_report.cc:389] FS layout report
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/wal
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/wal
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/data/data
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:49.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:49.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.960234 26405 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:49.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.961083 26405 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
18:08:49.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.961310 26405 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:49.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.969870 26405 rpc_server.cc:307] RPC server started. Bound to: 127.25.198.126:32905
18:08:49.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.969885 26473 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.198.126:32905 every 8 connection(s)
18:08:49.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.971161 26405 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/data/info.pb
18:08:49.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.972152 26393 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 26405
18:08:49.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.972347 26393 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-0/wal/instance
18:08:49.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.973721 26393 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:49.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/wal
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/data
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/logs
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/data/info.pb
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.198.125:44399
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.198.125
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.198.84:35513
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.198.126:32905,127.25.198.125:44399,127.25.198.124:46617
18:08:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40065/jwks.json
18:08:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41671 with env {}
18:08:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.974728 26474 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:49.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.978008 26474 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } has no permanent_uuid. Determining permanent_uuid...
18:08:49.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:49.990832 26474 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } has no permanent_uuid. Determining permanent_uuid...
18:08:49.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.991809 26422 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.198.125:44399: connect: Connection refused (error 111)
18:08:49.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:49.992969 26474 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.198.125:44399: Network error: Client connection negotiation failed: client connection to 127.25.198.125:44399: connect: Connection refused (error 111)
18:08:50.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.042245 26474 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } attempt: 1
18:08:50.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.044173 26474 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.198.125:44399: Network error: Client connection negotiation failed: client connection to 127.25.198.125:44399: connect: Connection refused (error 111)
18:08:50.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.092628 26475 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:50.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.092862 26475 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:50.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.092911 26475 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:50.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.096215 26475 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:50.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.096277 26475 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:50.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.096297 26475 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:50.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.096315 26475 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:50.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.096333 26475 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:50.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.096347 26475 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40065/jwks.json
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.100325 26475 master_runner.cc:387] Master server non-default flags:
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/logs
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.198.84:35513
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/data
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/wal
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41671
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:50.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.198.126:32905,127.25.198.125:44399,127.25.198.124:46617
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.198.125:44399
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40065/jwks.json
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/data/info.pb
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.198.125
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26475
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.101449 26475 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:50.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.102605 26475 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:50.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.108614 26486 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
18:08:50.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.108646 26483 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
18:08:50.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.108647 26484 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
18:08:50.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.109120 26475 server_base.cc:1061] running on GCE node
18:08:50.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.109715 26475 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:50.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.110806 26475 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:50.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.112007 26475 hybrid_clock.cc:648] HybridClock initialized: now 1786471730111991 us; error 29 us; skew 500 ppm
18:08:50.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.112380 26474 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } attempt: 2
18:08:50.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.113965 26474 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.198.125:44399: Network error: Client connection negotiation failed: client connection to 127.25.198.125:44399: connect: Connection refused (error 111)
18:08:50.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.114398 26475 webserver.cc:533] Webserver started at http://127.25.198.125:37851/ using document root <none> and password file <none>
18:08:50.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.114964 26475 fs_manager.cc:362] Metadata directory not provided
18:08:50.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.115016 26475 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:50.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.115195 26475 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:50.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.116719 26475 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/data/instance:
18:08:50.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "597023a77a364893bf75b5056daa42f1"
18:08:50.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:50 on dist-test-slave-zpfg"
18:08:50.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.117153 26475 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/wal/instance:
18:08:50.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "597023a77a364893bf75b5056daa42f1"
18:08:50.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:50 on dist-test-slave-zpfg"
18:08:50.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.120487 26475 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
18:08:50.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.122784 26492 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.124076 26475 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.124186 26475 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/wal
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "597023a77a364893bf75b5056daa42f1"
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:50 on dist-test-slave-zpfg"
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.124274 26475 fs_report.cc:389] FS layout report
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/wal
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/wal
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/data/data
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:50.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:50.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.145483 26475 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:50.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.146175 26475 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
18:08:50.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.146330 26475 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:50.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.154362 26475 rpc_server.cc:307] RPC server started. Bound to: 127.25.198.125:44399
18:08:50.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.154424 26545 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.198.125:44399 every 8 connection(s)
18:08:50.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.155529 26475 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/data/info.pb
18:08:50.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.158744 26546 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:50.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.161964 26546 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } has no permanent_uuid. Determining permanent_uuid...
18:08:50.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.163944 26393 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 26475
18:08:50.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.164098 26393 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-1/wal/instance
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.164881 26393 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/wal
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/data
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/logs
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/data/info.pb
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.198.124:46617
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.198.124
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.198.84:35513
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.198.126:32905,127.25.198.125:44399,127.25.198.124:46617
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40065/jwks.json
18:08:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41671 with env {}
18:08:50.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.173053 26546 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } has no permanent_uuid. Determining permanent_uuid...
18:08:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.179891 26546 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } has no permanent_uuid. Determining permanent_uuid...
18:08:50.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.180848 26497 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.198.124:46617: connect: Connection refused (error 111)
18:08:50.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.181830 26546 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.198.124:46617: Network error: Client connection negotiation failed: client connection to 127.25.198.124:46617: connect: Connection refused (error 111)
18:08:50.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.205260 26474 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } attempt: 3
18:08:50.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.210480 26474 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } has no permanent_uuid. Determining permanent_uuid...
18:08:50.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.212008 26474 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.198.124:46617: Network error: Client connection negotiation failed: client connection to 127.25.198.124:46617: connect: Connection refused (error 111)
18:08:50.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.231047 26546 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } attempt: 1
18:08:50.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.232882 26546 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.198.124:46617: Network error: Client connection negotiation failed: client connection to 127.25.198.124:46617: connect: Connection refused (error 111)
18:08:50.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.243213 26474 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } attempt: 1
18:08:50.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.245157 26474 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.198.124:46617: Network error: Client connection negotiation failed: client connection to 127.25.198.124:46617: connect: Connection refused (error 111)
18:08:50.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.288477 26548 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:50.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.288745 26548 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:50.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.288792 26548 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:50.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.292518 26548 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:50.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.292591 26548 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:50.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.292613 26548 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:50.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.292631 26548 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.292650 26548 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:50.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.292665 26548 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40065/jwks.json
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.296941 26548 master_runner.cc:387] Master server non-default flags:
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/logs
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.198.84:35513
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/data
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/wal
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41671
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.198.126:32905,127.25.198.125:44399,127.25.198.124:46617
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.198.124:46617
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40065/jwks.json
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/data/info.pb
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.198.124
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:50.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26548
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.298135 26548 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:50.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.299431 26548 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:50.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.301127 26546 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } attempt: 2
18:08:50.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.303149 26546 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.198.124:46617: Network error: Client connection negotiation failed: client connection to 127.25.198.124:46617: connect: Connection refused (error 111)
18:08:50.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.306043 26557 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
18:08:50.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.306025 26556 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
18:08:50.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.306025 26559 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
18:08:50.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.306532 26548 server_base.cc:1061] running on GCE node
18:08:50.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.307108 26548 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:50.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.308089 26548 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:50.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.309420 26548 hybrid_clock.cc:648] HybridClock initialized: now 1786471730309407 us; error 40 us; skew 500 ppm
18:08:50.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.311764 26548 webserver.cc:533] Webserver started at http://127.25.198.124:40563/ using document root <none> and password file <none>
18:08:50.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.312476 26548 fs_manager.cc:362] Metadata directory not provided
18:08:50.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.312534 26548 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:50.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.312714 26548 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:50.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.314325 26548 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/data/instance:
18:08:50.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1483de31b65146dcbe54d2b1231d01b7"
18:08:50.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:50 on dist-test-slave-zpfg"
18:08:50.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.314921 26548 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/wal/instance:
18:08:50.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1483de31b65146dcbe54d2b1231d01b7"
18:08:50.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:50 on dist-test-slave-zpfg"
18:08:50.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.318672 26548 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
18:08:50.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.320353 26474 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } attempt: 2
18:08:50.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.321429 26565 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:50.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.322068 26474 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.198.124:46617: Network error: Client connection negotiation failed: client connection to 127.25.198.124:46617: connect: Connection refused (error 111)
18:08:50.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.322831 26548 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.322976 26548 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/wal
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1483de31b65146dcbe54d2b1231d01b7"
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:50 on dist-test-slave-zpfg"
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.323099 26548 fs_report.cc:389] FS layout report
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/wal
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/wal
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/data/data
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:50.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:50.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.365942 26548 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:50.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.366869 26548 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
18:08:50.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.367091 26548 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:50.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.375085 26548 rpc_server.cc:307] RPC server started. Bound to: 127.25.198.124:46617
18:08:50.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.375099 26621 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.198.124:46617 every 8 connection(s)
18:08:50.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.376411 26548 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/data/info.pb
18:08:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.380081 26622 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:50.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.383697 26393 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 26548
18:08:50.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.383845 26393 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13189749097994646609/master-2/wal/instance
18:08:50.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.383420 26622 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } has no permanent_uuid. Determining permanent_uuid...
18:08:50.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.393952 26622 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } has no permanent_uuid. Determining permanent_uuid...
18:08:50.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.394397 26546 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } attempt: 3
18:08:50.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.400239 26622 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } has no permanent_uuid. Determining permanent_uuid...
18:08:50.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.402930 26546 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1: Bootstrap starting.
18:08:50.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.405731 26546 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1: Neither blocks nor log segments found. Creating new log.
18:08:50.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.406667 26546 log.cc:826] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1: Log is configured to *not* fsync() on all Append() calls
18:08:50.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.406803 26622 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7: Bootstrap starting.
18:08:50.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.408547 26546 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1: No bootstrap required, opened a new log
18:08:50.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.409418 26622 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7: Neither blocks nor log segments found. Creating new log.
18:08:50.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.410447 26622 log.cc:826] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7: Log is configured to *not* fsync() on all Append() calls
18:08:50.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.413115 26546 raft_consensus.cc:359] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } }
18:08:50.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.413340 26546 raft_consensus.cc:385] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:50.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.413409 26622 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7: No bootstrap required, opened a new log
18:08:50.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.413409 26546 raft_consensus.cc:740] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 597023a77a364893bf75b5056daa42f1, State: Initialized, Role: FOLLOWER
18:08:50.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.414144 26546 consensus_queue.cc:260] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [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: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } }
18:08:50.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.415198 26629 sys_catalog.cc:455] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [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: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.415521 26629 sys_catalog.cc:458] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [sys.catalog]: This master's current role is: FOLLOWER
18:08:50.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.415849 26546 sys_catalog.cc:565] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [sys.catalog]: configured and running, proceeding with master startup.
18:08:50.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.417920 26622 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } }
18:08:50.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.418399 26622 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:50.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.418488 26622 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1483de31b65146dcbe54d2b1231d01b7, State: Initialized, Role: FOLLOWER
18:08:50.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.418926 26393 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:08:50.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.419077 26622 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [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: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } }
18:08:50.420 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:50.420 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:08:50.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.420526 26622 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [sys.catalog]: configured and running, proceeding with master startup.
18:08:50.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.421922 26474 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } attempt: 3
18:08:50.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.421589 26475 master_runner.cc:187] Error getting master registration for 127.25.198.126:32905: OK, instance_id { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" instance_seqno: 1786471729967520 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:08:50.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.424078 26475 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:50.424 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.198.126"
      port: 32905
    }
    bound_http_address {
      host: "127.25.198.126"
      port: 37615
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.198.125"
      port: 44399
    }
    bound_http_address {
      host: "127.25.198.125"
      port: 37851
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.198.124"
      port: 46617
    }
    bound_http_address {
      host: "127.25.198.124"
      port: 40563
    }
  }
}

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

18:08:50.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.427660 26661 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:50.427 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:50.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.427706 26645 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:50.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.427814 26645 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:50.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.428308 26661 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:50.429 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=ca1350fa-31fb-4b92-b15c-97793eabc107, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.198.125:44399,127.25.198.126:32905,127.25.198.124:46617}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:50.430 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:50.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.426674 26548 master_runner.cc:187] Error getting master registration for 127.25.198.126:32905: OK, instance_id { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" instance_seqno: 1786471729967520 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:08:50.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.430892 26548 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:50.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.431998 26641 client.h:372] Failed to connect to Hive Metastore (localhost:41671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:50.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.432693 26642 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [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: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.432816 26642 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [sys.catalog]: This master's current role is: FOLLOWER
18:08:50.433 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:08:50.433 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:08:50.434 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:50.434 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@756fda7d, with PersistenceManager: null will be shutdown
18:08:50.434 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@756fda7d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@662213bd created in the thread with id: 86
18:08:50.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.434670 26658 client.h:372] Failed to connect to Hive Metastore (localhost:41671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:50.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.436412 26474 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d: Bootstrap starting.
18:08:50.439 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@756fda7d
18:08:50.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.440976 26474 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d: Neither blocks nor log segments found. Creating new log.
18:08:50.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.443221 26474 log.cc:826] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d: Log is configured to *not* fsync() on all Append() calls
18:08:50.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.455545 26642 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:08:50.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.455796 26642 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } }
18:08:50.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.457088 26642 leader_election.cc:290] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fc4c055796154f00a9a0438286308e9d (127.25.198.126:32905), 597023a77a364893bf75b5056daa42f1 (127.25.198.125:44399)
18:08:50.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.458137 26520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1483de31b65146dcbe54d2b1231d01b7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "597023a77a364893bf75b5056daa42f1" is_pre_election: true
18:08:50.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.458525 26520 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1483de31b65146dcbe54d2b1231d01b7 in term 0.
18:08:50.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.459383 26568 leader_election.cc:304] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [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: 1483de31b65146dcbe54d2b1231d01b7, 597023a77a364893bf75b5056daa42f1; no voters: 
18:08:50.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.459913 26642 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:08:50.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.459991 26642 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:08:50.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.460031 26642 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 0 FOLLOWER]: Advancing to term 1
18:08:50.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.461409 26642 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } }
18:08:50.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.461859 26642 leader_election.cc:290] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [CANDIDATE]: Term 1 election: Requested vote from peers fc4c055796154f00a9a0438286308e9d (127.25.198.126:32905), 597023a77a364893bf75b5056daa42f1 (127.25.198.125:44399)
18:08:50.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.463524 26520 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1483de31b65146dcbe54d2b1231d01b7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "597023a77a364893bf75b5056daa42f1"
18:08:50.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.463699 26520 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [term 0 FOLLOWER]: Advancing to term 1
18:08:50.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.465559 26520 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1483de31b65146dcbe54d2b1231d01b7 in term 1.
18:08:50.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.466456 26568 leader_election.cc:304] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [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: 1483de31b65146dcbe54d2b1231d01b7, 597023a77a364893bf75b5056daa42f1; no voters: 
18:08:50.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.466920 26642 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 1 FOLLOWER]: Leader election won for term 1
18:08:50.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.467160 26642 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [term 1 LEADER]: Becoming Leader. State: Replica: 1483de31b65146dcbe54d2b1231d01b7, State: Running, Role: LEADER
18:08:50.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.467526 26642 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [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: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } }
18:08:50.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.471797 26667 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1483de31b65146dcbe54d2b1231d01b7. Latest consensus state: current_term: 1 leader_uuid: "1483de31b65146dcbe54d2b1231d01b7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.472692 26667 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [sys.catalog]: This master's current role is: LEADER
18:08:50.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.480022 26474 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d: No bootstrap required, opened a new log
18:08:50.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.497061 26474 raft_consensus.cc:359] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } }
18:08:50.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.497793 26474 raft_consensus.cc:385] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:50.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.498140 26474 raft_consensus.cc:740] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fc4c055796154f00a9a0438286308e9d, State: Initialized, Role: FOLLOWER
18:08:50.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.499285 26474 consensus_queue.cc:260] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [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: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } }
18:08:50.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.502053 26445 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1483de31b65146dcbe54d2b1231d01b7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fc4c055796154f00a9a0438286308e9d"
18:08:50.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.502058 26446 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1483de31b65146dcbe54d2b1231d01b7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fc4c055796154f00a9a0438286308e9d" is_pre_election: true
18:08:50.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.502310 26445 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [term 0 FOLLOWER]: Advancing to term 1
18:08:50.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.505017 26445 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1483de31b65146dcbe54d2b1231d01b7 in term 1.
18:08:50.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.501991 26474 sys_catalog.cc:565] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [sys.catalog]: configured and running, proceeding with master startup.
18:08:50.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.528668 26670 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.529165 26670 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [sys.catalog]: This master's current role is: FOLLOWER
18:08:50.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.543007 26669 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:08:50.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.544628 26669 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:08:50.554 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:50.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.555253 26681 client.h:372] Failed to connect to Hive Metastore (localhost:41671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:50.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.557175 26685 catalog_manager.cc:1594] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:50.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:50.566401 26685 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:50.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.571594 26520 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [term 1 FOLLOWER]: Refusing update from remote peer 1483de31b65146dcbe54d2b1231d01b7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:08:50.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.572635 26667 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:08:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.578424 26629 sys_catalog.cc:455] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1483de31b65146dcbe54d2b1231d01b7. Latest consensus state: current_term: 1 leader_uuid: "1483de31b65146dcbe54d2b1231d01b7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.578583 26629 sys_catalog.cc:458] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [sys.catalog]: This master's current role is: FOLLOWER
18:08:50.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.580206 26445 raft_consensus.cc:1275] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [term 1 FOLLOWER]: Refusing update from remote peer 1483de31b65146dcbe54d2b1231d01b7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:08:50.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.581125 26667 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:08:50.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.586009 26670 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1483de31b65146dcbe54d2b1231d01b7. Latest consensus state: current_term: 1 leader_uuid: "1483de31b65146dcbe54d2b1231d01b7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.586154 26670 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [sys.catalog]: This master's current role is: FOLLOWER
18:08:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.608374 26642 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1483de31b65146dcbe54d2b1231d01b7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.608548 26642 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [sys.catalog]: This master's current role is: LEADER
18:08:50.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.609784 26670 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1483de31b65146dcbe54d2b1231d01b7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.609929 26670 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d [sys.catalog]: This master's current role is: FOLLOWER
18:08:50.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.610754 26686 mvcc.cc:204] Tried to move back new op lower bound from 7317388208409481216 to 7317388208002355200. Current Snapshot: MvccSnapshot[applied={T|T < 7317388208409481216}]
18:08:50.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.611399 26691 mvcc.cc:204] Tried to move back new op lower bound from 7317388208409481216 to 7317388208002355200. Current Snapshot: MvccSnapshot[applied={T|T < 7317388208409481216}]
18:08:50.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.612720 26667 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1483de31b65146dcbe54d2b1231d01b7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.612849 26667 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7 [sys.catalog]: This master's current role is: LEADER
18:08:50.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.614708 26629 sys_catalog.cc:455] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1483de31b65146dcbe54d2b1231d01b7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc4c055796154f00a9a0438286308e9d" member_type: VOTER last_known_addr { host: "127.25.198.126" port: 32905 } } peers { permanent_uuid: "597023a77a364893bf75b5056daa42f1" member_type: VOTER last_known_addr { host: "127.25.198.125" port: 44399 } } peers { permanent_uuid: "1483de31b65146dcbe54d2b1231d01b7" member_type: VOTER last_known_addr { host: "127.25.198.124" port: 46617 } } }
18:08:50.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.614840 26629 sys_catalog.cc:458] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1 [sys.catalog]: This master's current role is: FOLLOWER
18:08:50.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.618198 26689 mvcc.cc:204] Tried to move back new op lower bound from 7317388208409481216 to 7317388208002355200. Current Snapshot: MvccSnapshot[applied={T|T < 7317388208409481216}]
18:08:50.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.630518 26669 catalog_manager.cc:1383] Generated new cluster ID: 080db856dfb5474fa11b5702d27198e6
18:08:50.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.630630 26669 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:08:50.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.660368 26669 catalog_manager.cc:1406] Generated new certificate authority record
18:08:50.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.661720 26669 catalog_manager.cc:1540] Loading token signing keys...
18:08:50.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.693073 26669 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 1483de31b65146dcbe54d2b1231d01b7: Generated new TSK 0
18:08:50.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.694278 26669 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:08:50.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.695290 26669 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:08:50.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:50.697093 26669 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:08:51.082 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:51.089 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:51.089 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:51.175 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:51.183 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive17265665441506679453/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=ca1350fa-31fb-4b92-b15c-97793eabc107, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.198.125:44399,127.25.198.126:32905,127.25.198.124:46617}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:08:51.185 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17265665441506679453/external-warehouse/table
18:08:51.304 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:51.350 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:51.352 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:51.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:51.429580 26645 catalog_manager.cc:1295] Loaded cluster ID: 080db856dfb5474fa11b5702d27198e6
18:08:51.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:51.429672 26645 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1: loading cluster ID for follower catalog manager: success
18:08:51.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:51.433192 26645 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1: acquiring CA information for follower catalog manager: success
18:08:51.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:51.435077 26645 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 597023a77a364893bf75b5056daa42f1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:08:51.441 [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=	
18:08:51.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:51.443395 26641 client.h:372] Failed to connect to Hive Metastore (localhost:41671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:51.445 [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=	
18:08:51.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:51.446270 26658 client.h:372] Failed to connect to Hive Metastore (localhost:41671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:51.489 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:51.560 [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=	
18:08:51.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:51.561156 26681 client.h:372] Failed to connect to Hive Metastore (localhost:41671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:51.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:51.571365 26685 catalog_manager.cc:1295] Loaded cluster ID: 080db856dfb5474fa11b5702d27198e6
18:08:51.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:51.571462 26685 catalog_manager.cc:1588] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d: loading cluster ID for follower catalog manager: success
18:08:51.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:51.574051 26685 catalog_manager.cc:1610] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d: acquiring CA information for follower catalog manager: success
18:08:51.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:51.575742 26685 catalog_manager.cc:1638] T 00000000000000000000000000000000 P fc4c055796154f00a9a0438286308e9d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:08:51.720 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:51.772 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:51.804 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:08:51.925 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:08:51.927 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:08:51.929 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.25.198.125:44399(127.25.198.125:44399)] connecting to peer
18:08:51.931 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.25.198.126:32905(127.25.198.126:32905)] connecting to peer
18:08:51.932 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.25.198.124:46617(127.25.198.124:46617)] connecting to peer
18:08:51.933 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.198.125:44399(127.25.198.125:44399)] Successfully connected to peer
18:08:51.934 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.25.198.126:32905(127.25.198.126:32905)] Successfully connected to peer
18:08:51.936 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.25.198.124:46617(127.25.198.124:46617)] Successfully connected to peer
18:08:51.948 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.198.125
18:08:51.951 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.198.126
18:08:51.962 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.198.124
18:08:51.987 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:08:51.993 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x5afaa9db, L:/127.0.0.1:52562 - R:/127.25.198.125:44399] using SASL/PLAIN
18:08:51.987 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:08:51.997 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:08:52.008 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x3a23681b, L:/127.0.0.1:51970 - R:/127.25.198.124:46617] using SASL/PLAIN
18:08:52.013 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:08:52.017 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x7cf6590f, L:/127.0.0.1:39702 - R:/127.25.198.126:32905] using SASL/PLAIN
18:08:52.025 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:08:52.026 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:52.084 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:52.085 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:52.204 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:08:52.226 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:08:52.229 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=ca1350fa-31fb-4b92-b15c-97793eabc107, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.198.125:44399,127.25.198.126:32905,127.25.198.124:46617}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:52.232 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:52.235 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive17265665441506679453/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=ca1350fa-31fb-4b92-b15c-97793eabc107, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.198.125:44399,127.25.198.126:32905,127.25.198.124:46617}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:08:52.237 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17265665441506679453/external-warehouse/table
18:08:52.277 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:52.291 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:52.292 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:52.314 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:08:52.347 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:52.351 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:52.361 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive17265665441506679453/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)
18:08:52.362 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive17265665441506679453/external-warehouse/table specified for non-external table:table
18:08:52.363 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17265665441506679453/external-warehouse/table
18:08:52.389 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:52.402 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:52.404 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:52.425 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:08:52.441 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:08:52.443 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:52.451 [INFO - Metastore-Handler-Pool: Thread-103] (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=	
18:08:52.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:52.452351 26658 client.h:372] Failed to connect to Hive Metastore (localhost:41671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:52.451 [INFO - Metastore-Handler-Pool: Thread-102] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:52.459 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:52.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:52.459240 26641 client.h:372] Failed to connect to Hive Metastore (localhost:41671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:52.460 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:52.481 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:08:52.498 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:52.501 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:52.504 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive17265665441506679453/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)
18:08:52.505 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive17265665441506679453/external-warehouse/table specified for non-external table:table
18:08:52.506 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17265665441506679453/external-warehouse/table
18:08:52.526 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:52.539 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:52.541 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:52.562 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:08:52.566 [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=	
18:08:52.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:52.567021 26681 client.h:372] Failed to connect to Hive Metastore (localhost:41671): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:52.579 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:08:52.580 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:52.592 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:52.593 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:52.611 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:08:52.627 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:52.630 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:52.632 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive17265665441506679453/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)
18:08:52.634 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17265665441506679453/external-warehouse/table
18:08:52.654 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:52.665 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:52.667 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:52.697 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:08:52.712 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:08:52.712 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:08:52.712 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@756fda7d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@662213bd will be shutdown
18:08:52.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:52.712442 26393 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 26405
18:08:52.713 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:08:52.726 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.25.198.126:32905(127.25.198.126:32905)] handling channelInactive
18:08:52.726 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.25.198.126:32905(127.25.198.126:32905)] cleaning up while in state READY due to: connection closed
18:08:52.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:52.726487 26393 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 26475
18:08:52.737 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.198.125:44399(127.25.198.125:44399)] handling channelInactive
18:08:52.737 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.198.125:44399(127.25.198.125:44399)] cleaning up while in state READY due to: connection closed
18:08:52.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:52.736967 26393 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 26548
18:08:52.748 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.25.198.124:46617(127.25.198.124:46617)] handling channelInactive
18:08:52.748 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.25.198.124:46617(127.25.198.124:46617)] cleaning up while in state READY due to: connection closed
18:08:52.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:52Z chronyd exiting
.18:08:52.803 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:08:52.803 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:08:52.803 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:08:52.822 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10784598992452571749
18:08:52.823 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:08:52.823 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:08:52.825 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:08:52.825 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:08:52.825 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:08:52.826 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:08:52.827 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:08:52.827 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:08:52.829 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:08:52.829 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:08:52.839 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
18:08:52.912 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:08:52.913 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
18:08:52.913 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:08:52.915 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:08:52.917 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:08:52.918 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:08:52.936 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:08:52.936 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:08:52.937 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:08:52.965 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:52.966 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:52.966 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:52.967 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:52.967 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:52.967 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:53.178 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:08:53.178 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c6b103d, with PersistenceManager: null will be shutdown
18:08:53.178 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c6b103d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@f81be0c created in the thread with id: 107
18:08:53.180 [WARN - Thread-71] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:08:53.181 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c6b103d
18:08:53.313 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
18:08:53.332 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
18:08:53.362 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
18:08:53.364 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
18:08:53.414 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:08:53.414 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:08:53.415 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:08:53.415 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
18:08:53.416 [WARN - Thread-71] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:08:53.416 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [43225]...
18:08:53.416 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:08:53.416 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:08:53.416 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
18:08:53.416 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
18:08:53.825 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:08:53.826 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:08:53.826 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:08:53.827 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:08:53.828 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43225]
18:08:53.828 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43225) in binary transport mode
18:08:53.828 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43225) current connections: 1
18:08:53.830 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskQLwi4S/test-tmp
18:08:53.830 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
18:08:53.830 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskQLwi4S/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
18:08:53.833 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43225"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:08:53.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:53.948083 26746 mini_oidc.cc:150] Starting JWKS server
18:08:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:53.950117 26746 webserver.cc:533] Webserver started at http://127.0.0.1:43499/ using document root <none> and password file <none>
18:08:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:53.950290 26746 mini_oidc.cc:186] Starting OIDC Discovery server
18:08:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:53.950562 26746 webserver.cc:533] Webserver started at http://127.0.0.1:44455/ using document root <none> and password file <none>
18:08:53.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:53Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:08:53.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:53Z Disabled control of system clock
18:08:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:53.967610 26746 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/wal
18:08:53.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/data
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/logs
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/data/info.pb
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.30.190:42831
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.30.190
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.30.148:45321
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.30.190:42831,127.26.30.189:34881,127.26.30.188:38871
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43499/jwks.json
18:08:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43225 with env {}
18:08:54.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.082521 26758 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:54.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.082788 26758 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:54.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.082841 26758 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.086313 26758 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.086408 26758 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.086431 26758 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.086449 26758 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.086467 26758 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:54.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.086483 26758 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43499/jwks.json
18:08:54.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.090633 26758 master_runner.cc:387] Master server non-default flags:
18:08:54.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/logs
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.30.148:45321
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/data
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/wal
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43225
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.30.190:42831,127.26.30.189:34881,127.26.30.188:38871
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.30.190:42831
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43499/jwks.json
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/data/info.pb
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.30.190
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26758
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:54.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:54.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:54.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.091799 26758 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:54.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.092897 26758 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.099022 26764 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
18:08:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.098963 26765 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
18:08:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.098971 26768 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
18:08:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.099578 26758 server_base.cc:1061] running on GCE node
18:08:54.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.100302 26758 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:54.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.101329 26758 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:54.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.102514 26758 hybrid_clock.cc:648] HybridClock initialized: now 1786471734102482 us; error 118 us; skew 500 ppm
18:08:54.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.104787 26758 webserver.cc:533] Webserver started at http://127.26.30.190:41825/ using document root <none> and password file <none>
18:08:54.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.105461 26758 fs_manager.cc:362] Metadata directory not provided
18:08:54.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.105556 26758 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:54.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.105829 26758 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:54.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.107607 26758 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/data/instance:
18:08:54.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e910495e30794867936acf34ab0d94f6"
18:08:54.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:54 on dist-test-slave-zpfg"
18:08:54.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.108196 26758 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/wal/instance:
18:08:54.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e910495e30794867936acf34ab0d94f6"
18:08:54.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:54 on dist-test-slave-zpfg"
18:08:54.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.112066 26758 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
18:08:54.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.114756 26774 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.115962 26758 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.116146 26758 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/wal
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e910495e30794867936acf34ab0d94f6"
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:54 on dist-test-slave-zpfg"
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.116293 26758 fs_report.cc:389] FS layout report
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/wal
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/wal
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/data/data
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:54.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:54.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:54.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:54.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.134269 26758 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:54.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.135131 26758 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
18:08:54.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.135355 26758 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:54.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.143595 26758 rpc_server.cc:307] RPC server started. Bound to: 127.26.30.190:42831
18:08:54.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.143612 26832 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.30.190:42831 every 8 connection(s)
18:08:54.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.144830 26758 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/data/info.pb
18:08:54.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.148167 26833 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:54.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.151507 26833 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } has no permanent_uuid. Determining permanent_uuid...
18:08:54.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.155171 26746 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 26758
18:08:54.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.155340 26746 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-0/wal/instance
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.157043 26746 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/wal
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/data
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/logs
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/data/info.pb
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:54.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.30.189:34881
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.30.189
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.30.148:45321
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.30.190:42831,127.26.30.189:34881,127.26.30.188:38871
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43499/jwks.json
18:08:54.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43225 with env {}
18:08:54.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.163709 26833 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } has no permanent_uuid. Determining permanent_uuid...
18:08:54.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.164808 26776 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.30.189:34881: connect: Connection refused (error 111)
18:08:54.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.168605 26833 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.30.189:34881: Network error: Client connection negotiation failed: client connection to 127.26.30.189:34881: connect: Connection refused (error 111)
18:08:54.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.217898 26833 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } attempt: 1
18:08:54.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.219671 26833 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.30.189:34881: Network error: Client connection negotiation failed: client connection to 127.26.30.189:34881: connect: Connection refused (error 111)
18:08:54.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.282251 26836 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:54.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.282545 26836 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:54.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.282593 26836 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:54.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.286027 26836 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:54.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.286095 26836 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:54.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.286116 26836 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:54.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.286134 26836 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:54.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.286161 26836 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:54.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.286176 26836 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43499/jwks.json
18:08:54.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.287907 26833 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } attempt: 2
18:08:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.289889 26833 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.30.189:34881: Network error: Client connection negotiation failed: client connection to 127.26.30.189:34881: connect: Connection refused (error 111)
18:08:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.290716 26836 master_runner.cc:387] Master server non-default flags:
18:08:54.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/logs
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.30.148:45321
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/data
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/wal
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43225
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.30.190:42831,127.26.30.189:34881,127.26.30.188:38871
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.30.189:34881
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43499/jwks.json
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/data/info.pb
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.30.189
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26836
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:54.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:54.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.292045 26836 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:54.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.293223 26836 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:54.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.299508 26843 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
18:08:54.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.299508 26842 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
18:08:54.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.299536 26846 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
18:08:54.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.300040 26836 server_base.cc:1061] running on GCE node
18:08:54.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.300735 26836 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:54.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.301752 26836 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:54.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.302922 26836 hybrid_clock.cc:648] HybridClock initialized: now 1786471734302863 us; error 80 us; skew 500 ppm
18:08:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.304998 26836 webserver.cc:533] Webserver started at http://127.26.30.189:37465/ using document root <none> and password file <none>
18:08:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.305667 26836 fs_manager.cc:362] Metadata directory not provided
18:08:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.305725 26836 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:54.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.305900 26836 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.307556 26836 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/data/instance:
18:08:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bea256341f954fd2876b4fa1ce942609"
18:08:54.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:54 on dist-test-slave-zpfg"
18:08:54.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.308019 26836 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/wal/instance:
18:08:54.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bea256341f954fd2876b4fa1ce942609"
18:08:54.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:54 on dist-test-slave-zpfg"
18:08:54.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.312698 26836 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
18:08:54.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.316296 26852 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.317819 26836 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.317974 26836 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/wal
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bea256341f954fd2876b4fa1ce942609"
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:54 on dist-test-slave-zpfg"
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.318099 26836 fs_report.cc:389] FS layout report
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/wal
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/wal
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/data/data
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:54.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:54.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:54.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.337438 26836 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:54.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.338251 26836 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
18:08:54.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.338536 26836 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.346186 26907 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.30.189:34881 every 8 connection(s)
18:08:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.346236 26836 rpc_server.cc:307] RPC server started. Bound to: 127.26.30.189:34881
18:08:54.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.347465 26836 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/data/info.pb
18:08:54.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.350703 26908 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:54.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.353861 26908 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } has no permanent_uuid. Determining permanent_uuid...
18:08:54.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.356535 26746 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 26836
18:08:54.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.356663 26746 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-1/wal/instance
18:08:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.357484 26746 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/wal
18:08:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/data
18:08:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:54.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/logs
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/data/info.pb
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.30.188:38871
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.30.188
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.30.148:45321
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.30.190:42831,127.26.30.189:34881,127.26.30.188:38871
18:08:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43499/jwks.json
18:08:54.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43225 with env {}
18:08:54.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.364956 26908 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } has no permanent_uuid. Determining permanent_uuid...
18:08:54.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.372525 26908 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } has no permanent_uuid. Determining permanent_uuid...
18:08:54.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.373493 26856 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.30.188:38871: connect: Connection refused (error 111)
18:08:54.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.374589 26908 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.30.188:38871: Network error: Client connection negotiation failed: client connection to 127.26.30.188:38871: connect: Connection refused (error 111)
18:08:54.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.381084 26833 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } attempt: 3
18:08:54.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.386179 26833 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } has no permanent_uuid. Determining permanent_uuid...
18:08:54.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.387809 26833 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.30.188:38871: Network error: Client connection negotiation failed: client connection to 127.26.30.188:38871: connect: Connection refused (error 111)
18:08:54.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.419029 26833 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } attempt: 1
18:08:54.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.421078 26833 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.30.188:38871: Network error: Client connection negotiation failed: client connection to 127.26.30.188:38871: connect: Connection refused (error 111)
18:08:54.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.423846 26908 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } attempt: 1
18:08:54.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.425546 26908 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.30.188:38871: Network error: Client connection negotiation failed: client connection to 127.26.30.188:38871: connect: Connection refused (error 111)
18:08:54.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.478657 26910 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:54.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.478902 26910 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:54.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.478948 26910 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:54.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.482949 26910 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:54.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.483021 26910 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:54.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.483043 26910 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:54.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.483062 26910 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:54.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.483080 26910 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:54.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.483095 26910 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43499/jwks.json
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.488965 26910 master_runner.cc:387] Master server non-default flags:
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/logs
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.30.148:45321
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/data
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/wal
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43225
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.30.190:42831,127.26.30.189:34881,127.26.30.188:38871
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.30.188:38871
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43499/jwks.json
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/data/info.pb
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.30.188
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26910
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:54.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.490567 26910 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:54.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.492345 26910 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.493767 26908 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } attempt: 2
18:08:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.495673 26908 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.30.188:38871: Network error: Client connection negotiation failed: client connection to 127.26.30.188:38871: connect: Connection refused (error 111)
18:08:54.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.496284 26833 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } attempt: 2
18:08:54.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.497893 26833 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.30.188:38871: Network error: Client connection negotiation failed: client connection to 127.26.30.188:38871: connect: Connection refused (error 111)
18:08:54.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.499215 26918 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
18:08:54.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.499366 26920 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
18:08:54.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.499414 26910 server_base.cc:1061] running on GCE node
18:08:54.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.499225 26917 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
18:08:54.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.500425 26910 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:54.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.501668 26910 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:54.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.502867 26910 hybrid_clock.cc:648] HybridClock initialized: now 1786471734502842 us; error 40 us; skew 500 ppm
18:08:54.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.505084 26910 webserver.cc:533] Webserver started at http://127.26.30.188:40011/ using document root <none> and password file <none>
18:08:54.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.505754 26910 fs_manager.cc:362] Metadata directory not provided
18:08:54.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.505854 26910 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:54.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.506117 26910 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.507912 26910 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/data/instance:
18:08:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "da25e4a115d5405889a04f0099f56d7e"
18:08:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:54 on dist-test-slave-zpfg"
18:08:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.508555 26910 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/wal/instance:
18:08:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "da25e4a115d5405889a04f0099f56d7e"
18:08:54.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:54 on dist-test-slave-zpfg"
18:08:54.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.512545 26910 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
18:08:54.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.515285 26926 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:54.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.516604 26910 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:08:54.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.516768 26910 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/wal
18:08:54.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "da25e4a115d5405889a04f0099f56d7e"
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:54 on dist-test-slave-zpfg"
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.516889 26910 fs_report.cc:389] FS layout report
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/wal
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/wal
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/data/data
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:54.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:54.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.528182 26910 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:54.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.529062 26910 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
18:08:54.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.529318 26910 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.537578 26981 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.30.188:38871 every 8 connection(s)
18:08:54.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.537598 26910 rpc_server.cc:307] RPC server started. Bound to: 127.26.30.188:38871
18:08:54.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.538975 26910 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/data/info.pb
18:08:54.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.542156 26982 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:54.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.545254 26746 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 26910
18:08:54.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.545364 26746 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster13851559178452754537/master-2/wal/instance
18:08:54.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.545370 26982 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } has no permanent_uuid. Determining permanent_uuid...
18:08:54.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.555449 26982 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } has no permanent_uuid. Determining permanent_uuid...
18:08:54.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.561307 26982 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } has no permanent_uuid. Determining permanent_uuid...
18:08:54.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.568492 26982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e: Bootstrap starting.
18:08:54.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.570722 26746 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:08:54.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.571381 26982 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e: Neither blocks nor log segments found. Creating new log.
18:08:54.571 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:54.571 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:08:54.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.572276 26982 log.cc:826] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e: Log is configured to *not* fsync() on all Append() calls
18:08:54.572 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.30.190"
      port: 42831
    }
    bound_http_address {
      host: "127.26.30.190"
      port: 41825
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.30.189"
      port: 34881
    }
    bound_http_address {
      host: "127.26.30.189"
      port: 37465
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.30.188"
      port: 38871
    }
    bound_http_address {
      host: "127.26.30.188"
      port: 40011
    }
  }
}

18:08:54.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.574931 26982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e: No bootstrap required, opened a new log
18:08:54.575 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:08:54.575 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:54.576 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:54.579 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:08:54.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.578951 26982 raft_consensus.cc:359] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } }
18:08:54.579 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:08:54.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.579216 26982 raft_consensus.cc:385] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:54.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.579294 26982 raft_consensus.cc:740] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: da25e4a115d5405889a04f0099f56d7e, State: Initialized, Role: FOLLOWER
18:08:54.579 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1963d3d7, with PersistenceManager: null will be shutdown
18:08:54.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.579841 26982 consensus_queue.cc:260] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [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: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } }
18:08:54.580 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1963d3d7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@60f66e1 created in the thread with id: 128
18:08:54.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.580654 26987 sys_catalog.cc:455] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [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: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.580964 26987 sys_catalog.cc:458] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [sys.catalog]: This master's current role is: FOLLOWER
18:08:54.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.581506 26982 sys_catalog.cc:565] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [sys.catalog]: configured and running, proceeding with master startup.
18:08:54.585 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1963d3d7
18:08:54.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.586799 26908 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } attempt: 3
18:08:54.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.588016 26910 master_runner.cc:187] Error getting master registration for 127.26.30.190:42831: OK, instance_id { permanent_uuid: "e910495e30794867936acf34ab0d94f6" instance_seqno: 1786471734141334 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:08:54.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.590654 26910 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:54.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.593972 26908 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609: Bootstrap starting.
18:08:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.597064 26833 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } attempt: 3
18:08:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.597249 26908 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609: Neither blocks nor log segments found. Creating new log.
18:08:54.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.598285 26908 log.cc:826] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609: Log is configured to *not* fsync() on all Append() calls
18:08:54.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.604676 26908 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609: No bootstrap required, opened a new log
18:08:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.605893 26833 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6: Bootstrap starting.
18:08:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.609099 26833 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6: Neither blocks nor log segments found. Creating new log.
18:08:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.609033 26908 raft_consensus.cc:359] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } }
18:08:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.609342 26908 raft_consensus.cc:385] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.609414 26908 raft_consensus.cc:740] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bea256341f954fd2876b4fa1ce942609, State: Initialized, Role: FOLLOWER
18:08:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.610004 26833 log.cc:826] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6: Log is configured to *not* fsync() on all Append() calls
18:08:54.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.609965 26908 consensus_queue.cc:260] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [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: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } }
18:08:54.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.611572 26908 sys_catalog.cc:565] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [sys.catalog]: configured and running, proceeding with master startup.
18:08:54.612 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:54.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.612802 27000 client.h:372] Failed to connect to Hive Metastore (localhost:43225): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:54.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.614938 27007 sys_catalog.cc:455] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [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: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.617059 26833 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6: No bootstrap required, opened a new log
18:08:54.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.618175 27023 catalog_manager.cc:1594] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:54.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.618253 27023 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:54.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.616909 26836 master_runner.cc:187] Error getting master registration for 127.26.30.190:42831: OK, instance_id { permanent_uuid: "e910495e30794867936acf34ab0d94f6" instance_seqno: 1786471734141334 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:08:54.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.619359 26836 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:54.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.621217 26833 raft_consensus.cc:359] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } }
18:08:54.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.622210 26833 raft_consensus.cc:385] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:54.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.622511 26833 raft_consensus.cc:740] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e910495e30794867936acf34ab0d94f6, State: Initialized, Role: FOLLOWER
18:08:54.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.615272 27007 sys_catalog.cc:458] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [sys.catalog]: This master's current role is: FOLLOWER
18:08:54.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.623229 26833 consensus_queue.cc:260] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [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: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } }
18:08:54.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.624061 27003 catalog_manager.cc:1594] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:54.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.624159 27003 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:54.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.624656 26833 sys_catalog.cc:565] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [sys.catalog]: configured and running, proceeding with master startup.
18:08:54.631 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:54.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.632031 27019 client.h:372] Failed to connect to Hive Metastore (localhost:43225): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.633154 27029 sys_catalog.cc:455] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [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: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.633471 27029 sys_catalog.cc:458] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [sys.catalog]: This master's current role is: FOLLOWER
18:08:54.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.635962 26758 master_runner.cc:264] No leader master found from master e910495e30794867936acf34ab0d94f6
18:08:54.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.636030 26758 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:54.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.637154 26780 tablet.cc:2406] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:08:54.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.644282 27043 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:54.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.644955 27043 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:54.647 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:54.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:54.647881 27040 client.h:372] Failed to connect to Hive Metastore (localhost:43225): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.676153 26987 raft_consensus.cc:493] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:08:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.676388 26987 raft_consensus.cc:515] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } }
18:08:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.677609 26987 leader_election.cc:290] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e910495e30794867936acf34ab0d94f6 (127.26.30.190:42831), bea256341f954fd2876b4fa1ce942609 (127.26.30.189:34881)
18:08:54.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.679158 26804 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "da25e4a115d5405889a04f0099f56d7e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e910495e30794867936acf34ab0d94f6" is_pre_election: true
18:08:54.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.679478 26804 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da25e4a115d5405889a04f0099f56d7e in term 0.
18:08:54.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.679901 26881 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "da25e4a115d5405889a04f0099f56d7e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bea256341f954fd2876b4fa1ce942609" is_pre_election: true
18:08:54.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.680131 26881 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate da25e4a115d5405889a04f0099f56d7e in term 0.
18:08:54.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.680641 26928 leader_election.cc:304] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [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: bea256341f954fd2876b4fa1ce942609, da25e4a115d5405889a04f0099f56d7e; no voters: 
18:08:54.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.681743 26987 raft_consensus.cc:2804] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 0 FOLLOWER]: Leader pre-election won for term 1
18:08:54.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.681825 26987 raft_consensus.cc:493] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:08:54.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.681867 26987 raft_consensus.cc:3060] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 0 FOLLOWER]: Advancing to term 1
18:08:54.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.683151 26987 raft_consensus.cc:515] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } }
18:08:54.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.684543 26804 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "da25e4a115d5405889a04f0099f56d7e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e910495e30794867936acf34ab0d94f6"
18:08:54.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.684676 26804 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [term 0 FOLLOWER]: Advancing to term 1
18:08:54.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.685969 26804 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate da25e4a115d5405889a04f0099f56d7e in term 1.
18:08:54.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.686434 26927 leader_election.cc:304] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [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: da25e4a115d5405889a04f0099f56d7e, e910495e30794867936acf34ab0d94f6; no voters: 
18:08:54.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.687613 26881 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "da25e4a115d5405889a04f0099f56d7e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bea256341f954fd2876b4fa1ce942609"
18:08:54.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.687759 26881 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [term 0 FOLLOWER]: Advancing to term 1
18:08:54.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.688999 26881 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate da25e4a115d5405889a04f0099f56d7e in term 1.
18:08:54.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.689738 26987 leader_election.cc:290] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [CANDIDATE]: Term 1 election: Requested vote from peers e910495e30794867936acf34ab0d94f6 (127.26.30.190:42831), bea256341f954fd2876b4fa1ce942609 (127.26.30.189:34881)
18:08:54.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.689950 26987 raft_consensus.cc:2804] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 1 FOLLOWER]: Leader election won for term 1
18:08:54.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.690026 26987 raft_consensus.cc:697] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [term 1 LEADER]: Becoming Leader. State: Replica: da25e4a115d5405889a04f0099f56d7e, State: Running, Role: LEADER
18:08:54.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.690402 26987 consensus_queue.cc:237] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [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: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } }
18:08:54.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.692814 26987 sys_catalog.cc:455] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [sys.catalog]: SysCatalogTable state changed. Reason: New leader da25e4a115d5405889a04f0099f56d7e. Latest consensus state: current_term: 1 leader_uuid: "da25e4a115d5405889a04f0099f56d7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.693118 26987 sys_catalog.cc:458] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [sys.catalog]: This master's current role is: LEADER
18:08:54.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.702821 27048 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:08:54.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.704327 27048 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:08:54.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.722836 26881 raft_consensus.cc:1275] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [term 1 FOLLOWER]: Refusing update from remote peer da25e4a115d5405889a04f0099f56d7e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:08:54.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.723981 27046 consensus_queue.cc:1048] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [LEADER]: Connected to new peer: Peer: permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:08:54.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.729288 27007 sys_catalog.cc:455] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [sys.catalog]: SysCatalogTable state changed. Reason: New leader da25e4a115d5405889a04f0099f56d7e. Latest consensus state: current_term: 1 leader_uuid: "da25e4a115d5405889a04f0099f56d7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.729440 27007 sys_catalog.cc:458] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [sys.catalog]: This master's current role is: FOLLOWER
18:08:54.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.731061 26804 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [term 1 FOLLOWER]: Refusing update from remote peer da25e4a115d5405889a04f0099f56d7e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:08:54.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.731956 27046 consensus_queue.cc:1048] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [LEADER]: Connected to new peer: Peer: permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:08:54.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.736142 27029 sys_catalog.cc:455] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader da25e4a115d5405889a04f0099f56d7e. Latest consensus state: current_term: 1 leader_uuid: "da25e4a115d5405889a04f0099f56d7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.736277 27029 sys_catalog.cc:458] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [sys.catalog]: This master's current role is: FOLLOWER
18:08:54.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.750429 27049 mvcc.cc:204] Tried to move back new op lower bound from 7317388225414168576 to 7317388225297223680. Current Snapshot: MvccSnapshot[applied={T|T < 7317388225414168576}]
18:08:54.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.753738 27050 mvcc.cc:204] Tried to move back new op lower bound from 7317388225414168576 to 7317388225297223680. Current Snapshot: MvccSnapshot[applied={T|T < 7317388225414168576}]
18:08:54.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.754856 27007 sys_catalog.cc:455] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "da25e4a115d5405889a04f0099f56d7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.754997 27007 sys_catalog.cc:458] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609 [sys.catalog]: This master's current role is: FOLLOWER
18:08:54.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.750276 27046 sys_catalog.cc:455] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "da25e4a115d5405889a04f0099f56d7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.755832 27046 sys_catalog.cc:458] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [sys.catalog]: This master's current role is: LEADER
18:08:54.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.759382 27046 sys_catalog.cc:455] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "da25e4a115d5405889a04f0099f56d7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.759495 27046 sys_catalog.cc:458] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e [sys.catalog]: This master's current role is: LEADER
18:08:54.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.761008 27029 sys_catalog.cc:455] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "da25e4a115d5405889a04f0099f56d7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e910495e30794867936acf34ab0d94f6" member_type: VOTER last_known_addr { host: "127.26.30.190" port: 42831 } } peers { permanent_uuid: "bea256341f954fd2876b4fa1ce942609" member_type: VOTER last_known_addr { host: "127.26.30.189" port: 34881 } } peers { permanent_uuid: "da25e4a115d5405889a04f0099f56d7e" member_type: VOTER last_known_addr { host: "127.26.30.188" port: 38871 } } }
18:08:54.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.761121 27029 sys_catalog.cc:458] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6 [sys.catalog]: This master's current role is: FOLLOWER
18:08:54.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.762035 27052 mvcc.cc:204] Tried to move back new op lower bound from 7317388225414168576 to 7317388225297223680. Current Snapshot: MvccSnapshot[applied={T|T < 7317388225414168576}]
18:08:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.768501 27048 catalog_manager.cc:1383] Generated new cluster ID: e12b81f19e124d9db0fc8f019e46a2bb
18:08:54.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.768585 27048 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:08:54.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.828157 27048 catalog_manager.cc:1406] Generated new certificate authority record
18:08:54.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.829821 27048 catalog_manager.cc:1540] Loading token signing keys...
18:08:54.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.864352 27048 catalog_manager.cc:6092] T 00000000000000000000000000000000 P da25e4a115d5405889a04f0099f56d7e: Generated new TSK 0
18:08:54.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.865417 27048 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:08:54.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.866400 27048 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:08:54.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:54.867107 27048 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:08:54.990 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:55.010 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:55.010 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:55.103 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:08:55.112 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive10784598992452571749/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)
18:08:55.115 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10784598992452571749/external-warehouse/legacy_table
18:08:55.238 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:08:55.281 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:55.289 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
18:08:55.303 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:08:55.384 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:08:55.384 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:08:55.489 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
18:08:55.520 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
18:08:55.566 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
18:08:55.577 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:55.578 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
18:08:55.621 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:55.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:55.619886 27023 catalog_manager.cc:1295] Loaded cluster ID: e12b81f19e124d9db0fc8f019e46a2bb
18:08:55.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:55.619982 27023 catalog_manager.cc:1588] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609: loading cluster ID for follower catalog manager: success
18:08:55.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:55.622251 27000 client.h:372] Failed to connect to Hive Metastore (localhost:43225): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:55.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:55.622617 27023 catalog_manager.cc:1610] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609: acquiring CA information for follower catalog manager: success
18:08:55.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:55.624169 27023 catalog_manager.cc:1638] T 00000000000000000000000000000000 P bea256341f954fd2876b4fa1ce942609: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:08:55.634 [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=	
18:08:55.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:55.646760 27043 catalog_manager.cc:1295] Loaded cluster ID: e12b81f19e124d9db0fc8f019e46a2bb
18:08:55.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:55.646868 27043 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6: loading cluster ID for follower catalog manager: success
18:08:55.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:55.649215 27019 client.h:372] Failed to connect to Hive Metastore (localhost:43225): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:55.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:55.650031 27043 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6: acquiring CA information for follower catalog manager: success
18:08:55.650 [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=	
18:08:55.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:55.650738 27040 client.h:372] Failed to connect to Hive Metastore (localhost:43225): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:55.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:55.652078 27043 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e910495e30794867936acf34ab0d94f6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:08:55.723 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:55.855 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:55.911 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:56.041 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:08:56.042 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:08:56.042 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:08:56.042 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1963d3d7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@60f66e1 will be shutdown
18:08:56.043 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:08:56.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:56.042714 26746 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 26758
18:08:56.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:56.056138 26746 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 26836
18:08:56.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:56.069000 26746 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 26910
18:08:56.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:56Z chronyd exiting
.18:08:56.136 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:08:56.136 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:08:56.137 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:08:56.163 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1534850821586532319
18:08:56.164 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:08:56.164 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:08:56.167 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:08:56.167 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:08:56.167 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:08:56.168 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:08:56.170 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:08:56.170 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:08:56.171 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:08:56.172 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:08:56.173 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
18:08:56.243 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:08:56.245 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
18:08:56.246 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:08:56.247 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:08:56.249 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:08:56.250 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:08:56.264 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:08:56.264 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:08:56.265 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:08:56.288 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:56.289 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:56.289 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:56.289 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:56.290 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:56.290 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:08:56.502 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:08:56.503 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@72d85d94, with PersistenceManager: null will be shutdown
18:08:56.503 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@72d85d94, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6c95a3bb created in the thread with id: 138
18:08:56.505 [WARN - Thread-95] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:08:56.506 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@72d85d94
18:08:56.636 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
18:08:56.657 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
18:08:56.689 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
18:08:56.691 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
18:08:56.742 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:08:56.743 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:08:56.744 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:08:56.744 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
18:08:56.744 [WARN - Thread-95] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:08:56.745 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [35459]...
18:08:56.745 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:08:56.745 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:08:56.745 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
18:08:56.745 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
18:08:57.165 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:08:57.166 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:08:57.166 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:08:57.168 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:08:57.168 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35459]
18:08:57.168 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35459) in binary transport mode
18:08:57.169 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35459) current connections: 1
18:08:57.171 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskQLwi4S/test-tmp
18:08:57.171 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
18:08:57.171 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskQLwi4S/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
18:08:57.174 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35459"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:08:57.288 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:57.289 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:08:57.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.291023 27091 mini_oidc.cc:150] Starting JWKS server
18:08:57.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.293115 27091 webserver.cc:533] Webserver started at http://127.0.0.1:46133/ using document root <none> and password file <none>
18:08:57.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.293303 27091 mini_oidc.cc:186] Starting OIDC Discovery server
18:08:57.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.293557 27091 webserver.cc:533] Webserver started at http://127.0.0.1:33499/ using document root <none> and password file <none>
18:08:57.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:57Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:08:57.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:08:57Z Disabled control of system clock
18:08:57.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.311425 27091 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:57.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:57.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/wal
18:08:57.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/data
18:08:57.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:57.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/logs
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/data/info.pb
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.116.254:42991
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.116.254
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.116.212:33507
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:57.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.116.254:42991,127.26.116.253:35331,127.26.116.252:40819
18:08:57.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:57.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46133/jwks.json
18:08:57.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35459 with env {}
18:08:57.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.430408 27102 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:57.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.430652 27102 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:57.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.430701 27102 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:57.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.434094 27102 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:57.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.434163 27102 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:57.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.434185 27102 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:57.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.434203 27102 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:57.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.434222 27102 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:57.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.434237 27102 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46133/jwks.json
18:08:57.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.438608 27102 master_runner.cc:387] Master server non-default flags:
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/logs
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.116.212:33507
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/data
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/wal
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35459
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.116.254:42991,127.26.116.253:35331,127.26.116.252:40819
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.116.254:42991
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46133/jwks.json
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/data/info.pb
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.116.254
18:08:57.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27102
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.440084 27102 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:57.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.441583 27102 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:57.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.447865 27108 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
18:08:57.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.447870 27107 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
18:08:57.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.447867 27110 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
18:08:57.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.448029 27102 server_base.cc:1061] running on GCE node
18:08:57.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.449025 27102 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:57.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.449976 27102 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:57.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.451164 27102 hybrid_clock.cc:648] HybridClock initialized: now 1786471737451152 us; error 88 us; skew 500 ppm
18:08:57.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.453243 27102 webserver.cc:533] Webserver started at http://127.26.116.254:46087/ using document root <none> and password file <none>
18:08:57.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.453809 27102 fs_manager.cc:362] Metadata directory not provided
18:08:57.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.453874 27102 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:57.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.454036 27102 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:57.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.455667 27102 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/data/instance:
18:08:57.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d88b64aa7db457ca31548ccc6e9fc5e"
18:08:57.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:57 on dist-test-slave-zpfg"
18:08:57.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.456151 27102 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/wal/instance:
18:08:57.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d88b64aa7db457ca31548ccc6e9fc5e"
18:08:57.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:57 on dist-test-slave-zpfg"
18:08:57.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.459803 27102 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.002s
18:08:57.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.462157 27117 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.463326 27102 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.463445 27102 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/wal
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3d88b64aa7db457ca31548ccc6e9fc5e"
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:57 on dist-test-slave-zpfg"
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.463521 27102 fs_report.cc:389] FS layout report
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/wal
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/wal
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/data/data
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:57.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:57.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.477725 27102 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:57.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.478542 27102 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
18:08:57.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.478694 27102 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:57.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.486606 27102 rpc_server.cc:307] RPC server started. Bound to: 127.26.116.254:42991
18:08:57.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.486619 27174 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.116.254:42991 every 8 connection(s)
18:08:57.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.487790 27102 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/data/info.pb
18:08:57.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.489053 27091 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 27102
18:08:57.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.489251 27091 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-0/wal/instance
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.491254 27091 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/wal
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/data
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:57.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/logs
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/data/info.pb
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.116.253:35331
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.116.253
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.116.212:33507
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.116.254:42991,127.26.116.253:35331,127.26.116.252:40819
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46133/jwks.json
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35459 with env {}
18:08:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.491859 27175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:57.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.496302 27175 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } has no permanent_uuid. Determining permanent_uuid...
18:08:57.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.509861 27175 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } has no permanent_uuid. Determining permanent_uuid...
18:08:57.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.510892 27121 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.116.253:35331: connect: Connection refused (error 111)
18:08:57.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.511955 27175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.116.253:35331: Network error: Client connection negotiation failed: client connection to 127.26.116.253:35331: connect: Connection refused (error 111)
18:08:57.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.561250 27175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } attempt: 1
18:08:57.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.563156 27175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.116.253:35331: Network error: Client connection negotiation failed: client connection to 127.26.116.253:35331: connect: Connection refused (error 111)
18:08:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.610536 27176 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.610795 27176 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:57.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.610841 27176 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.614301 27176 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.614449 27176 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.614477 27176 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.614495 27176 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.614516 27176 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:57.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.614530 27176 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46133/jwks.json
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.618767 27176 master_runner.cc:387] Master server non-default flags:
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/logs
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.116.212:33507
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/data
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/wal
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35459
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.116.254:42991,127.26.116.253:35331,127.26.116.252:40819
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.116.253:35331
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46133/jwks.json
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/data/info.pb
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.116.253
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27176
18:08:57.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.619935 27176 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.621155 27176 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:57.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.627501 27186 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
18:08:57.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.627487 27184 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
18:08:57.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.627504 27188 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
18:08:57.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.627916 27176 server_base.cc:1061] running on GCE node
18:08:57.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.628502 27176 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:57.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.629488 27176 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:57.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.630647 27176 hybrid_clock.cc:648] HybridClock initialized: now 1786471737630625 us; error 45 us; skew 500 ppm
18:08:57.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.631353 27175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } attempt: 2
18:08:57.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.633049 27176 webserver.cc:533] Webserver started at http://127.26.116.253:44815/ using document root <none> and password file <none>
18:08:57.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.633232 27175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.116.253:35331: Network error: Client connection negotiation failed: client connection to 127.26.116.253:35331: connect: Connection refused (error 111)
18:08:57.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.633777 27176 fs_manager.cc:362] Metadata directory not provided
18:08:57.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.633869 27176 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:57.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.634121 27176 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:57.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.635805 27176 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/data/instance:
18:08:57.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e682a9bb3a5f4aa38ae6b7786a130a70"
18:08:57.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:57 on dist-test-slave-zpfg"
18:08:57.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.636395 27176 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/wal/instance:
18:08:57.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e682a9bb3a5f4aa38ae6b7786a130a70"
18:08:57.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:57 on dist-test-slave-zpfg"
18:08:57.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.640231 27176 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
18:08:57.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.642786 27194 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.643952 27176 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.644117 27176 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/wal
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e682a9bb3a5f4aa38ae6b7786a130a70"
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:57 on dist-test-slave-zpfg"
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.644240 27176 fs_report.cc:389] FS layout report
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/wal
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/wal
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/data/data
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:57.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:57.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.684942 27176 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:57.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.685823 27176 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
18:08:57.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.686051 27176 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:57.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.694375 27176 rpc_server.cc:307] RPC server started. Bound to: 127.26.116.253:35331
18:08:57.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.694375 27246 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.116.253:35331 every 8 connection(s)
18:08:57.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.695556 27176 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/data/info.pb
18:08:57.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.698770 27247 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.699957 27091 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 27176
18:08:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.700066 27091 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-1/wal/instance
18:08:57.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.700664 27091 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/wal
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/data
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/logs
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/data/info.pb
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:57.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.116.252:40819
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.116.252
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.116.212:33507
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.116.254:42991,127.26.116.253:35331,127.26.116.252:40819
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46133/jwks.json
18:08:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35459 with env {}
18:08:57.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.702776 27247 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } has no permanent_uuid. Determining permanent_uuid...
18:08:57.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.714812 27247 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } has no permanent_uuid. Determining permanent_uuid...
18:08:57.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.721952 27247 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } has no permanent_uuid. Determining permanent_uuid...
18:08:57.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.722962 27197 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.116.252:40819: connect: Connection refused (error 111)
18:08:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.724014 27247 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.116.252:40819: Network error: Client connection negotiation failed: client connection to 127.26.116.252:40819: connect: Connection refused (error 111)
18:08:57.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.724417 27175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } attempt: 3
18:08:57.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.729274 27175 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } has no permanent_uuid. Determining permanent_uuid...
18:08:57.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.731063 27175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.116.252:40819: Network error: Client connection negotiation failed: client connection to 127.26.116.252:40819: connect: Connection refused (error 111)
18:08:57.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.762367 27175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } attempt: 1
18:08:57.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.764200 27175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.116.252:40819: Network error: Client connection negotiation failed: client connection to 127.26.116.252:40819: connect: Connection refused (error 111)
18:08:57.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.773290 27247 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } attempt: 1
18:08:57.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.775022 27247 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.116.252:40819: Network error: Client connection negotiation failed: client connection to 127.26.116.252:40819: connect: Connection refused (error 111)
18:08:57.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.823252 27248 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:08:57.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.823546 27248 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:08:57.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.823593 27248 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:08:57.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.827186 27248 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:08:57.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.827252 27248 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:08:57.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.827275 27248 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:08:57.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.827301 27248 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:08:57.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.827319 27248 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:08:57.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.827334 27248 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46133/jwks.json
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.831710 27248 master_runner.cc:387] Master server non-default flags:
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/logs
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.116.212:33507
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/data
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/wal
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35459
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.116.254:42991,127.26.116.253:35331,127.26.116.252:40819
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:08:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.116.252:40819
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46133/jwks.json
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/data/info.pb
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.116.252
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27248
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:08:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.832980 27248 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:08:57.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.834178 27248 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:08:57.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.839422 27175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } attempt: 2
18:08:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.841163 27259 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
18:08:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.841173 27257 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
18:08:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.841166 27256 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
18:08:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.841832 27175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.116.252:40819: Network error: Client connection negotiation failed: client connection to 127.26.116.252:40819: connect: Connection refused (error 111)
18:08:57.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.842254 27248 server_base.cc:1061] running on GCE node
18:08:57.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.842887 27248 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:08:57.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.843185 27247 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } attempt: 2
18:08:57.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.844138 27248 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:08:57.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.844745 27247 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.116.252:40819: Network error: Client connection negotiation failed: client connection to 127.26.116.252:40819: connect: Connection refused (error 111)
18:08:57.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.845333 27248 hybrid_clock.cc:648] HybridClock initialized: now 1786471737845311 us; error 32 us; skew 500 ppm
18:08:57.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.847394 27248 webserver.cc:533] Webserver started at http://127.26.116.252:46353/ using document root <none> and password file <none>
18:08:57.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.848063 27248 fs_manager.cc:362] Metadata directory not provided
18:08:57.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.848122 27248 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:08:57.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.848299 27248 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:08:57.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.850036 27248 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/data/instance:
18:08:57.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89f6a4fe9e8c4e96a61b33997132c2d5"
18:08:57.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:57 on dist-test-slave-zpfg"
18:08:57.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.850541 27248 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/wal/instance:
18:08:57.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89f6a4fe9e8c4e96a61b33997132c2d5"
18:08:57.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:57 on dist-test-slave-zpfg"
18:08:57.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.854122 27248 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.001s
18:08:57.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.856637 27267 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:08:57.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.857785 27248 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.857972 27248 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/wal
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89f6a4fe9e8c4e96a61b33997132c2d5"
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:08:57 on dist-test-slave-zpfg"
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.858101 27248 fs_report.cc:389] FS layout report
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/wal
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/wal
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/data/data
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:08:57.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:08:57.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.901093 27248 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:08:57.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.901945 27248 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
18:08:57.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.902160 27248 kserver.cc:163] Server-wide thread pool size limit: 3276
18:08:57.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.909921 27248 rpc_server.cc:307] RPC server started. Bound to: 127.26.116.252:40819
18:08:57.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.909934 27322 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.116.252:40819 every 8 connection(s)
18:08:57.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.911183 27248 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/data/info.pb
18:08:57.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.914925 27323 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:08:57.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.918280 27323 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } has no permanent_uuid. Determining permanent_uuid...
18:08:57.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.919490 27091 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 27248
18:08:57.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.919625 27091 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster4398470545657092873/master-2/wal/instance
18:08:57.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.929064 27323 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } has no permanent_uuid. Determining permanent_uuid...
18:08:57.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.934281 27323 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } has no permanent_uuid. Determining permanent_uuid...
18:08:57.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.935968 27247 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } attempt: 3
18:08:57.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.941036 27175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } attempt: 3
18:08:57.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.942606 27323 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5: Bootstrap starting.
18:08:57.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.943928 27247 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70: Bootstrap starting.
18:08:57.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.945011 27323 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5: Neither blocks nor log segments found. Creating new log.
18:08:57.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.945773 27323 log.cc:826] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5: Log is configured to *not* fsync() on all Append() calls
18:08:57.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.946650 27247 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70: Neither blocks nor log segments found. Creating new log.
18:08:57.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.947748 27247 log.cc:826] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70: Log is configured to *not* fsync() on all Append() calls
18:08:57.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.948585 27323 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5: No bootstrap required, opened a new log
18:08:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.950523 27247 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70: No bootstrap required, opened a new log
18:08:57.951 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:57.952 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:08:57.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.950734 27091 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:08:57.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.953215 27323 raft_consensus.cc:359] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } }
18:08:57.952 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.116.254"
      port: 42991
    }
    bound_http_address {
      host: "127.26.116.254"
      port: 46087
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.116.253"
      port: 35331
    }
    bound_http_address {
      host: "127.26.116.253"
      port: 44815
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.116.252"
      port: 40819
    }
    bound_http_address {
      host: "127.26.116.252"
      port: 46353
    }
  }
}

18:08:57.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.953591 27323 raft_consensus.cc:385] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:57.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.953688 27323 raft_consensus.cc:740] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 89f6a4fe9e8c4e96a61b33997132c2d5, State: Initialized, Role: FOLLOWER
18:08:57.953 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:08:57.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.954222 27323 consensus_queue.cc:260] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [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: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } }
18:08:57.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.954423 27175 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e: Bootstrap starting.
18:08:57.954 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:08:57.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.955549 27323 sys_catalog.cc:565] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [sys.catalog]: configured and running, proceeding with master startup.
18:08:57.956 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=80b3cba4-4403-432a-aac9-b3039a237cc1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.116.253:35331,127.26.116.254:42991,127.26.116.252:40819}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:57.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.957124 27175 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e: Neither blocks nor log segments found. Creating new log.
18:08:57.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.957862 27247 raft_consensus.cc:359] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } }
18:08:57.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.958244 27247 raft_consensus.cc:385] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:57.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.958405 27175 log.cc:826] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e: Log is configured to *not* fsync() on all Append() calls
18:08:57.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.958503 27247 raft_consensus.cc:740] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e682a9bb3a5f4aa38ae6b7786a130a70, State: Initialized, Role: FOLLOWER
18:08:57.959 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:08:57.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.959095 27247 consensus_queue.cc:260] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [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: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } }
18:08:57.959 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:08:57.959 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@a9651ca, with PersistenceManager: null will be shutdown
18:08:57.960 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@a9651ca, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2ab30869 created in the thread with id: 159
18:08:57.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.961176 27175 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e: No bootstrap required, opened a new log
18:08:57.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.962209 27247 sys_catalog.cc:565] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [sys.catalog]: configured and running, proceeding with master startup.
18:08:57.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.960951 27248 master_runner.cc:187] Error getting master registration for 127.26.116.254:42991: OK, instance_id { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" instance_seqno: 1786471737484382 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:08:57.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.963586 27248 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:57.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.964329 27352 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [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: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:57.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.964653 27352 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [sys.catalog]: This master's current role is: FOLLOWER
18:08:57.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.964920 27352 raft_consensus.cc:493] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:08:57.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.965193 27352 raft_consensus.cc:515] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } }
18:08:57.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.965212 27175 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } }
18:08:57.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.965381 27175 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:08:57.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.965442 27175 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d88b64aa7db457ca31548ccc6e9fc5e, State: Initialized, Role: FOLLOWER
18:08:57.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.965927 27175 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [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: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } }
18:08:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.967265 27175 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [sys.catalog]: configured and running, proceeding with master startup.
18:08:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.967320 27146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" is_pre_election: true
18:08:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.967540 27146 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 89f6a4fe9e8c4e96a61b33997132c2d5 in term 0.
18:08:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.968353 27271 leader_election.cc:304] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [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: 3d88b64aa7db457ca31548ccc6e9fc5e, 89f6a4fe9e8c4e96a61b33997132c2d5; no voters: 
18:08:57.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.969424 27221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" is_pre_election: true
18:08:57.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.969705 27221 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 89f6a4fe9e8c4e96a61b33997132c2d5 in term 0.
18:08:57.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.967393 27176 master_runner.cc:187] Error getting master registration for 127.26.116.254:42991: OK, instance_id { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" instance_seqno: 1786471737484382 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:08:57.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.970021 27176 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:57.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.973750 27362 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:57.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.973903 27344 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:57.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.973969 27344 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:57.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.974134 27330 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:08:57.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.974191 27330 raft_consensus.cc:493] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:08:57.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.974236 27330 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 0 FOLLOWER]: Advancing to term 1
18:08:57.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.970412 27363 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [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: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:57.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.974787 27363 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [sys.catalog]: This master's current role is: FOLLOWER
18:08:57.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.975304 27362 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:57.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.975509 27330 raft_consensus.cc:515] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } }
18:08:57.975 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@a9651ca
18:08:57.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.975639 27352 leader_election.cc:290] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d88b64aa7db457ca31548ccc6e9fc5e (127.26.116.254:42991), e682a9bb3a5f4aa38ae6b7786a130a70 (127.26.116.253:35331)
18:08:57.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.979979 27102 master_runner.cc:233] Existing masters have differing terms: 0 vs 1
18:08:57.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.980085 27123 tablet.cc:2406] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:08:57.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.980099 27102 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:08:57.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.980641 27330 leader_election.cc:290] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [CANDIDATE]: Term 1 election: Requested vote from peers 3d88b64aa7db457ca31548ccc6e9fc5e (127.26.116.254:42991), e682a9bb3a5f4aa38ae6b7786a130a70 (127.26.116.253:35331)
18:08:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.981258 27146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e"
18:08:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.981389 27146 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [term 0 FOLLOWER]: Advancing to term 1
18:08:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.982740 27146 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 89f6a4fe9e8c4e96a61b33997132c2d5 in term 1.
18:08:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.983032 27221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70"
18:08:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.983175 27221 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [term 0 FOLLOWER]: Advancing to term 1
18:08:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.985245 27221 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 89f6a4fe9e8c4e96a61b33997132c2d5 in term 1.
18:08:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.985863 27271 leader_election.cc:304] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [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: 89f6a4fe9e8c4e96a61b33997132c2d5, e682a9bb3a5f4aa38ae6b7786a130a70; no voters: 
18:08:57.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.986781 27330 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 1 FOLLOWER]: Leader election won for term 1
18:08:57.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.987061 27330 raft_consensus.cc:697] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [term 1 LEADER]: Becoming Leader. State: Replica: 89f6a4fe9e8c4e96a61b33997132c2d5, State: Running, Role: LEADER
18:08:57.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.987576 27330 consensus_queue.cc:237] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [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: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } }
18:08:57.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.989898 27330 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 89f6a4fe9e8c4e96a61b33997132c2d5. Latest consensus state: current_term: 1 leader_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:57.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.990418 27330 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [sys.catalog]: This master's current role is: LEADER
18:08:57.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.992331 27378 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:08:57.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.992583 27378 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:08:57.994 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:57.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.996281 27384 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:08:57.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:57.996515 27341 client.h:372] Failed to connect to Hive Metastore (localhost:35459): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:57.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:57.997792 27384 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:08:58.001 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:58.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:58.002594 27375 client.h:372] Failed to connect to Hive Metastore (localhost:35459): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:58.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.008036 27221 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [term 1 FOLLOWER]: Refusing update from remote peer 89f6a4fe9e8c4e96a61b33997132c2d5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:08:58.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.009217 27330 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:08:58.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.014596 27346 sys_catalog.cc:455] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:58.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.015156 27346 sys_catalog.cc:458] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [sys.catalog]: This master's current role is: FOLLOWER
18:08:58.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.015443 27346 sys_catalog.cc:455] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 89f6a4fe9e8c4e96a61b33997132c2d5. Latest consensus state: current_term: 1 leader_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:58.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.015584 27146 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [term 1 FOLLOWER]: Refusing update from remote peer 89f6a4fe9e8c4e96a61b33997132c2d5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:08:58.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.015793 27346 sys_catalog.cc:458] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [sys.catalog]: This master's current role is: FOLLOWER
18:08:58.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.016335 27330 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:08:58.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.021543 27363 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 89f6a4fe9e8c4e96a61b33997132c2d5. Latest consensus state: current_term: 1 leader_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:58.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.021740 27363 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [sys.catalog]: This master's current role is: FOLLOWER
18:08:58.031 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:58.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:58.040755 27358 client.h:372] Failed to connect to Hive Metastore (localhost:35459): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:58.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.041283 27330 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:58.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.041435 27330 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [sys.catalog]: This master's current role is: LEADER
18:08:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.042824 27363 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.042964 27363 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e [sys.catalog]: This master's current role is: FOLLOWER
18:08:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.043305 27387 mvcc.cc:204] Tried to move back new op lower bound from 7317388238872186880 to 7317388238802010112. Current Snapshot: MvccSnapshot[applied={T|T < 7317388238872186880}]
18:08:58.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.044283 27384 catalog_manager.cc:1383] Generated new cluster ID: b1eac0cd277140398ba964ea0ed13df7
18:08:58.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.044353 27384 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:08:58.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.047360 27352 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:58.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.047492 27352 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5 [sys.catalog]: This master's current role is: LEADER
18:08:58.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.049424 27388 sys_catalog.cc:455] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d88b64aa7db457ca31548ccc6e9fc5e" member_type: VOTER last_known_addr { host: "127.26.116.254" port: 42991 } } peers { permanent_uuid: "e682a9bb3a5f4aa38ae6b7786a130a70" member_type: VOTER last_known_addr { host: "127.26.116.253" port: 35331 } } peers { permanent_uuid: "89f6a4fe9e8c4e96a61b33997132c2d5" member_type: VOTER last_known_addr { host: "127.26.116.252" port: 40819 } } }
18:08:58.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.049577 27388 sys_catalog.cc:458] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70 [sys.catalog]: This master's current role is: FOLLOWER
18:08:58.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.050019 27389 mvcc.cc:204] Tried to move back new op lower bound from 7317388238872186880 to 7317388238802010112. Current Snapshot: MvccSnapshot[applied={T|T < 7317388238872186880}]
18:08:58.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.102041 27384 catalog_manager.cc:1406] Generated new certificate authority record
18:08:58.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.103634 27384 catalog_manager.cc:1540] Loading token signing keys...
18:08:58.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.139894 27384 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 89f6a4fe9e8c4e96a61b33997132c2d5: Generated new TSK 0
18:08:58.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.141120 27384 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:08:58.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.142042 27384 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:08:58.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.142752 27384 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:08:58.503 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:58.511 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:58.511 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:58.573 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:58.581 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1534850821586532319/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=80b3cba4-4403-432a-aac9-b3039a237cc1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.116.253:35331,127.26.116.254:42991,127.26.116.252:40819}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:08:58.583 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1534850821586532319/external-warehouse/table
18:08:58.683 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:58.719 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:58.721 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:58.723 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:08:58.725 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1534850821586532319/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)
18:08:58.727 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1534850821586532319/external-warehouse/legacy_table
18:08:58.748 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:08:58.759 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:58.760 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:08:58.772 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:08:58.816 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:58.816 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:58.837 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:08:58.857 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:08:58.868 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:58.869 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:58.877 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:08:58.879 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:08:58.880 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.26.116.253:35331(127.26.116.253:35331)] connecting to peer
18:08:58.882 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.26.116.254:42991(127.26.116.254:42991)] connecting to peer
18:08:58.883 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.116.253:35331(127.26.116.253:35331)] Successfully connected to peer
18:08:58.887 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.26.116.252:40819(127.26.116.252:40819)] connecting to peer
18:08:58.889 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.26.116.254:42991(127.26.116.254:42991)] Successfully connected to peer
18:08:58.892 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.116.253
18:08:58.915 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.26.116.252:40819(127.26.116.252:40819)] Successfully connected to peer
18:08:58.921 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.116.254
18:08:58.932 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:08:58.948 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x8bb530dd, L:/127.0.0.1:43090 - R:/127.26.116.253:35331] using SASL/PLAIN
18:08:58.952 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.116.252
18:08:58.956 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:08:58.973 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:08:58.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.977075 27362 catalog_manager.cc:1295] Loaded cluster ID: b1eac0cd277140398ba964ea0ed13df7
18:08:58.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.977181 27362 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70: loading cluster ID for follower catalog manager: success
18:08:58.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.979764 27362 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70: acquiring CA information for follower catalog manager: success
18:08:58.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.981319 27362 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e682a9bb3a5f4aa38ae6b7786a130a70: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:08:58.991 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xa6626371, L:/127.0.0.1:35198 - R:/127.26.116.252:40819] using SASL/PLAIN
18:08:58.994 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x0c3da7c4, L:/127.0.0.1:41820 - R:/127.26.116.254:42991] using SASL/PLAIN
18:08:58.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.995337 27378 catalog_manager.cc:1295] Loaded cluster ID: b1eac0cd277140398ba964ea0ed13df7
18:08:58.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:58.995425 27378 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e: loading cluster ID for follower catalog manager: success
18:08:59.000 [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=	
18:08:59.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:59.000571 27341 client.h:372] Failed to connect to Hive Metastore (localhost:35459): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:59.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:59.001327 27378 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e: acquiring CA information for follower catalog manager: success
18:08:59.003 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:08:59.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:08:59.003176 27378 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 3d88b64aa7db457ca31548ccc6e9fc5e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:08:59.004 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:08:59.005 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:08:59.006 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:08:59.035 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:59.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:59.036435 27375 client.h:372] Failed to connect to Hive Metastore (localhost:35459): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:59.040 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:08:59.057 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:08:59.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:08:59.058038 27358 client.h:372] Failed to connect to Hive Metastore (localhost:35459): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:08:59.063 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:59.064 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:59.073 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:08:59.091 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:08:59.105 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:59.105 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:59.110 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:08:59.121 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:08:59.133 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:59.133 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:59.142 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:08:59.143 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

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

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

18:08:59.456 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:08:59.478 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:08:59.496 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:59.496 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:59.508 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:08:59.518 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:08:59.529 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:59.529 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:59.537 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:08:59.546 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:08:59.557 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:59.557 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:59.563 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:59.571 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:59.572 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:08:59.670 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:59.786 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:59.820 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:08:59.920 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive1534850821586532319/warehouse/default/table
18:08:59.921 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:08:59.923 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:08:59.925 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1534850821586532319/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)
18:08:59.926 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive1534850821586532319/external-warehouse/table specified for non-external table:table
18:08:59.928 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:59.928 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:59.947 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:08:59.965 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:08:59.966 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:08:59.976 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:08:59.992 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:08:59.992 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:08:59.996 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:08:59.998 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:08:59.999 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:09:00.006 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:09:00.009 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:09:00.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:00.009421 27341 client.h:372] Failed to connect to Hive Metastore (localhost:35459): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:09:00.019 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:09:00.020 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:09:00.024 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:09:00.025 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain the Kudu storage handler (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:405)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:09:00.026 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:09:00.037 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:09:00.038 [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=	
18:09:00.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:00.039044 27375 client.h:372] Failed to connect to Hive Metastore (localhost:35459): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:09:00.048 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:09:00.048 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:09:00.054 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
18:09:00.064 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:09:00.065 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:09:00.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:00.065979 27358 client.h:372] Failed to connect to Hive Metastore (localhost:35459): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:09:00.074 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:09:00.074 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:09:00.082 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:09:00.091 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:09:00.093 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:09:00.164 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:09:00.166 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=80b3cba4-4403-432a-aac9-b3039a237cc1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.116.253:35331,127.26.116.254:42991,127.26.116.252:40819}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:09:00.168 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:09:00.170 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1534850821586532319/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=80b3cba4-4403-432a-aac9-b3039a237cc1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.116.253:35331,127.26.116.254:42991,127.26.116.252:40819}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:09:00.172 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1534850821586532319/external-warehouse/table
18:09:00.189 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:09:00.197 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:09:00.199 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:09:00.208 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:09:00.219 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:09:00.219 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:09:00.225 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:09:00.233 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:09:00.235 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:09:00.278 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:09:00.278 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:09:00.278 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@a9651ca, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2ab30869 will be shutdown
18:09:00.278 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:09:00.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:00.278594 27091 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 27102
18:09:00.297 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.26.116.254:42991(127.26.116.254:42991)] handling channelInactive
18:09:00.297 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.26.116.254:42991(127.26.116.254:42991)] cleaning up while in state READY due to: connection closed
18:09:00.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:00.298877 27091 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 27176
18:09:00.310 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.116.253:35331(127.26.116.253:35331)] handling channelInactive
18:09:00.310 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.116.253:35331(127.26.116.253:35331)] cleaning up while in state READY due to: connection closed
18:09:00.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:00.310073 27091 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 27248
18:09:00.320 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.26.116.252:40819(127.26.116.252:40819)] handling channelInactive
18:09:00.321 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.26.116.252:40819(127.26.116.252:40819)] cleaning up while in state READY due to: connection closed
18:09:00.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:09:00Z chronyd exiting
.18:09:00.369 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:09:00.369 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:09:00.369 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:09:00.395 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive7593232582833480106
18:09:00.396 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:09:00.396 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:09:00.398 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:09:00.398 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:09:00.399 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:09:00.399 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:09:00.403 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:09:00.403 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:09:00.404 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:09:00.404 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:09:00.406 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
18:09:00.473 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:09:00.474 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
18:09:00.474 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:09:00.476 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:09:00.478 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:09:00.478 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:09:00.492 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:09:00.492 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:09:00.492 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:09:00.513 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:00.514 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:00.514 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:00.515 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:00.515 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:00.515 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:00.709 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:09:00.709 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d76a4e3, with PersistenceManager: null will be shutdown
18:09:00.709 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d76a4e3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@674de14f created in the thread with id: 178
18:09:00.711 [WARN - Thread-124] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:09:00.712 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6d76a4e3
18:09:00.852 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
18:09:00.885 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
18:09:00.939 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
18:09:00.941 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
18:09:00.973 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:09:00.974 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:09:00.974 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:09:00.975 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
18:09:00.975 [WARN - Thread-124] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:09:00.975 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [35467]...
18:09:00.976 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:09:00.976 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:09:00.976 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
18:09:00.976 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
18:09:01.398 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:09:01.399 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:09:01.400 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:09:01.403 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:09:01.403 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35467]
18:09:01.403 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35467) in binary transport mode
18:09:01.404 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35467) current connections: 1
18:09:01.405 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskQLwi4S/test-tmp
18:09:01.405 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
18:09:01.406 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskQLwi4S/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
18:09:01.411 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35467"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:09:01.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.534855 27445 mini_oidc.cc:150] Starting JWKS server
18:09:01.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.536639 27445 webserver.cc:533] Webserver started at http://127.0.0.1:40863/ using document root <none> and password file <none>
18:09:01.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.536791 27445 mini_oidc.cc:186] Starting OIDC Discovery server
18:09:01.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.537009 27445 webserver.cc:533] Webserver started at http://127.0.0.1:40683/ using document root <none> and password file <none>
18:09:01.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:09:01Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:09:01.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:09:01Z Disabled control of system clock
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.553789 27445 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/wal
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/data
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/logs
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/data/info.pb
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.205.126:37953
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.205.126
18:09:01.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:01.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.205.84:38701
18:09:01.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:01.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:01.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:01.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:01.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.205.126:37953,127.26.205.125:41695,127.26.205.124:37295
18:09:01.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:01.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40863/jwks.json
18:09:01.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35467 with env {}
18:09:01.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.670014 27456 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:09:01.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.670312 27456 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:09:01.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.670403 27456 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:09:01.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.674127 27456 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:09:01.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.674242 27456 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:09:01.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.674278 27456 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:09:01.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.674307 27456 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:09:01.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.674332 27456 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:09:01.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.674352 27456 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40863/jwks.json
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.678726 27456 master_runner.cc:387] Master server non-default flags:
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/logs
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.205.84:38701
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/data
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/wal
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35467
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.205.126:37953,127.26.205.125:41695,127.26.205.124:37295
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.205.126:37953
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40863/jwks.json
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/data/info.pb
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.205.126
18:09:01.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27456
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.680373 27456 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:09:01.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.681658 27456 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:09:01.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.687956 27463 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
18:09:01.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.688175 27462 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
18:09:01.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.688756 27456 server_base.cc:1061] running on GCE node
18:09:01.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.688822 27465 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
18:09:01.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.689633 27456 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:09:01.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.690982 27456 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:09:01.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.692190 27456 hybrid_clock.cc:648] HybridClock initialized: now 1786471741692204 us; error 100 us; skew 500 ppm
18:09:01.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.694832 27456 webserver.cc:533] Webserver started at http://127.26.205.126:41073/ using document root <none> and password file <none>
18:09:01.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.695596 27456 fs_manager.cc:362] Metadata directory not provided
18:09:01.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.695677 27456 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:09:01.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.695914 27456 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:09:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.698100 27456 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/data/instance:
18:09:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "14d9a761635247d39fbecf9ad06957dd"
18:09:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:01 on dist-test-slave-zpfg"
18:09:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.698652 27456 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/wal/instance:
18:09:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "14d9a761635247d39fbecf9ad06957dd"
18:09:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:01 on dist-test-slave-zpfg"
18:09:01.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.702391 27456 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.002s
18:09:01.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.704856 27472 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.706135 27456 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.706245 27456 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/wal
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "14d9a761635247d39fbecf9ad06957dd"
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:01 on dist-test-slave-zpfg"
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.706333 27456 fs_report.cc:389] FS layout report
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/wal
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/wal
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/data/data
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:09:01.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:09:01.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.721570 27456 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:09:01.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.722245 27456 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
18:09:01.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.722482 27456 kserver.cc:163] Server-wide thread pool size limit: 3276
18:09:01.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.730523 27456 rpc_server.cc:307] RPC server started. Bound to: 127.26.205.126:37953
18:09:01.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.730542 27525 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.205.126:37953 every 8 connection(s)
18:09:01.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.731703 27456 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/data/info.pb
18:09:01.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.734959 27526 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:09:01.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.738214 27526 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.205.126" port: 37953 } has no permanent_uuid. Determining permanent_uuid...
18:09:01.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.741073 27445 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 27456
18:09:01.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.741246 27445 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-0/wal/instance
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.743247 27445 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/wal
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/data
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/logs
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/data/info.pb
18:09:01.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.205.125:41695
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.205.125
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.205.84:38701
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.205.126:37953,127.26.205.125:41695,127.26.205.124:37295
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40863/jwks.json
18:09:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35467 with env {}
18:09:01.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.756117 27526 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.205.125" port: 41695 } has no permanent_uuid. Determining permanent_uuid...
18:09:01.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.757139 27473 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.205.125:41695: connect: Connection refused (error 111)
18:09:01.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.758401 27526 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.205.125:41695: Network error: Client connection negotiation failed: client connection to 127.26.205.125:41695: connect: Connection refused (error 111)
18:09:01.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.807698 27526 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.205.125" port: 41695 } attempt: 1
18:09:01.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.810009 27526 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.205.125:41695: Network error: Client connection negotiation failed: client connection to 127.26.205.125:41695: connect: Connection refused (error 111)
18:09:01.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.863291 27530 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:09:01.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.863543 27530 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:09:01.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.863590 27530 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:09:01.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.867184 27530 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:09:01.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.867261 27530 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:09:01.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.867283 27530 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:09:01.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.867301 27530 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:09:01.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.867321 27530 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:09:01.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.867336 27530 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40863/jwks.json
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.871699 27530 master_runner.cc:387] Master server non-default flags:
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/logs
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.205.84:38701
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/data
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/wal
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35467
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.205.126:37953,127.26.205.125:41695,127.26.205.124:37295
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.205.125:41695
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40863/jwks.json
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/data/info.pb
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.205.125
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27530
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:09:01.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:09:01.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:09:01.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:09:01.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:09:01.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:09:01.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:09:01.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.872932 27530 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:09:01.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.874403 27530 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:09:01.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.878248 27526 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.205.125" port: 41695 } attempt: 2
18:09:01.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.880265 27526 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.205.125:41695: Network error: Client connection negotiation failed: client connection to 127.26.205.125:41695: connect: Connection refused (error 111)
18:09:01.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.880890 27541 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
18:09:01.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.880923 27537 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
18:09:01.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.880890 27536 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
18:09:01.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.881896 27530 server_base.cc:1061] running on GCE node
18:09:01.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.882591 27530 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:09:01.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.883694 27530 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:09:01.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.884910 27530 hybrid_clock.cc:648] HybridClock initialized: now 1786471741884884 us; error 43 us; skew 500 ppm
18:09:01.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.887416 27530 webserver.cc:533] Webserver started at http://127.26.205.125:44059/ using document root <none> and password file <none>
18:09:01.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.888087 27530 fs_manager.cc:362] Metadata directory not provided
18:09:01.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.888182 27530 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:09:01.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.888468 27530 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:09:01.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.890213 27530 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/data/instance:
18:09:01.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "83e4e572b8944773ab284d26ba484503"
18:09:01.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:01 on dist-test-slave-zpfg"
18:09:01.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.890889 27530 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/wal/instance:
18:09:01.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "83e4e572b8944773ab284d26ba484503"
18:09:01.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:01 on dist-test-slave-zpfg"
18:09:01.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.894747 27530 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
18:09:01.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.897384 27547 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:09:01.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.898710 27530 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.898873 27530 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/wal
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "83e4e572b8944773ab284d26ba484503"
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:01 on dist-test-slave-zpfg"
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.899009 27530 fs_report.cc:389] FS layout report
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/wal
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/wal
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/data/data
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:09:01.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:09:01.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.927729 27530 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:09:01.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.928606 27530 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
18:09:01.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.928831 27530 kserver.cc:163] Server-wide thread pool size limit: 3276
18:09:01.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.937283 27602 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.205.125:41695 every 8 connection(s)
18:09:01.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.937274 27530 rpc_server.cc:307] RPC server started. Bound to: 127.26.205.125:41695
18:09:01.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.938678 27530 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/data/info.pb
18:09:01.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.941924 27445 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 27530
18:09:01.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.942058 27445 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-1/wal/instance
18:09:01.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.942471 27603 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.942968 27445 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/wal
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/data
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/logs
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/data/info.pb
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.205.124:37295
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.205.124
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:01.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.205.84:38701
18:09:01.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:01.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:01.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:01.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:01.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.205.126:37953,127.26.205.125:41695,127.26.205.124:37295
18:09:01.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:01.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40863/jwks.json
18:09:01.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35467 with env {}
18:09:01.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.946548 27603 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.205.126" port: 37953 } has no permanent_uuid. Determining permanent_uuid...
18:09:01.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.958225 27603 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.205.125" port: 41695 } has no permanent_uuid. Determining permanent_uuid...
18:09:01.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.965425 27603 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } has no permanent_uuid. Determining permanent_uuid...
18:09:01.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.966610 27549 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.205.124:37295: connect: Connection refused (error 111)
18:09:01.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.967914 27603 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.205.124:37295: Network error: Client connection negotiation failed: client connection to 127.26.205.124:37295: connect: Connection refused (error 111)
18:09:01.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.971524 27526 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.205.125" port: 41695 } attempt: 3
18:09:01.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:01.976488 27526 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } has no permanent_uuid. Determining permanent_uuid...
18:09:01.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:01.978052 27526 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.205.124:37295: Network error: Client connection negotiation failed: client connection to 127.26.205.124:37295: connect: Connection refused (error 111)
18:09:02.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.009286 27526 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } attempt: 1
18:09:02.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.011559 27526 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.205.124:37295: Network error: Client connection negotiation failed: client connection to 127.26.205.124:37295: connect: Connection refused (error 111)
18:09:02.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.017180 27603 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } attempt: 1
18:09:02.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.019474 27603 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.205.124:37295: Network error: Client connection negotiation failed: client connection to 127.26.205.124:37295: connect: Connection refused (error 111)
18:09:02.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.072507 27604 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:09:02.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.072806 27604 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:09:02.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.072860 27604 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:09:02.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.076614 27604 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:09:02.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.076689 27604 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:09:02.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.076715 27604 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:09:02.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.076735 27604 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:09:02.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.076753 27604 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:09:02.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.076768 27604 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40863/jwks.json
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.081076 27604 master_runner.cc:387] Master server non-default flags:
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/logs
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.205.84:38701
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/data
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/wal
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35467
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.205.126:37953,127.26.205.125:41695,127.26.205.124:37295
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:02.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.205.124:37295
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40863/jwks.json
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/data/info.pb
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.205.124
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27604
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:09:02.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.082300 27604 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:09:02.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.083560 27604 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:09:02.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.086779 27526 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } attempt: 2
18:09:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.087719 27603 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } attempt: 2
18:09:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.088918 27526 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.205.124:37295: Network error: Client connection negotiation failed: client connection to 127.26.205.124:37295: connect: Connection refused (error 111)
18:09:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.089839 27612 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
18:09:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.090013 27603 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.205.124:37295: Network error: Client connection negotiation failed: client connection to 127.26.205.124:37295: connect: Connection refused (error 111)
18:09:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.089898 27615 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
18:09:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.090055 27613 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
18:09:02.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.090492 27604 server_base.cc:1061] running on GCE node
18:09:02.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.091301 27604 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:09:02.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.092451 27604 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:09:02.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.093662 27604 hybrid_clock.cc:648] HybridClock initialized: now 1786471742093629 us; error 46 us; skew 500 ppm
18:09:02.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.096095 27604 webserver.cc:533] Webserver started at http://127.26.205.124:43695/ using document root <none> and password file <none>
18:09:02.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.096824 27604 fs_manager.cc:362] Metadata directory not provided
18:09:02.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.096925 27604 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:09:02.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.097210 27604 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:09:02.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.099071 27604 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/data/instance:
18:09:02.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "74f9e183c12b44329841f3841b483eb4"
18:09:02.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:02 on dist-test-slave-zpfg"
18:09:02.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.099684 27604 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/wal/instance:
18:09:02.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "74f9e183c12b44329841f3841b483eb4"
18:09:02.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:02 on dist-test-slave-zpfg"
18:09:02.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.103737 27604 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
18:09:02.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.106520 27622 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.107713 27604 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.107996 27604 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/wal
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "74f9e183c12b44329841f3841b483eb4"
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:02 on dist-test-slave-zpfg"
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.108132 27604 fs_report.cc:389] FS layout report
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/wal
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/wal
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/data/data
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:09:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:09:02.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.127851 27604 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:09:02.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.128697 27604 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
18:09:02.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.128921 27604 kserver.cc:163] Server-wide thread pool size limit: 3276
18:09:02.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.137173 27604 rpc_server.cc:307] RPC server started. Bound to: 127.26.205.124:37295
18:09:02.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.137287 27675 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.205.124:37295 every 8 connection(s)
18:09:02.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.138521 27604 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/data/info.pb
18:09:02.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.141059 27445 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 27604
18:09:02.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.141197 27445 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster12663844617238387785/master-2/wal/instance
18:09:02.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.142582 27677 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:09:02.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.146647 27677 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.205.126" port: 37953 } has no permanent_uuid. Determining permanent_uuid...
18:09:02.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.154134 27677 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.205.125" port: 41695 } has no permanent_uuid. Determining permanent_uuid...
18:09:02.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.159878 27677 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } has no permanent_uuid. Determining permanent_uuid...
18:09:02.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.166929 27677 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4: Bootstrap starting.
18:09:02.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.167845 27445 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:09:02.168 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:09:02.168 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:09:02.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.169840 27677 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4: Neither blocks nor log segments found. Creating new log.
18:09:02.169 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.205.126"
      port: 37953
    }
    bound_http_address {
      host: "127.26.205.126"
      port: 41073
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.205.125"
      port: 41695
    }
    bound_http_address {
      host: "127.26.205.125"
      port: 44059
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.205.124"
      port: 37295
    }
    bound_http_address {
      host: "127.26.205.124"
      port: 43695
    }
  }
}

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

18:09:02.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.170758 27677 log.cc:826] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4: Log is configured to *not* fsync() on all Append() calls
18:09:02.171 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:09:02.172 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:09:02.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.172215 27445 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 27456
18:09:02.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.173089 27677 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4: No bootstrap required, opened a new log
18:09:02.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.175928 27677 raft_consensus.cc:359] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14d9a761635247d39fbecf9ad06957dd" member_type: VOTER last_known_addr { host: "127.26.205.126" port: 37953 } } peers { permanent_uuid: "83e4e572b8944773ab284d26ba484503" member_type: VOTER last_known_addr { host: "127.26.205.125" port: 41695 } } peers { permanent_uuid: "74f9e183c12b44329841f3841b483eb4" member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } }
18:09:02.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.176182 27677 raft_consensus.cc:385] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:09:02.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.176240 27677 raft_consensus.cc:740] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74f9e183c12b44329841f3841b483eb4, State: Initialized, Role: FOLLOWER
18:09:02.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.176819 27677 consensus_queue.cc:260] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4 [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: "14d9a761635247d39fbecf9ad06957dd" member_type: VOTER last_known_addr { host: "127.26.205.126" port: 37953 } } peers { permanent_uuid: "83e4e572b8944773ab284d26ba484503" member_type: VOTER last_known_addr { host: "127.26.205.125" port: 41695 } } peers { permanent_uuid: "74f9e183c12b44329841f3841b483eb4" member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } }
18:09:02.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.177703 27682 sys_catalog.cc:455] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4 [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: "14d9a761635247d39fbecf9ad06957dd" member_type: VOTER last_known_addr { host: "127.26.205.126" port: 37953 } } peers { permanent_uuid: "83e4e572b8944773ab284d26ba484503" member_type: VOTER last_known_addr { host: "127.26.205.125" port: 41695 } } peers { permanent_uuid: "74f9e183c12b44329841f3841b483eb4" member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } } }
18:09:02.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.177845 27682 sys_catalog.cc:458] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4 [sys.catalog]: This master's current role is: FOLLOWER
18:09:02.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.178650 27677 sys_catalog.cc:565] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4 [sys.catalog]: configured and running, proceeding with master startup.
18:09:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.181186 27603 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.205.124" port: 37295 } attempt: 3
18:09:02.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.183570 27604 master_runner.cc:187] Error getting master registration for 127.26.205.126:37953: Network error: recv got EOF from unknown peer (error 108), 
18:09:02.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.185571 27604 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:09:02.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.185616 27696 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 74f9e183c12b44329841f3841b483eb4: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:09:02.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.185683 27696 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:09:02.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.186594 27445 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 27530
18:09:02.187 [INFO - Metastore-Handler-Pool: Thread-201] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:09:02.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.188009 27693 client.h:372] Failed to connect to Hive Metastore (localhost:35467): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:09:02.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:02.196442 27625 connection.cc:573] server connection from 127.0.0.1:51194 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
18:09:02.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:02.196491 27445 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 27604
18:09:02.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:09:02Z chronyd exiting
.18:09:02.253 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:09:02.254 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:09:02.254 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:09:02.275 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive880308744848068020
18:09:02.276 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:09:02.276 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:09:02.280 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:09:02.280 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:09:02.280 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:09:02.281 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:09:02.283 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:09:02.283 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:09:02.284 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:09:02.284 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:09:02.286 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
18:09:02.354 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:09:02.355 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
18:09:02.355 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:09:02.357 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:09:02.359 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:09:02.359 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:09:02.371 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:09:02.371 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:09:02.371 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:09:02.385 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:02.386 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:02.386 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:02.386 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:02.387 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:02.387 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:09:02.600 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:09:02.600 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1aed2710, with PersistenceManager: null will be shutdown
18:09:02.601 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1aed2710, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@50d67036 created in the thread with id: 202
18:09:02.602 [WARN - Thread-141] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:09:02.603 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1aed2710
18:09:02.717 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
18:09:02.737 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
18:09:02.765 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
18:09:02.767 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
18:09:02.799 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:09:02.800 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:09:02.801 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:09:02.801 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
18:09:02.802 [WARN - Thread-141] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:09:02.802 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [37915]...
18:09:02.802 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:09:02.802 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:09:02.802 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
18:09:02.802 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
18:09:03.277 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:09:03.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:09:03.278 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:09:03.280 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:09:03.280 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37915]
18:09:03.280 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37915) in binary transport mode
18:09:03.280 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37915) current connections: 1
18:09:03.282 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskQLwi4S/test-tmp
18:09:03.282 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
18:09:03.282 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskQLwi4S/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
18:09:03.285 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:09:03.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.409668 27723 mini_oidc.cc:150] Starting JWKS server
18:09:03.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.411865 27723 webserver.cc:533] Webserver started at http://127.0.0.1:41157/ using document root <none> and password file <none>
18:09:03.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.412027 27723 mini_oidc.cc:186] Starting OIDC Discovery server
18:09:03.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.412262 27723 webserver.cc:533] Webserver started at http://127.0.0.1:45475/ using document root <none> and password file <none>
18:09:03.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:09:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:09:03.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:09:03Z Disabled control of system clock
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.429981 27723 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/wal
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/data
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/logs
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/data/info.pb
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:09:03.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.18.254:33313
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.18.254
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.18.212:41415
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.18.254:33313,127.27.18.253:38381,127.27.18.252:33031
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41157/jwks.json with env {}
18:09:03.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.550486 27735 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:09:03.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.550791 27735 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:09:03.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.550859 27735 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:09:03.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.554513 27735 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:09:03.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.554637 27735 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:09:03.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.554672 27735 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:09:03.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.554699 27735 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:09:03.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.554724 27735 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:09:03.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.554756 27735 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41157/jwks.json
18:09:03.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.559478 27735 master_runner.cc:387] Master server non-default flags:
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/logs
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.18.212:41415
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/data
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/wal
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.18.254:33313,127.27.18.253:38381,127.27.18.252:33031
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.18.254:33313
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41157/jwks.json
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/data/info.pb
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.18.254
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27735
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:09:03.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:03.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:09:03.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:09:03.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:09:03.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:09:03.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:09:03.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:09:03.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:09:03.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.561261 27735 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:09:03.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.562753 27735 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:09:03.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.570125 27743 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
18:09:03.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.570140 27740 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
18:09:03.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.570156 27741 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
18:09:03.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.570317 27735 server_base.cc:1061] running on GCE node
18:09:03.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.571221 27735 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:09:03.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.572331 27735 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:09:03.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.573550 27735 hybrid_clock.cc:648] HybridClock initialized: now 1786471743573556 us; error 125 us; skew 500 ppm
18:09:03.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.576022 27735 webserver.cc:533] Webserver started at http://127.27.18.254:38607/ using document root <none> and password file <none>
18:09:03.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.576814 27735 fs_manager.cc:362] Metadata directory not provided
18:09:03.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.576930 27735 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:09:03.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.577219 27735 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:09:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.579195 27735 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/data/instance:
18:09:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b9b26a392d754cabb079fe8c763fa486"
18:09:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:03 on dist-test-slave-zpfg"
18:09:03.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.579830 27735 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/wal/instance:
18:09:03.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b9b26a392d754cabb079fe8c763fa486"
18:09:03.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:03 on dist-test-slave-zpfg"
18:09:03.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.584010 27735 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
18:09:03.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.586977 27750 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:09:03.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.588311 27735 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:09:03.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.588508 27735 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/wal
18:09:03.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b9b26a392d754cabb079fe8c763fa486"
18:09:03.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:03 on dist-test-slave-zpfg"
18:09:03.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.588634 27735 fs_report.cc:389] FS layout report
18:09:03.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:09:03.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/wal
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/wal
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/data/data
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:09:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:09:03.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.605629 27735 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:09:03.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.606855 27735 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
18:09:03.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.607100 27735 kserver.cc:163] Server-wide thread pool size limit: 3276
18:09:03.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.616258 27735 rpc_server.cc:307] RPC server started. Bound to: 127.27.18.254:33313
18:09:03.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.616294 27807 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.18.254:33313 every 8 connection(s)
18:09:03.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.617671 27735 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/data/info.pb
18:09:03.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.621223 27808 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:09:03.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.624750 27808 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } has no permanent_uuid. Determining permanent_uuid...
18:09:03.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.628198 27723 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 27735
18:09:03.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.628491 27723 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-0/wal/instance
18:09:03.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.630630 27723 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/wal
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/data
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/logs
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/data/info.pb
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.18.253:38381
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.18.253
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.18.212:41415
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.18.254:33313,127.27.18.253:38381,127.27.18.252:33031
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41157/jwks.json with env {}
18:09:03.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.639114 27808 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } has no permanent_uuid. Determining permanent_uuid...
18:09:03.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.640493 27751 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.18.253:38381: connect: Connection refused (error 111)
18:09:03.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.641647 27808 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.18.253:38381: Network error: Client connection negotiation failed: client connection to 127.27.18.253:38381: connect: Connection refused (error 111)
18:09:03.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.690953 27808 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } attempt: 1
18:09:03.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.693071 27808 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.18.253:38381: Network error: Client connection negotiation failed: client connection to 127.27.18.253:38381: connect: Connection refused (error 111)
18:09:03.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.751489 27812 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:09:03.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.751758 27812 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:09:03.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.751806 27812 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:09:03.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.755453 27812 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:09:03.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.755529 27812 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:09:03.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.755550 27812 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:09:03.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.755570 27812 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:09:03.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.755589 27812 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:09:03.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.755604 27812 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41157/jwks.json
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.760174 27812 master_runner.cc:387] Master server non-default flags:
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/logs
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.18.212:41415
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/data
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/wal
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.18.254:33313,127.27.18.253:38381,127.27.18.252:33031
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.18.253:38381
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:03.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41157/jwks.json
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/data/info.pb
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.18.253
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27812
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.761399 27808 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } attempt: 2
18:09:03.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.761497 27812 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:09:03.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.763165 27812 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:09:03.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.763222 27808 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.18.253:38381: Network error: Client connection negotiation failed: client connection to 127.27.18.253:38381: connect: Connection refused (error 111)
18:09:03.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.769938 27818 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
18:09:03.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.769955 27819 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
18:09:03.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.770319 27821 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
18:09:03.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.771181 27812 server_base.cc:1061] running on GCE node
18:09:03.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.771806 27812 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:09:03.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.772902 27812 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:09:03.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.774259 27812 hybrid_clock.cc:648] HybridClock initialized: now 1786471743774180 us; error 47 us; skew 500 ppm
18:09:03.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.776886 27812 webserver.cc:533] Webserver started at http://127.27.18.253:46135/ using document root <none> and password file <none>
18:09:03.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.777571 27812 fs_manager.cc:362] Metadata directory not provided
18:09:03.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.777637 27812 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:09:03.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.777864 27812 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:09:03.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.779760 27812 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/data/instance:
18:09:03.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "12331e5c408741db84bbdd99fe619c1f"
18:09:03.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:03 on dist-test-slave-zpfg"
18:09:03.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.780290 27812 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/wal/instance:
18:09:03.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "12331e5c408741db84bbdd99fe619c1f"
18:09:03.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:03 on dist-test-slave-zpfg"
18:09:03.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.784696 27812 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
18:09:03.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.787637 27828 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.789101 27812 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.789289 27812 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/wal
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "12331e5c408741db84bbdd99fe619c1f"
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:03 on dist-test-slave-zpfg"
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.789410 27812 fs_report.cc:389] FS layout report
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/wal
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/wal
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/data/data
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:09:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:09:03.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:09:03.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:09:03.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:09:03.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.811811 27812 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:09:03.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.812708 27812 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
18:09:03.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.812942 27812 kserver.cc:163] Server-wide thread pool size limit: 3276
18:09:03.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.822850 27812 rpc_server.cc:307] RPC server started. Bound to: 127.27.18.253:38381
18:09:03.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.822850 27883 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.18.253:38381 every 8 connection(s)
18:09:03.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.824115 27812 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/data/info.pb
18:09:03.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.827669 27884 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:09:03.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.829794 27723 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 27812
18:09:03.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.829910 27723 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-1/wal/instance
18:09:03.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.830786 27723 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/wal
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/data
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/logs
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/data/info.pb
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.18.252:33031
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.18.252
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.18.212:41415
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:03.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:03.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.18.254:33313,127.27.18.253:38381,127.27.18.252:33031
18:09:03.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:03.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41157/jwks.json with env {}
18:09:03.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.831656 27884 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } has no permanent_uuid. Determining permanent_uuid...
18:09:03.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.843346 27884 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } has no permanent_uuid. Determining permanent_uuid...
18:09:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.851323 27884 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } has no permanent_uuid. Determining permanent_uuid...
18:09:03.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.852509 27829 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.27.18.252:33031: connect: Connection refused (error 111)
18:09:03.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.853751 27884 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.18.252:33031: Network error: Client connection negotiation failed: client connection to 127.27.18.252:33031: connect: Connection refused (error 111)
18:09:03.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.854417 27808 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } attempt: 3
18:09:03.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.860270 27808 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } has no permanent_uuid. Determining permanent_uuid...
18:09:03.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.862112 27808 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.18.252:33031: Network error: Client connection negotiation failed: client connection to 127.27.18.252:33031: connect: Connection refused (error 111)
18:09:03.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.893347 27808 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } attempt: 1
18:09:03.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.895298 27808 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.18.252:33031: Network error: Client connection negotiation failed: client connection to 127.27.18.252:33031: connect: Connection refused (error 111)
18:09:03.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.903038 27884 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } attempt: 1
18:09:03.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.905200 27884 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.18.252:33031: Network error: Client connection negotiation failed: client connection to 127.27.18.252:33031: connect: Connection refused (error 111)
18:09:03.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.965173 27887 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:09:03.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.965444 27887 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:09:03.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.965497 27887 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:09:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.969486 27887 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:09:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.969559 27887 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:09:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.969581 27887 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:09:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.969599 27887 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:09:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.969621 27887 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:09:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.969643 27887 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41157/jwks.json
18:09:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.970497 27808 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } attempt: 2
18:09:03.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.972224 27808 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.18.252:33031: Network error: Client connection negotiation failed: client connection to 127.27.18.252:33031: connect: Connection refused (error 111)
18:09:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.973403 27884 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } attempt: 2
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.974893 27884 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.27.18.252:33031: Network error: Client connection negotiation failed: client connection to 127.27.18.252:33031: connect: Connection refused (error 111)
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.975163 27887 master_runner.cc:387] Master server non-default flags:
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/logs
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.27.18.212:41415
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/data
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/wal
18:09:03.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.27.18.254:33313,127.27.18.253:38381,127.27.18.252:33031
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.27.18.252:33031
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41157/jwks.json
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/data/info.pb
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.27.18.252
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27887
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:34 UTC on bdcb31816ec0
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17629
18:09:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.976402 27887 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:09:03.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.977667 27887 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:09:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.984579 27898 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
18:09:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.984581 27895 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
18:09:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:03.984579 27896 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
18:09:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.985039 27887 server_base.cc:1061] running on GCE node
18:09:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.985738 27887 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:09:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.986884 27887 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:09:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.988054 27887 hybrid_clock.cc:648] HybridClock initialized: now 1786471743988033 us; error 44 us; skew 500 ppm
18:09:03.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.990223 27887 webserver.cc:533] Webserver started at http://127.27.18.252:45217/ using document root <none> and password file <none>
18:09:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.990886 27887 fs_manager.cc:362] Metadata directory not provided
18:09:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.990947 27887 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:09:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.991120 27887 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:09:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.992754 27887 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/data/instance:
18:09:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7aba73ecc7fd40499ae64b521d22bb6d"
18:09:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:03 on dist-test-slave-zpfg"
18:09:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.993224 27887 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/wal/instance:
18:09:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7aba73ecc7fd40499ae64b521d22bb6d"
18:09:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:03 on dist-test-slave-zpfg"
18:09:03.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.997159 27887 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
18:09:04.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:03.999745 27904 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.001276 27887 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.001422 27887 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/data,/tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/wal
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7aba73ecc7fd40499ae64b521d22bb6d"
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:09:03 on dist-test-slave-zpfg"
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.001511 27887 fs_report.cc:389] FS layout report
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/wal
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/wal
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/data/data
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:09:04.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:09:04.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.023013 27887 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:09:04.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.023828 27887 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
18:09:04.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.024019 27887 kserver.cc:163] Server-wide thread pool size limit: 3276
18:09:04.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.034003 27887 rpc_server.cc:307] RPC server started. Bound to: 127.27.18.252:33031
18:09:04.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.034011 27958 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.27.18.252:33031 every 8 connection(s)
18:09:04.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.035400 27887 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/data/info.pb
18:09:04.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.039852 27723 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu as pid 27887
18:09:04.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.039988 27723 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskQLwi4S/test-tmp/mini-kudu-cluster11134204005976891629/master-2/wal/instance
18:09:04.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.040056 27960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:09:04.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.044260 27960 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } has no permanent_uuid. Determining permanent_uuid...
18:09:04.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.053234 27960 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } has no permanent_uuid. Determining permanent_uuid...
18:09:04.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.058405 27960 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } has no permanent_uuid. Determining permanent_uuid...
18:09:04.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.066082 27884 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } attempt: 3
18:09:04.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.067360 27960 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d: Bootstrap starting.
18:09:04.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.068269 27723 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:09:04.069 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:09:04.069 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:09:04.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.070734 27960 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d: Neither blocks nor log segments found. Creating new log.
18:09:04.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.072232 27960 log.cc:826] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d: Log is configured to *not* fsync() on all Append() calls
18:09:04.070 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.27.18.254"
      port: 33313
    }
    bound_http_address {
      host: "127.27.18.254"
      port: 38607
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.27.18.253"
      port: 38381
    }
    bound_http_address {
      host: "127.27.18.253"
      port: 46135
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.27.18.252"
      port: 33031
    }
    bound_http_address {
      host: "127.27.18.252"
      port: 45217
    }
  }
}

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

18:09:04.074 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:09:04.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.074555 27808 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } attempt: 3
18:09:04.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.075102 27960 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d: No bootstrap required, opened a new log
18:09:04.075 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=d78ec3fd-9f9f-4a6f-87df-c48b6e57571c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.18.253:38381,127.27.18.254:33313,127.27.18.252:33031}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:09:04.077 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:09:04.077 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:09:04.078 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6067ebe7, with PersistenceManager: null will be shutdown
18:09:04.078 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6067ebe7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@27ef5a56 created in the thread with id: 223
18:09:04.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.078456 27884 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f: Bootstrap starting.
18:09:04.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.079668 27960 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } }
18:09:04.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.079924 27960 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:09:04.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.080006 27960 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7aba73ecc7fd40499ae64b521d22bb6d, State: Initialized, Role: FOLLOWER
18:09:04.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.080614 27960 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [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: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } }
18:09:04.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.081470 27884 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f: Neither blocks nor log segments found. Creating new log.
18:09:04.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.082145 27960 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [sys.catalog]: configured and running, proceeding with master startup.
18:09:04.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.082890 27884 log.cc:826] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f: Log is configured to *not* fsync() on all Append() calls
18:09:04.088 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6067ebe7
18:09:04.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.084002 27808 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486: Bootstrap starting.
18:09:04.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.085170 27884 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f: No bootstrap required, opened a new log
18:09:04.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.087322 27808 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486: Neither blocks nor log segments found. Creating new log.
18:09:04.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.088279 27808 log.cc:826] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486: Log is configured to *not* fsync() on all Append() calls
18:09:04.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.089030 27967 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [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: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.089380 27967 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [sys.catalog]: This master's current role is: FOLLOWER
18:09:04.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:04.088619 27979 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:09:04.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.089737 27884 raft_consensus.cc:359] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } }
18:09:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.089942 27884 raft_consensus.cc:385] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:09:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.089999 27884 raft_consensus.cc:740] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12331e5c408741db84bbdd99fe619c1f, State: Initialized, Role: FOLLOWER
18:09:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:04.090144 27979 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:09:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.090553 27884 consensus_queue.cc:260] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [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: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } }
18:09:04.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.091220 27982 sys_catalog.cc:455] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [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: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.091514 27982 sys_catalog.cc:458] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [sys.catalog]: This master's current role is: FOLLOWER
18:09:04.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.091952 27884 sys_catalog.cc:565] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [sys.catalog]: configured and running, proceeding with master startup.
18:09:04.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.090842 27887 master_runner.cc:187] Error getting master registration for 127.27.18.254:33313: OK, instance_id { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" instance_seqno: 1786471743613614 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:09:04.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.093439 27887 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:09:04.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.096390 27812 master_runner.cc:187] Error getting master registration for 127.27.18.254:33313: OK, instance_id { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" instance_seqno: 1786471743613614 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:09:04.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.098551 27812 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:09:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:04.106742 27994 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:09:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:04.106884 27994 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:09:04.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.108940 27808 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486: No bootstrap required, opened a new log
18:09:04.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.113668 27808 raft_consensus.cc:359] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } }
18:09:04.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.114099 27808 raft_consensus.cc:385] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:09:04.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.114322 27808 raft_consensus.cc:740] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9b26a392d754cabb079fe8c763fa486, State: Initialized, Role: FOLLOWER
18:09:04.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.115125 27808 consensus_queue.cc:260] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [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: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } }
18:09:04.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.116843 27808 sys_catalog.cc:565] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [sys.catalog]: configured and running, proceeding with master startup.
18:09:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.126577 27996 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [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: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.126821 27996 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [sys.catalog]: This master's current role is: FOLLOWER
18:09:04.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.130309 27735 master_runner.cc:264] No leader master found from master b9b26a392d754cabb079fe8c763fa486
18:09:04.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.130434 27735 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:09:04.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:04.137992 28008 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:09:04.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:04.138429 28008 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:09:04.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:04.275506 27910 tablet.cc:2406] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:09:04.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:04.314657 27834 tablet.cc:2406] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:09:04.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:09:04.359233 27757 tablet.cc:2406] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:09:04.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.408833 27967 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:09:04.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.409071 27967 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } }
18:09:04.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.410368 27967 leader_election.cc:290] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b9b26a392d754cabb079fe8c763fa486 (127.27.18.254:33313), 12331e5c408741db84bbdd99fe619c1f (127.27.18.253:38381)
18:09:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.411701 27856 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12331e5c408741db84bbdd99fe619c1f" is_pre_election: true
18:09:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.412034 27856 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7aba73ecc7fd40499ae64b521d22bb6d in term 0.
18:09:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.412513 27780 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9b26a392d754cabb079fe8c763fa486" is_pre_election: true
18:09:04.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.412806 27780 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7aba73ecc7fd40499ae64b521d22bb6d in term 0.
18:09:04.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.413900 27905 leader_election.cc:304] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [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: 12331e5c408741db84bbdd99fe619c1f, 7aba73ecc7fd40499ae64b521d22bb6d; no voters: 
18:09:04.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.414700 27967 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 0 FOLLOWER]: Leader pre-election won for term 1
18:09:04.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.414788 27967 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:09:04.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.414851 27967 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 0 FOLLOWER]: Advancing to term 1
18:09:04.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.416196 27967 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } }
18:09:04.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.417069 27780 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9b26a392d754cabb079fe8c763fa486"
18:09:04.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.417217 27780 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [term 0 FOLLOWER]: Advancing to term 1
18:09:04.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.418955 27780 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7aba73ecc7fd40499ae64b521d22bb6d in term 1.
18:09:04.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.419438 27908 leader_election.cc:304] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [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: 7aba73ecc7fd40499ae64b521d22bb6d, b9b26a392d754cabb079fe8c763fa486; no voters: 
18:09:04.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.420526 27856 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12331e5c408741db84bbdd99fe619c1f"
18:09:04.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.420719 27856 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [term 0 FOLLOWER]: Advancing to term 1
18:09:04.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.422057 27856 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7aba73ecc7fd40499ae64b521d22bb6d in term 1.
18:09:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.422839 27967 leader_election.cc:290] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [CANDIDATE]: Term 1 election: Requested vote from peers b9b26a392d754cabb079fe8c763fa486 (127.27.18.254:33313), 12331e5c408741db84bbdd99fe619c1f (127.27.18.253:38381)
18:09:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.423077 27967 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 1 FOLLOWER]: Leader election won for term 1
18:09:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.423175 27967 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [term 1 LEADER]: Becoming Leader. State: Replica: 7aba73ecc7fd40499ae64b521d22bb6d, State: Running, Role: LEADER
18:09:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.423506 27967 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [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: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } }
18:09:04.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.425990 27967 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7aba73ecc7fd40499ae64b521d22bb6d. Latest consensus state: current_term: 1 leader_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.426291 27967 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [sys.catalog]: This master's current role is: LEADER
18:09:04.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.438724 28013 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:09:04.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.440310 28013 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:09:04.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.455057 27856 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [term 1 FOLLOWER]: Refusing update from remote peer 7aba73ecc7fd40499ae64b521d22bb6d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:09:04.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.456251 28011 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [LEADER]: Connected to new peer: Peer: permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:09:04.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.461798 27982 sys_catalog.cc:455] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7aba73ecc7fd40499ae64b521d22bb6d. Latest consensus state: current_term: 1 leader_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.461962 27982 sys_catalog.cc:458] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [sys.catalog]: This master's current role is: FOLLOWER
18:09:04.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.463761 27780 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [term 1 FOLLOWER]: Refusing update from remote peer 7aba73ecc7fd40499ae64b521d22bb6d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:09:04.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.464918 28011 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:09:04.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.471185 27996 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7aba73ecc7fd40499ae64b521d22bb6d. Latest consensus state: current_term: 1 leader_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.471375 27996 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [sys.catalog]: This master's current role is: FOLLOWER
18:09:04.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.487772 28011 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.487972 28011 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [sys.catalog]: This master's current role is: LEADER
18:09:04.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.490044 27996 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.490190 27996 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486 [sys.catalog]: This master's current role is: FOLLOWER
18:09:04.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.490967 28014 mvcc.cc:204] Tried to move back new op lower bound from 7317388265277059072 to 7317388265164034048. Current Snapshot: MvccSnapshot[applied={T|T < 7317388265277059072}]
18:09:04.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.493495 27967 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.493633 27967 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d [sys.catalog]: This master's current role is: LEADER
18:09:04.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.495227 27982 sys_catalog.cc:455] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b9b26a392d754cabb079fe8c763fa486" member_type: VOTER last_known_addr { host: "127.27.18.254" port: 33313 } } peers { permanent_uuid: "12331e5c408741db84bbdd99fe619c1f" member_type: VOTER last_known_addr { host: "127.27.18.253" port: 38381 } } peers { permanent_uuid: "7aba73ecc7fd40499ae64b521d22bb6d" member_type: VOTER last_known_addr { host: "127.27.18.252" port: 33031 } } }
18:09:04.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.495373 27982 sys_catalog.cc:458] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f [sys.catalog]: This master's current role is: FOLLOWER
18:09:04.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.496485 28017 mvcc.cc:204] Tried to move back new op lower bound from 7317388265277059072 to 7317388265164034048. Current Snapshot: MvccSnapshot[applied={T|T < 7317388265277059072}]
18:09:04.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.498001 28015 mvcc.cc:204] Tried to move back new op lower bound from 7317388265277059072 to 7317388265164034048. Current Snapshot: MvccSnapshot[applied={T|T < 7317388265277059072}]
18:09:04.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.502475 28013 catalog_manager.cc:1383] Generated new cluster ID: f8e73e658f3440d696ccbacfaeaff932
18:09:04.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.502571 28013 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:09:04.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.528690 28013 catalog_manager.cc:1406] Generated new certificate authority record
18:09:04.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.530181 28013 catalog_manager.cc:1540] Loading token signing keys...
18:09:04.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.545460 28013 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 7aba73ecc7fd40499ae64b521d22bb6d: Generated new TSK 0
18:09:04.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:04.547304 28013 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:09:04.568 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:09:04.574 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:09:04.574 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:09:04.646 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:09:04.651 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive880308744848068020/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=d78ec3fd-9f9f-4a6f-87df-c48b6e57571c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.27.18.253:38381,127.27.18.254:33313,127.27.18.252:33031}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:09:04.654 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive880308744848068020/external-warehouse/table
18:09:04.714 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:09:04.715 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:09:04.716 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.27.18.253:38381(127.27.18.253:38381)] connecting to peer
18:09:04.718 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.27.18.254:33313(127.27.18.254:33313)] connecting to peer
18:09:04.719 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.27.18.252:33031(127.27.18.252:33031)] connecting to peer
18:09:04.719 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.27.18.253:38381(127.27.18.253:38381)] Successfully connected to peer
18:09:04.721 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.27.18.254:33313(127.27.18.254:33313)] Successfully connected to peer
18:09:04.724 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.27.18.252:33031(127.27.18.252:33031)] Successfully connected to peer
18:09:04.726 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.27.18.254
18:09:04.728 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.27.18.253
18:09:04.735 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.27.18.252
18:09:04.747 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:09:04.751 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xaa17c79a, L:/127.0.0.1:45034 - R:/127.27.18.254:33313] using SASL/PLAIN
18:09:04.758 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:09:04.763 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xfbba903a, L:/127.0.0.1:48688 - R:/127.27.18.252:33031] using SASL/PLAIN
18:09:04.766 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:09:04.770 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:09:04.777 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x8a4f17d1, L:/127.0.0.1:32864 - R:/127.27.18.253:38381] using SASL/PLAIN
18:09:04.808 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:09:04.842 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
18:09:04.843 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:09:04.853 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:09:04.897 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
18:09:04.898 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:09:05.000 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:09:05.024 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
18:09:05.025 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:09:05.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.109407 27994 catalog_manager.cc:1295] Loaded cluster ID: f8e73e658f3440d696ccbacfaeaff932
18:09:05.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.109516 27994 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f: loading cluster ID for follower catalog manager: success
18:09:05.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.112637 27994 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f: acquiring CA information for follower catalog manager: success
18:09:05.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.114488 27994 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 12331e5c408741db84bbdd99fe619c1f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:09:05.128 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:09:05.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.140229 28008 catalog_manager.cc:1295] Loaded cluster ID: f8e73e658f3440d696ccbacfaeaff932
18:09:05.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.140354 28008 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486: loading cluster ID for follower catalog manager: success
18:09:05.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.143060 28008 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486: acquiring CA information for follower catalog manager: success
18:09:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.145020 28008 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b9b26a392d754cabb079fe8c763fa486: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:09:05.266 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:09:05.304 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:09:05.421 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:09:05.422 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:09:05.422 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:09:05.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.422996 27723 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 27735
18:09:05.423 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6067ebe7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@27ef5a56 will be shutdown
18:09:05.424 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:09:05.436 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.27.18.254:33313(127.27.18.254:33313)] handling channelInactive
18:09:05.436 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.27.18.254:33313(127.27.18.254:33313)] cleaning up while in state READY due to: connection closed
18:09:05.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.437160 27723 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 27812
18:09:05.454 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.27.18.253:38381(127.27.18.253:38381)] handling channelInactive
18:09:05.454 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.27.18.253:38381(127.27.18.253:38381)] cleaning up while in state READY due to: connection closed
18:09:05.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:09:05.455430 27723 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskQLwi4S/build/debug/bin/kudu with pid 27887
18:09:05.469 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.27.18.252:33031(127.27.18.252:33031)] handling channelInactive
18:09:05.469 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.27.18.252:33031(127.27.18.252:33031)] cleaning up while in state READY due to: connection closed
18:09:05.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:09:05Z chronyd exiting

Time: 27.202

OK (6 tests)

