JUnit version 4.13.2
.20:02:38.936 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:38.942 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:38.943 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:39.056 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13403221618620485294
20:02:39.216 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:02:39.238 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:02:39.489 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:39.518 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:39.519 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
20:02:39.551 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
20:02:39.565 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:02:39.591 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
20:02:40.428 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:40.432 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
20:02:40.452 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:02:40.454 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:02:40.466 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:40.467 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:02:40.660 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:02:40.661 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:02:40.663 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:02:41.224 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:02:41.225 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
20:02:41.264 [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
20:02:41.324 [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
20:02:41.537 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:41.538 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:41.540 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:41.540 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:41.542 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:41.542 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:42.124 [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
20:02:42.124 [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.55
20:02:42.124 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
20:02:42.434 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
20:02:42.481 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
20:02:42.527 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
20:02:42.530 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
20:02:42.603 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:02:42.608 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:02:42.867 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:02:42.874 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
20:02:42.888 [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)
20:02:42.889 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [39195]...
20:02:42.889 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:02:42.889 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:02:42.889 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
20:02:42.890 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
20:02:43.089 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:43.090 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:43.090 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:43.104 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:02:43.105 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39195]
20:02:43.106 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39195) in binary transport mode
20:02:43.119 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39195) current connections: 1
20:02:43.217 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
20:02:43.360 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXHmsNG/test-tmp
20:02:43.364 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
20:02:43.367 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXHmsNG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
20:02:43.404 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39195"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:02:43.618 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:43.628 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:02:43.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.629954 32112 mini_oidc.cc:150] Starting JWKS server
20:02:43.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.632206 32112 webserver.cc:533] Webserver started at http://127.0.0.1:40157/ using document root <none> and password file <none>
20:02:43.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.632411 32112 mini_oidc.cc:186] Starting OIDC Discovery server
20:02:43.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.632704 32112 webserver.cc:533] Webserver started at http://127.0.0.1:46063/ using document root <none> and password file <none>
20:02:43.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:43Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:02:43.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:43Z Disabled control of system clock
20:02:43.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.652690 32112 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:43.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:43.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/wal
20:02:43.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/data
20:02:43.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:43.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:43.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:43.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:43.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:43.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:43.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/logs
20:02:43.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/data/info.pb
20:02:43.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:43.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:43.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:43.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:43.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:43.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:43.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:43.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:43.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:43.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:43.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:43.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:43.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.92.62:43657
20:02:43.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.92.62
20:02:43.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:43.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.92.20:43019
20:02:43.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:43.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:43.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:43.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:43.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717
20:02:43.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:43.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40157/jwks.json
20:02:43.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39195 with env {}
20:02:43.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.765817 32125 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:43.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.766050 32125 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:43.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.766096 32125 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:43.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.769917 32125 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:43.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.769992 32125 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:43.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.770011 32125 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:43.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.770028 32125 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:43.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.770045 32125 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:43.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.770058 32125 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40157/jwks.json
20:02:43.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.774340 32125 master_runner.cc:387] Master server non-default flags:
20:02:43.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/logs
20:02:43.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:43.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:43.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:43.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.92.20:43019
20:02:43.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:43.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:43.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/data
20:02:43.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/wal
20:02:43.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39195
20:02:43.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:43.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717
20:02:43.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:43.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:43.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:43.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.92.62:43657
20:02:43.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:43.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:43.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:43.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40157/jwks.json
20:02:43.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:43.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:43.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/data/info.pb
20:02:43.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.92.62
20:02:43.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:43.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:43.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32125
20:02:43.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:43.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:43.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:43.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.775486 32125 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:43.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.776935 32125 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:43.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.783856 32133 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
20:02:43.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.783859 32137 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
20:02:43.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.783859 32134 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
20:02:43.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.784085 32125 server_base.cc:1061] running on GCE node
20:02:43.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.784782 32125 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:43.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.786176 32125 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:43.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.787386 32125 hybrid_clock.cc:648] HybridClock initialized: now 1786478563787371 us; error 127 us; skew 500 ppm
20:02:43.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.789822 32125 webserver.cc:533] Webserver started at http://127.31.92.62:38463/ using document root <none> and password file <none>
20:02:43.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.790405 32125 fs_manager.cc:362] Metadata directory not provided
20:02:43.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.790462 32125 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:43.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.790649 32125 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:43.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.792469 32125 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/data/instance:
20:02:43.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b5669614121a42c5a8d9aaca2d68c998"
20:02:43.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:43 on dist-test-slave-bndk"
20:02:43.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.792943 32125 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/wal/instance:
20:02:43.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b5669614121a42c5a8d9aaca2d68c998"
20:02:43.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:43 on dist-test-slave-bndk"
20:02:43.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.796387 32125 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
20:02:43.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.798770 32144 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:43.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.799960 32125 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
20:02:43.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.800086 32125 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/wal
20:02:43.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b5669614121a42c5a8d9aaca2d68c998"
20:02:43.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:43 on dist-test-slave-bndk"
20:02:43.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.800199 32125 fs_report.cc:389] FS layout report
20:02:43.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:43.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/wal
20:02:43.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/wal
20:02:43.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/data/data
20:02:43.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:43.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:43.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:43.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:43.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:43.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:43.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:43.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:43.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:43.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:43.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:43.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.824641 32125 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:43.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.825529 32125 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
20:02:43.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.825718 32125 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:43.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.832877 32242 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.92.62:43657 every 8 connection(s)
20:02:43.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.832882 32125 rpc_server.cc:307] RPC server started. Bound to: 127.31.92.62:43657
20:02:43.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.834129 32125 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/data/info.pb
20:02:43.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.837082 32244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:43.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.840472 32244 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } has no permanent_uuid. Determining permanent_uuid...
20:02:43.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.843252 32112 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 32125
20:02:43.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.843425 32112 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-0/wal/instance
20:02:43.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.845077 32112 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:43.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:43.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/wal
20:02:43.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/data
20:02:43.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:43.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:43.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:43.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:43.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:43.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:43.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/logs
20:02:43.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/data/info.pb
20:02:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:43.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:43.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:43.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:43.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:43.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:43.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:43.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.92.61:36293
20:02:43.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.92.61
20:02:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.92.20:43019
20:02:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717
20:02:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:43.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40157/jwks.json
20:02:43.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39195 with env {}
20:02:43.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.858139 32244 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } has no permanent_uuid. Determining permanent_uuid...
20:02:43.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.859124 32147 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.92.61:36293: connect: Connection refused (error 111)
20:02:43.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.860342 32244 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.92.61:36293: Network error: Client connection negotiation failed: client connection to 127.31.92.61:36293: connect: Connection refused (error 111)
20:02:43.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.909596 32244 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } attempt: 1
20:02:43.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.911538 32244 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.92.61:36293: Network error: Client connection negotiation failed: client connection to 127.31.92.61:36293: connect: Connection refused (error 111)
20:02:43.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.957300 32247 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:43.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.957535 32247 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:43.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.957578 32247 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:43.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.961354 32247 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:43.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.961429 32247 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:43.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.961449 32247 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:43.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.961467 32247 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:43.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.961483 32247 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:43.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.961496 32247 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40157/jwks.json
20:02:43.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.966115 32247 master_runner.cc:387] Master server non-default flags:
20:02:43.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/logs
20:02:43.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.92.20:43019
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/data
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/wal
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39195
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.92.61:36293
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:43.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40157/jwks.json
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/data/info.pb
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.92.61
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32247
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:43.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.967533 32247 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.969067 32247 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:43.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.975469 32254 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
20:02:43.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.975579 32253 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
20:02:43.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.975652 32247 server_base.cc:1061] running on GCE node
20:02:43.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.975442 32258 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
20:02:43.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.977010 32247 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:43.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.978024 32247 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:43.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.979233 32247 hybrid_clock.cc:648] HybridClock initialized: now 1786478563979207 us; error 47 us; skew 500 ppm
20:02:43.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.979753 32244 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } attempt: 2
20:02:43.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:43.981460 32244 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.92.61:36293: Network error: Client connection negotiation failed: client connection to 127.31.92.61:36293: connect: Connection refused (error 111)
20:02:43.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.981596 32247 webserver.cc:533] Webserver started at http://127.31.92.61:38499/ using document root <none> and password file <none>
20:02:43.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.982340 32247 fs_manager.cc:362] Metadata directory not provided
20:02:43.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.982414 32247 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:43.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.982664 32247 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:43.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.984406 32247 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/data/instance:
20:02:43.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0b4eb8531d26479f95366e684a0939b8"
20:02:43.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:43 on dist-test-slave-bndk"
20:02:43.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.984968 32247 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/wal/instance:
20:02:43.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0b4eb8531d26479f95366e684a0939b8"
20:02:43.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:43 on dist-test-slave-bndk"
20:02:43.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.988476 32247 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.000s
20:02:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.990814 32265 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.991950 32247 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
20:02:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.992084 32247 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/wal
20:02:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0b4eb8531d26479f95366e684a0939b8"
20:02:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:43 on dist-test-slave-bndk"
20:02:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:43.992192 32247 fs_report.cc:389] FS layout report
20:02:43.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:43.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/wal
20:02:43.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/wal
20:02:43.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/data/data
20:02:43.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:43.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:43.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:43.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:43.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:43.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:43.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:43.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:43.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:43.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:43.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:44.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.010275 32247 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:44.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.010927 32247 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
20:02:44.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.011076 32247 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:44.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.018070 32247 rpc_server.cc:307] RPC server started. Bound to: 127.31.92.61:36293
20:02:44.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.018070 32348 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.92.61:36293 every 8 connection(s)
20:02:44.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.019268 32247 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/data/info.pb
20:02:44.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.022287 32351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:44.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.023083 32112 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 32247
20:02:44.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.023180 32112 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-1/wal/instance
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.023895 32112 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/wal
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/data
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:44.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/logs
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/data/info.pb
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:44.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.92.60:39717
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.92.60
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.92.20:43019
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:44.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717
20:02:44.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:44.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40157/jwks.json
20:02:44.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39195 with env {}
20:02:44.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.026161 32351 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } has no permanent_uuid. Determining permanent_uuid...
20:02:44.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.037112 32351 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } has no permanent_uuid. Determining permanent_uuid...
20:02:44.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.043246 32351 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } has no permanent_uuid. Determining permanent_uuid...
20:02:44.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.044160 32267 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.92.60:39717: connect: Connection refused (error 111)
20:02:44.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.045439 32351 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.92.60:39717: Network error: Client connection negotiation failed: client connection to 127.31.92.60:39717: connect: Connection refused (error 111)
20:02:44.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.072665 32244 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } attempt: 3
20:02:44.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.077821 32244 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } has no permanent_uuid. Determining permanent_uuid...
20:02:44.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.079481 32244 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.92.60:39717: Network error: Client connection negotiation failed: client connection to 127.31.92.60:39717: connect: Connection refused (error 111)
20:02:44.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.094681 32351 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } attempt: 1
20:02:44.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.096428 32351 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.92.60:39717: Network error: Client connection negotiation failed: client connection to 127.31.92.60:39717: connect: Connection refused (error 111)
20:02:44.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.110679 32244 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } attempt: 1
20:02:44.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.112354 32244 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.92.60:39717: Network error: Client connection negotiation failed: client connection to 127.31.92.60:39717: connect: Connection refused (error 111)
20:02:44.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.138535 32352 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:44.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.138780 32352 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:44.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.138828 32352 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:44.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.142427 32352 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:44.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.142508 32352 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:44.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.142527 32352 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:44.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.142545 32352 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:44.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.142562 32352 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:44.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.142575 32352 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40157/jwks.json
20:02:44.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.147087 32352 master_runner.cc:387] Master server non-default flags:
20:02:44.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/logs
20:02:44.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:44.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:44.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:44.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.92.20:43019
20:02:44.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/data
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/wal
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39195
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.92.60:39717
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40157/jwks.json
20:02:44.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/data/info.pb
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.92.60
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32352
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:44.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:44.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:44.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:44.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:44.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:44.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:44.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.148551 32352 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:44.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.150121 32352 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:44.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.156106 32367 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
20:02:44.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.156374 32352 server_base.cc:1061] running on GCE node
20:02:44.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.156404 32373 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
20:02:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.156127 32365 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
20:02:44.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.157506 32352 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:44.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.158407 32352 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:44.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.159610 32352 hybrid_clock.cc:648] HybridClock initialized: now 1786478564159592 us; error 39 us; skew 500 ppm
20:02:44.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.161676 32352 webserver.cc:533] Webserver started at http://127.31.92.60:35121/ using document root <none> and password file <none>
20:02:44.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.162216 32352 fs_manager.cc:362] Metadata directory not provided
20:02:44.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.162274 32352 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:44.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.162432 32352 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:44.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.164193 32352 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/data/instance:
20:02:44.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c9c4a23fa87547fd9f52f431651e1045"
20:02:44.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:44 on dist-test-slave-bndk"
20:02:44.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.164656 32352 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/wal/instance:
20:02:44.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c9c4a23fa87547fd9f52f431651e1045"
20:02:44.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:44 on dist-test-slave-bndk"
20:02:44.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.164630 32351 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } attempt: 2
20:02:44.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.166119 32351 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.92.60:39717: Network error: Client connection negotiation failed: client connection to 127.31.92.60:39717: connect: Connection refused (error 111)
20:02:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.168493 32352 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
20:02:44.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.170887 32383 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.172022 32352 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.172137 32352 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/wal
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c9c4a23fa87547fd9f52f431651e1045"
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:44 on dist-test-slave-bndk"
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.172238 32352 fs_report.cc:389] FS layout report
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/wal
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/wal
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/data/data
20:02:44.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.187539 32244 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } attempt: 2
20:02:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.189251 32244 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.92.60:39717: Network error: Client connection negotiation failed: client connection to 127.31.92.60:39717: connect: Connection refused (error 111)
20:02:44.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.193470 32352 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:44.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.194099 32352 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
20:02:44.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.194247 32352 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:44.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.201581 32473 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.92.60:39717 every 8 connection(s)
20:02:44.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.201592 32352 rpc_server.cc:307] RPC server started. Bound to: 127.31.92.60:39717
20:02:44.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.202765 32352 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/data/info.pb
20:02:44.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.205835 32474 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:44.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.209398 32474 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } has no permanent_uuid. Determining permanent_uuid...
20:02:44.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.211958 32112 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 32352
20:02:44.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.212080 32112 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster11761714052165099140/master-2/wal/instance
20:02:44.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.219120 32474 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } has no permanent_uuid. Determining permanent_uuid...
20:02:44.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.223517 32474 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } has no permanent_uuid. Determining permanent_uuid...
20:02:44.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.229944 32474 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045: Bootstrap starting.
20:02:44.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.232683 32474 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045: Neither blocks nor log segments found. Creating new log.
20:02:44.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.233680 32474 log.cc:826] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045: Log is configured to *not* fsync() on all Append() calls
20:02:44.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.235654 32474 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045: No bootstrap required, opened a new log
20:02:44.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.235925 32112 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:02:44.236 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:44.237 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:02:44.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.238652 32474 raft_consensus.cc:359] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } }
20:02:44.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.238843 32474 raft_consensus.cc:385] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:44.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.238917 32474 raft_consensus.cc:740] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c9c4a23fa87547fd9f52f431651e1045, State: Initialized, Role: FOLLOWER
20:02:44.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.239421 32474 consensus_queue.cc:260] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [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: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } }
20:02:44.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.240185 32480 sys_catalog.cc:455] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [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: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.240561 32480 sys_catalog.cc:458] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [sys.catalog]: This master's current role is: FOLLOWER
20:02:44.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.240813 32474 sys_catalog.cc:565] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [sys.catalog]: configured and running, proceeding with master startup.
20:02:44.249 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.92.62"
      port: 43657
    }
    bound_http_address {
      host: "127.31.92.62"
      port: 38463
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.92.61"
      port: 36293
    }
    bound_http_address {
      host: "127.31.92.61"
      port: 38499
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.92.60"
      port: 39717
    }
    bound_http_address {
      host: "127.31.92.60"
      port: 35121
    }
  }
}

20:02:44.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.248615 32501 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:44.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.248848 32501 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:44.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.247340 32352 master_runner.cc:187] Error getting master registration for 127.31.92.62:43657: OK, instance_id { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" instance_seqno: 1786478563830833 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:02:44.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.249663 32352 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:44.255 [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=	
20:02:44.256 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

20:02:44.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.257256 32496 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:44.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.257390 32351 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } attempt: 3
20:02:44.261 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:44.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.265734 32351 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8: Bootstrap starting.
20:02:44.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.268638 32351 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8: Neither blocks nor log segments found. Creating new log.
20:02:44.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.269620 32351 log.cc:826] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8: Log is configured to *not* fsync() on all Append() calls
20:02:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.272279 32351 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8: No bootstrap required, opened a new log
20:02:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.276538 32351 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } }
20:02:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.276748 32351 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.276806 32351 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0b4eb8531d26479f95366e684a0939b8, State: Initialized, Role: FOLLOWER
20:02:44.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.278079 32351 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [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: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } }
20:02:44.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.279829 32351 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [sys.catalog]: configured and running, proceeding with master startup.
20:02:44.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.284915 32247 master_runner.cc:187] Error getting master registration for 127.31.92.62:43657: OK, instance_id { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" instance_seqno: 1786478563830833 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:02:44.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.287497 32247 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:44.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.289295 32244 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } attempt: 3
20:02:44.290 [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=bce81592-6774-40a3-8c11-e9efc41e36e6, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:44.292 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:44.292 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:44.293 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: null will be shutdown
20:02:44.294 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@945f263 created in the thread with id: 36
20:02:44.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.297791 32244 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998: Bootstrap starting.
20:02:44.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.300644 32244 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998: Neither blocks nor log segments found. Creating new log.
20:02:44.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.302386 32244 log.cc:826] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998: Log is configured to *not* fsync() on all Append() calls
20:02:44.290 [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=	
20:02:44.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.304657 32527 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:44.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.305629 32530 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:44.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.305720 32530 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:44.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.305974 32510 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [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: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.306123 32510 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [sys.catalog]: This master's current role is: FOLLOWER
20:02:44.320 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3
20:02:44.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.328944 32244 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998: No bootstrap required, opened a new log
20:02:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.333338 32244 raft_consensus.cc:359] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } }
20:02:44.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.333600 32244 raft_consensus.cc:385] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:44.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.333662 32244 raft_consensus.cc:740] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b5669614121a42c5a8d9aaca2d68c998, State: Initialized, Role: FOLLOWER
20:02:44.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.334246 32244 consensus_queue.cc:260] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [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: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } }
20:02:44.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.335774 32244 sys_catalog.cc:565] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [sys.catalog]: configured and running, proceeding with master startup.
20:02:44.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.347885 32125 master_runner.cc:264] No leader master found from master b5669614121a42c5a8d9aaca2d68c998
20:02:44.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.347985 32125 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:44.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.352968 32564 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:44.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.355540 32564 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:44.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.356102 32541 sys_catalog.cc:455] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [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: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.362787 32541 sys_catalog.cc:458] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [sys.catalog]: This master's current role is: FOLLOWER
20:02:44.375 [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=	
20:02:44.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.376756 32559 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:44.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.445394 32395 tablet.cc:2406] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:02:44.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.455296 32480 raft_consensus.cc:493] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:02:44.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.455503 32480 raft_consensus.cc:515] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } }
20:02:44.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.456668 32480 leader_election.cc:290] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b5669614121a42c5a8d9aaca2d68c998 (127.31.92.62:43657), 0b4eb8531d26479f95366e684a0939b8 (127.31.92.61:36293)
20:02:44.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.458123 32311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c9c4a23fa87547fd9f52f431651e1045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b4eb8531d26479f95366e684a0939b8" is_pre_election: true
20:02:44.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.458107 32197 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c9c4a23fa87547fd9f52f431651e1045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5669614121a42c5a8d9aaca2d68c998" is_pre_election: true
20:02:44.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.458415 32197 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9c4a23fa87547fd9f52f431651e1045 in term 0.
20:02:44.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.458420 32311 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c9c4a23fa87547fd9f52f431651e1045 in term 0.
20:02:44.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.458946 32388 leader_election.cc:304] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [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: b5669614121a42c5a8d9aaca2d68c998, c9c4a23fa87547fd9f52f431651e1045; no voters: 
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.460098 32480 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 0 FOLLOWER]: Leader pre-election won for term 1
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.460179 32480 raft_consensus.cc:493] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.460218 32480 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 0 FOLLOWER]: Advancing to term 1
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.461403 32480 raft_consensus.cc:515] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } }
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.461789 32480 leader_election.cc:290] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [CANDIDATE]: Term 1 election: Requested vote from peers b5669614121a42c5a8d9aaca2d68c998 (127.31.92.62:43657), 0b4eb8531d26479f95366e684a0939b8 (127.31.92.61:36293)
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.462414 32197 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c9c4a23fa87547fd9f52f431651e1045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b5669614121a42c5a8d9aaca2d68c998"
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.462549 32197 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [term 0 FOLLOWER]: Advancing to term 1
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.463752 32197 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9c4a23fa87547fd9f52f431651e1045 in term 1.
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.464336 32311 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c9c4a23fa87547fd9f52f431651e1045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0b4eb8531d26479f95366e684a0939b8"
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.464470 32311 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [term 0 FOLLOWER]: Advancing to term 1
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.466161 32311 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c9c4a23fa87547fd9f52f431651e1045 in term 1.
20:02:44.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.466594 32388 leader_election.cc:304] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [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: 0b4eb8531d26479f95366e684a0939b8, c9c4a23fa87547fd9f52f431651e1045; no voters: 
20:02:44.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.469026 32480 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 1 FOLLOWER]: Leader election won for term 1
20:02:44.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.469321 32480 raft_consensus.cc:697] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [term 1 LEADER]: Becoming Leader. State: Replica: c9c4a23fa87547fd9f52f431651e1045, State: Running, Role: LEADER
20:02:44.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.469695 32480 consensus_queue.cc:237] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [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: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } }
20:02:44.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.472615 32480 sys_catalog.cc:455] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c9c4a23fa87547fd9f52f431651e1045. Latest consensus state: current_term: 1 leader_uuid: "c9c4a23fa87547fd9f52f431651e1045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.473039 32480 sys_catalog.cc:458] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [sys.catalog]: This master's current role is: LEADER
20:02:44.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.478658 32572 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:02:44.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.480140 32572 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:02:44.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.495872 32311 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [term 1 FOLLOWER]: Refusing update from remote peer c9c4a23fa87547fd9f52f431651e1045: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:02:44.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.496690 32197 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [term 1 FOLLOWER]: Refusing update from remote peer c9c4a23fa87547fd9f52f431651e1045: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:02:44.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.498135 32480 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:02:44.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.498639 32480 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:02:44.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.505254 32510 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c9c4a23fa87547fd9f52f431651e1045. Latest consensus state: current_term: 1 leader_uuid: "c9c4a23fa87547fd9f52f431651e1045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.505432 32510 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [sys.catalog]: This master's current role is: FOLLOWER
20:02:44.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.508899 32541 sys_catalog.cc:455] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c9c4a23fa87547fd9f52f431651e1045. Latest consensus state: current_term: 1 leader_uuid: "c9c4a23fa87547fd9f52f431651e1045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.509055 32541 sys_catalog.cc:458] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [sys.catalog]: This master's current role is: FOLLOWER
20:02:44.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:44.512444 32279 tablet.cc:2406] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:02:44.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.528892 32573 mvcc.cc:204] Tried to move back new op lower bound from 7317416200141991936 to 7317416200075517952. Current Snapshot: MvccSnapshot[applied={T|T < 7317416200141991936}]
20:02:44.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.529860 32480 sys_catalog.cc:455] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c9c4a23fa87547fd9f52f431651e1045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.530005 32480 sys_catalog.cc:458] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [sys.catalog]: This master's current role is: LEADER
20:02:44.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.532183 32575 mvcc.cc:204] Tried to move back new op lower bound from 7317416200141991936 to 7317416200075517952. Current Snapshot: MvccSnapshot[applied={T|T < 7317416200141991936}]
20:02:44.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.532356 32510 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c9c4a23fa87547fd9f52f431651e1045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.532461 32510 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8 [sys.catalog]: This master's current role is: FOLLOWER
20:02:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.534730 32480 sys_catalog.cc:455] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c9c4a23fa87547fd9f52f431651e1045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.534874 32480 sys_catalog.cc:458] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045 [sys.catalog]: This master's current role is: LEADER
20:02:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.536764 32578 mvcc.cc:204] Tried to move back new op lower bound from 7317416200141991936 to 7317416200075517952. Current Snapshot: MvccSnapshot[applied={T|T < 7317416200141991936}]
20:02:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.536933 32541 sys_catalog.cc:455] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c9c4a23fa87547fd9f52f431651e1045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b5669614121a42c5a8d9aaca2d68c998" member_type: VOTER last_known_addr { host: "127.31.92.62" port: 43657 } } peers { permanent_uuid: "0b4eb8531d26479f95366e684a0939b8" member_type: VOTER last_known_addr { host: "127.31.92.61" port: 36293 } } peers { permanent_uuid: "c9c4a23fa87547fd9f52f431651e1045" member_type: VOTER last_known_addr { host: "127.31.92.60" port: 39717 } } }
20:02:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.537060 32541 sys_catalog.cc:458] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998 [sys.catalog]: This master's current role is: FOLLOWER
20:02:44.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.547495 32572 catalog_manager.cc:1383] Generated new cluster ID: a3c910969817479aa9585f99ecc612b7
20:02:44.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.547590 32572 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:02:44.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.613591 32572 catalog_manager.cc:1406] Generated new certificate authority record
20:02:44.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.614898 32572 catalog_manager.cc:1540] Loading token signing keys...
20:02:44.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.678846 32572 catalog_manager.cc:6092] T 00000000000000000000000000000000 P c9c4a23fa87547fd9f52f431651e1045: Generated new TSK 0
20:02:44.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.679694 32572 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:02:44.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.680366 32572 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
20:02:44.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:44.680846 32572 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
20:02:45.085 [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.
20:02:45.097 [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.
20:02:45.097 [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.
20:02:45.272 [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=	
20:02:45.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:45.273357 32496 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:45.280 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:45.315 [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=	
20:02:45.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:45.315724 32527 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:45.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:45.318231 32530 catalog_manager.cc:1295] Loaded cluster ID: a3c910969817479aa9585f99ecc612b7
20:02:45.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:45.318305 32530 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8: loading cluster ID for follower catalog manager: success
20:02:45.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:45.320199 32530 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8: acquiring CA information for follower catalog manager: success
20:02:45.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:45.321703 32530 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0b4eb8531d26479f95366e684a0939b8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:02:45.337 [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/hive13403221618620485294/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=bce81592-6774-40a3-8c11-e9efc41e36e6, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:02:45.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:45.365005 32564 catalog_manager.cc:1295] Loaded cluster ID: a3c910969817479aa9585f99ecc612b7
20:02:45.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:45.365103 32564 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998: loading cluster ID for follower catalog manager: success
20:02:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:45.367666 32564 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998: acquiring CA information for follower catalog manager: success
20:02:45.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:45.369562 32564 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b5669614121a42c5a8d9aaca2d68c998: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:02:45.379 [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=	
20:02:45.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:45.417793 32559 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:45.431 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13403221618620485294/external-warehouse/table
20:02:45.639 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:02:45.643 [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)
20:02:45.646 [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)

20:02:45.694 [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.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:45.726 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:45.731 [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/hive13403221618620485294/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.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:02:45.735 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13403221618620485294/external-warehouse/table
20:02:45.760 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:02:45.761 [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)
20:02:45.762 [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)

20:02:45.764 [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=2a749474-c44d-44aa-9cf3-f75c529e267b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:45.769 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:45.773 [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/hive13403221618620485294/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=2a749474-c44d-44aa-9cf3-f75c529e267b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:02:45.776 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13403221618620485294/external-warehouse/table
20:02:45.801 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
20:02:45.807 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
20:02:45.807 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
20:02:45.813 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@3af6c27
20:02:45.849 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
20:02:45.849 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
20:02:45.850 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
20:02:45.850 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
20:02:45.851 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
20:02:45.852 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
20:02:45.852 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
20:02:45.853 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
20:02:45.853 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
20:02:45.854 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
20:02:45.856 [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
20:02:45.857 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
20:02:45.857 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
20:02:45.858 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
20:02:45.858 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
20:02:45.859 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
20:02:45.859 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
20:02:45.860 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
20:02:45.861 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
20:02:45.886 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
20:02:45.948 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
20:02:45.961 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
20:02:45.968 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
20:02:45.969 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
20:02:45.977 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
20:02:45.977 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
20:02:46.039 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
20:02:46.040 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
20:02:46.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
20:02:46.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
20:02:46.059 [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)
20:02:46.062 [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.
20:02:46.086 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
20:02:46.249 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.31.92.62:43657(127.31.92.62:43657)] connecting to peer
20:02:46.256 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 32032 (auto-detected)
20:02:46.258 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
20:02:46.258 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
20:02:46.260 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
20:02:46.261 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
20:02:46.262 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:68:ff:fe:70:73:91 (auto-detected)
20:02:46.276 [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=	
20:02:46.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:46.276598 32496 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:46.282 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
20:02:46.282 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
20:02:46.282 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
20:02:46.287 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
20:02:46.292 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.31.92.61:36293(127.31.92.61:36293)] connecting to peer
20:02:46.300 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.31.92.60:39717(127.31.92.60:39717)] connecting to peer
20:02:46.310 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.31.92.62:43657(127.31.92.62:43657)] Successfully connected to peer
20:02:46.310 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.31.92.60:39717(127.31.92.60:39717)] Successfully connected to peer
20:02:46.311 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.31.92.61:36293(127.31.92.61:36293)] Successfully connected to peer
20:02:46.318 [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=	
20:02:46.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:46.319418 32527 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:46.320 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
20:02:46.320 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
20:02:46.320 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@217d7125
20:02:46.324 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
20:02:46.324 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
20:02:46.324 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
20:02:46.324 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
20:02:46.324 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
20:02:46.390 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.31.92.61
20:02:46.390 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.31.92.60
20:02:46.391 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.31.92.62
20:02:46.421 [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=	
20:02:46.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:46.422325 32559 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:46.579 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:02:46.579 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:02:46.581 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:02:46.602 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x2bc13741, L:/127.0.0.1:52808 - R:/127.31.92.61:36293] using SASL/PLAIN
20:02:46.602 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x23da9db4, L:/127.0.0.1:55008 - R:/127.31.92.62:43657] using SASL/PLAIN
20:02:46.604 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x67501dfd, L:/127.0.0.1:39768 - R:/127.31.92.60:39717] using SASL/PLAIN
20:02:46.653 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
20:02:46.659 [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)
20:02:46.660 [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)

20:02:46.661 [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=b7be61e1-1de9-49fe-81eb-e473672833ab, 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)	
20:02:46.666 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:46.670 [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/hive13403221618620485294/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=b7be61e1-1de9-49fe-81eb-e473672833ab, 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)
20:02:46.674 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13403221618620485294/external-warehouse/table
20:02:46.707 [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)
20:02:46.708 [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)

20:02:46.710 [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=cd8ec091-e944-4aca-ab41-4649786db372, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:46.715 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:46.719 [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/hive13403221618620485294/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=cd8ec091-e944-4aca-ab41-4649786db372, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:02:46.722 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13403221618620485294/external-warehouse/table
20:02:46.822 [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	
20:02:46.900 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:46.911 [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	
20:02:47.099 [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.
20:02:47.279 [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=	
20:02:47.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:47.285852 32496 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:47.325 [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=	
20:02:47.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:47.326081 32527 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:47.425 [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=	
20:02:47.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:47.426199 32559 client.h:372] Failed to connect to Hive Metastore (localhost:39195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:47.440 [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.
20:02:47.499 [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.
20:02:47.547 [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
20:02:47.720 [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=d24c044e-bff8-4730-a547-2cdcba02efbd, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:47.723 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:47.726 [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/hive13403221618620485294/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=d24c044e-bff8-4730-a547-2cdcba02efbd, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.92.62:43657,127.31.92.61:36293,127.31.92.60:39717}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:02:47.729 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13403221618620485294/external-warehouse/table
20:02:47.773 [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	
20:02:47.805 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:47.807 [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	
20:02:47.874 [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
20:02:47.899 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:02:47.899 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:02:47.900 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@945f263 will be shutdown
20:02:47.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:47.900024 32112 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 32125
20:02:47.920 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:02:47.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:47.935359 32112 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 32247
20:02:47.941 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.31.92.62:43657(127.31.92.62:43657)] handling channelInactive
20:02:47.942 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.31.92.62:43657(127.31.92.62:43657)] cleaning up while in state READY due to: connection closed
20:02:47.950 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.31.92.61:36293(127.31.92.61:36293)] handling channelInactive
20:02:47.950 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.31.92.61:36293(127.31.92.61:36293)] cleaning up while in state READY due to: connection closed
20:02:47.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:47.949556 32112 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 32352
20:02:47.966 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.31.92.60:39717(127.31.92.60:39717)] handling channelInactive
20:02:47.966 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.31.92.60:39717(127.31.92.60:39717)] cleaning up while in state READY due to: connection closed
20:02:47.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:47Z chronyd exiting
.20:02:48.013 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:48.013 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:48.014 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:48.034 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15214471267085829427
20:02:48.035 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:02:48.035 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:02:48.038 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:48.039 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:48.039 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:02:48.045 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:02:48.049 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:02:48.049 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:02:48.050 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:02:48.051 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:02:48.053 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
20:02:48.157 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:48.159 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
20:02:48.160 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:02:48.162 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:02:48.164 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:48.165 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:02:48.190 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:02:48.191 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:02:48.191 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:02:48.252 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:48.253 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:48.254 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:48.255 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:48.256 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:48.256 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:48.461 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:02:48.462 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65a493ca, with PersistenceManager: null will be shutdown
20:02:48.462 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65a493ca, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@37dfc5cf created in the thread with id: 65
20:02:48.464 [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
20:02:48.465 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65a493ca
20:02:48.592 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
20:02:48.618 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
20:02:48.649 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
20:02:48.651 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
20:02:48.684 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:02:48.684 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:02:48.685 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:02:48.685 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
20:02:48.685 [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)
20:02:48.685 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [42325]...
20:02:48.685 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:02:48.685 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:02:48.685 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
20:02:48.686 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
20:02:49.037 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:49.037 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:49.038 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:49.041 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:02:49.041 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42325]
20:02:49.042 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42325) in binary transport mode
20:02:49.042 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42325) current connections: 1
20:02:49.044 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXHmsNG/test-tmp
20:02:49.044 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
20:02:49.044 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXHmsNG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
20:02:49.048 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42325"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

20:02:49.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.156567 32678 mini_oidc.cc:150] Starting JWKS server
20:02:49.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.158124 32678 webserver.cc:533] Webserver started at http://127.0.0.1:46269/ using document root <none> and password file <none>
20:02:49.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.158259 32678 mini_oidc.cc:186] Starting OIDC Discovery server
20:02:49.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.158471 32678 webserver.cc:533] Webserver started at http://127.0.0.1:41167/ using document root <none> and password file <none>
20:02:49.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:49Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:02:49.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:49Z Disabled control of system clock
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.172260 32678 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/wal
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/data
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/logs
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/data/info.pb
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.233.190:34673
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.233.190
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.233.148:44397
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.233.190:34673,127.31.233.189:41653,127.31.233.188:45251
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46269/jwks.json
20:02:49.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42325 with env {}
20:02:49.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.275926 32696 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:49.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.276168 32696 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:49.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.276214 32696 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:49.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.279672 32696 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:49.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.279742 32696 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:49.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.279760 32696 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:49.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.279778 32696 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:49.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.279794 32696 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:49.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.279807 32696 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46269/jwks.json
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.283864 32696 master_runner.cc:387] Master server non-default flags:
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/logs
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.233.148:44397
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/data
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/wal
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42325
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.233.190:34673,127.31.233.189:41653,127.31.233.188:45251
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.233.190:34673
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46269/jwks.json
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/data/info.pb
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.233.190
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32696
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:49.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:49.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:49.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:49.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:49.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:49.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:49.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:49.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.284919 32696 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:49.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.286001 32696 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:49.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.291463 32712 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
20:02:49.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.291452 32709 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
20:02:49.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.291431 32708 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
20:02:49.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.291569 32696 server_base.cc:1061] running on GCE node
20:02:49.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.292464 32696 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:49.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.293463 32696 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:49.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.294684 32696 hybrid_clock.cc:648] HybridClock initialized: now 1786478569294674 us; error 119 us; skew 500 ppm
20:02:49.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.296729 32696 webserver.cc:533] Webserver started at http://127.31.233.190:43397/ using document root <none> and password file <none>
20:02:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.297363 32696 fs_manager.cc:362] Metadata directory not provided
20:02:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.297432 32696 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:49.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.297684 32696 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:49.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.299266 32696 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/data/instance:
20:02:49.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1996f38a81704b06ab753eec9c5646e9"
20:02:49.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:49 on dist-test-slave-bndk"
20:02:49.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.299793 32696 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/wal/instance:
20:02:49.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1996f38a81704b06ab753eec9c5646e9"
20:02:49.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:49 on dist-test-slave-bndk"
20:02:49.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.303203 32696 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
20:02:49.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.305814 32722 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.306910 32696 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.307029 32696 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/wal
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1996f38a81704b06ab753eec9c5646e9"
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:49 on dist-test-slave-bndk"
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.307137 32696 fs_report.cc:389] FS layout report
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/wal
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/wal
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/data/data
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:49.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:49.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.348261 32696 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:49.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.349045 32696 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
20:02:49.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.349272 32696 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:49.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.357103 32696 rpc_server.cc:307] RPC server started. Bound to: 127.31.233.190:34673
20:02:49.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.357105   327 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.233.190:34673 every 8 connection(s)
20:02:49.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.358371 32696 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/data/info.pb
20:02:49.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.359011 32678 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 32696
20:02:49.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.359140 32678 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-0/wal/instance
20:02:49.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.360479 32678 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:49.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:49.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/wal
20:02:49.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/data
20:02:49.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:49.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/logs
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/data/info.pb
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.233.189:41653
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.233.189
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.233.148:44397
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.233.190:34673,127.31.233.189:41653,127.31.233.188:45251
20:02:49.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:49.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46269/jwks.json
20:02:49.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42325 with env {}
20:02:49.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.361780   329 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:49.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.365566   329 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } has no permanent_uuid. Determining permanent_uuid...
20:02:49.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.381966   329 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } has no permanent_uuid. Determining permanent_uuid...
20:02:49.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.382900 32723 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.233.189:41653: connect: Connection refused (error 111)
20:02:49.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.384027   329 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.233.189:41653: Network error: Client connection negotiation failed: client connection to 127.31.233.189:41653: connect: Connection refused (error 111)
20:02:49.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.433279   329 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } attempt: 1
20:02:49.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.434978   329 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.233.189:41653: Network error: Client connection negotiation failed: client connection to 127.31.233.189:41653: connect: Connection refused (error 111)
20:02:49.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.470573   330 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:49.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.470814   330 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:49.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.470860   330 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:49.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.474268   330 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:49.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.474340   330 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:49.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.474359   330 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:49.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.474376   330 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:49.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.474393   330 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:49.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.474406   330 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46269/jwks.json
20:02:49.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.478498   330 master_runner.cc:387] Master server non-default flags:
20:02:49.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/logs
20:02:49.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:49.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:49.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.233.148:44397
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/data
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/wal
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42325
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.233.190:34673,127.31.233.189:41653,127.31.233.188:45251
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.233.189:41653
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46269/jwks.json
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/data/info.pb
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.233.189
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.330
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.479583   330 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:49.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.480660   330 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:49.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.486289   341 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
20:02:49.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.486372   343 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
20:02:49.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.486512   330 server_base.cc:1061] running on GCE node
20:02:49.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.486299   348 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
20:02:49.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.487109   330 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:49.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.488031   330 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:49.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.489248   330 hybrid_clock.cc:648] HybridClock initialized: now 1786478569489183 us; error 49 us; skew 500 ppm
20:02:49.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.491246   330 webserver.cc:533] Webserver started at http://127.31.233.189:34631/ using document root <none> and password file <none>
20:02:49.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.491890   330 fs_manager.cc:362] Metadata directory not provided
20:02:49.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.491955   330 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:49.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.492199   330 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:49.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.494084   330 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/data/instance:
20:02:49.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4022067a6a024a6d8f0c2f48545e3cdc"
20:02:49.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:49 on dist-test-slave-bndk"
20:02:49.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.494644   330 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/wal/instance:
20:02:49.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4022067a6a024a6d8f0c2f48545e3cdc"
20:02:49.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:49 on dist-test-slave-bndk"
20:02:49.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.498090   330 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
20:02:49.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.500391   356 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:49.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.501525   330 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
20:02:49.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.501662   330 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/wal
20:02:49.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4022067a6a024a6d8f0c2f48545e3cdc"
20:02:49.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:49 on dist-test-slave-bndk"
20:02:49.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.501778   330 fs_report.cc:389] FS layout report
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/wal
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/wal
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/data/data
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:49.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:49.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.503197   329 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } attempt: 2
20:02:49.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.504799   329 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.233.189:41653: Network error: Client connection negotiation failed: client connection to 127.31.233.189:41653: connect: Connection refused (error 111)
20:02:49.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.529765   330 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:49.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.530505   330 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
20:02:49.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.530689   330 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:49.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.538748   438 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.233.189:41653 every 8 connection(s)
20:02:49.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.538753   330 rpc_server.cc:307] RPC server started. Bound to: 127.31.233.189:41653
20:02:49.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.539937   330 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/data/info.pb
20:02:49.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.542815   439 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:49.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.545761   439 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } has no permanent_uuid. Determining permanent_uuid...
20:02:49.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.547415 32678 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 330
20:02:49.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.547523 32678 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-1/wal/instance
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.548228 32678 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/wal
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/data
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/logs
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/data/info.pb
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:49.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.233.188:45251
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.233.188
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.233.148:44397
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.233.190:34673,127.31.233.189:41653,127.31.233.188:45251
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46269/jwks.json
20:02:49.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42325 with env {}
20:02:49.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.556116   439 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } has no permanent_uuid. Determining permanent_uuid...
20:02:49.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.563098   439 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } has no permanent_uuid. Determining permanent_uuid...
20:02:49.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.563927   359 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.233.188:45251: connect: Connection refused (error 111)
20:02:49.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.564841   439 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.233.188:45251: Network error: Client connection negotiation failed: client connection to 127.31.233.188:45251: connect: Connection refused (error 111)
20:02:49.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.596004   329 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } attempt: 3
20:02:49.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.600449   329 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } has no permanent_uuid. Determining permanent_uuid...
20:02:49.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.602016   329 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.233.188:45251: Network error: Client connection negotiation failed: client connection to 127.31.233.188:45251: connect: Connection refused (error 111)
20:02:49.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.614071   439 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } attempt: 1
20:02:49.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.615672   439 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.233.188:45251: Network error: Client connection negotiation failed: client connection to 127.31.233.188:45251: connect: Connection refused (error 111)
20:02:49.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.633256   329 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } attempt: 1
20:02:49.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.634949   329 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.233.188:45251: Network error: Client connection negotiation failed: client connection to 127.31.233.188:45251: connect: Connection refused (error 111)
20:02:49.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.661530   442 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:49.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.661779   442 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:49.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.661827   442 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:49.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.665328   442 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:49.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.665400   442 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:49.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.665418   442 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:49.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.665436   442 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:49.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.665452   442 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:49.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.665465   442 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46269/jwks.json
20:02:49.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.669595   442 master_runner.cc:387] Master server non-default flags:
20:02:49.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/logs
20:02:49.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.233.148:44397
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/data
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/wal
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42325
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.233.190:34673,127.31.233.189:41653,127.31.233.188:45251
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.233.188:45251
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46269/jwks.json
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/data/info.pb
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.233.188
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.442
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:49.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.670701   442 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:49.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.671821   442 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:49.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.677526   453 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
20:02:49.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.677522   457 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
20:02:49.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.677559   442 server_base.cc:1061] running on GCE node
20:02:49.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.677516   451 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
20:02:49.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.678678   442 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:49.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.679639   442 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:49.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.680828   442 hybrid_clock.cc:648] HybridClock initialized: now 1786478569680814 us; error 33 us; skew 500 ppm
20:02:49.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.682932   442 webserver.cc:533] Webserver started at http://127.31.233.188:36161/ using document root <none> and password file <none>
20:02:49.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.683539   442 fs_manager.cc:362] Metadata directory not provided
20:02:49.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.683604   442 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:49.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.683847   442 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:49.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.683862   439 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } attempt: 2
20:02:49.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.685338   439 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.233.188:45251: Network error: Client connection negotiation failed: client connection to 127.31.233.188:45251: connect: Connection refused (error 111)
20:02:49.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.685842   442 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/data/instance:
20:02:49.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d6cd2f33c244f21b6e2938e734fb725"
20:02:49.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:49 on dist-test-slave-bndk"
20:02:49.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.686385   442 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/wal/instance:
20:02:49.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d6cd2f33c244f21b6e2938e734fb725"
20:02:49.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:49 on dist-test-slave-bndk"
20:02:49.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.690029   442 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
20:02:49.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.692648   467 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.693982   442 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.694114   442 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/wal
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d6cd2f33c244f21b6e2938e734fb725"
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:49 on dist-test-slave-bndk"
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.694213   442 fs_report.cc:389] FS layout report
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/wal
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/wal
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/data/data
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:49.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:49.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.710141   329 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } attempt: 2
20:02:49.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.711789   329 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.233.188:45251: Network error: Client connection negotiation failed: client connection to 127.31.233.188:45251: connect: Connection refused (error 111)
20:02:49.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.718940   442 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:49.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.719682   442 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
20:02:49.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.719866   442 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:49.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.727371   442 rpc_server.cc:307] RPC server started. Bound to: 127.31.233.188:45251
20:02:49.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.727389   548 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.233.188:45251 every 8 connection(s)
20:02:49.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.728505   442 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/data/info.pb
20:02:49.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.731559   550 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:49.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.735224 32678 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 442
20:02:49.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.734572   550 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } has no permanent_uuid. Determining permanent_uuid...
20:02:49.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.735328 32678 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster6821040288130865510/master-2/wal/instance
20:02:49.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.743633   550 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } has no permanent_uuid. Determining permanent_uuid...
20:02:49.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.747581   550 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } has no permanent_uuid. Determining permanent_uuid...
20:02:49.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.753355   550 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725: Bootstrap starting.
20:02:49.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.756373   550 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725: Neither blocks nor log segments found. Creating new log.
20:02:49.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.757287   550 log.cc:826] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725: Log is configured to *not* fsync() on all Append() calls
20:02:49.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.757962 32678 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:02:49.758 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:49.759 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:02:49.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.759405   550 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725: No bootstrap required, opened a new log
20:02:49.759 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.233.190"
      port: 34673
    }
    bound_http_address {
      host: "127.31.233.190"
      port: 43397
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.233.189"
      port: 41653
    }
    bound_http_address {
      host: "127.31.233.189"
      port: 34631
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.233.188"
      port: 45251
    }
    bound_http_address {
      host: "127.31.233.188"
      port: 36161
    }
  }
}

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

20:02:49.761 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:49.763 [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=a12b535a-4597-4a25-abfc-b84df621cc39, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.233.189:41653,127.31.233.190:34673,127.31.233.188:45251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:49.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.763674   550 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } }
20:02:49.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.763907   550 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:49.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.763952   550 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d6cd2f33c244f21b6e2938e734fb725, State: Initialized, Role: FOLLOWER
20:02:49.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.764425   550 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [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: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } }
20:02:49.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.764997   557 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [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: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.765125   557 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [sys.catalog]: This master's current role is: FOLLOWER
20:02:49.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.765846   550 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [sys.catalog]: configured and running, proceeding with master startup.
20:02:49.766 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:49.766 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:49.767 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@563a6852, with PersistenceManager: null will be shutdown
20:02:49.767 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@563a6852, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4b1e5c33 created in the thread with id: 86
20:02:49.772 [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=	
20:02:49.773 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@563a6852
20:02:49.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.776507   439 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } attempt: 3
20:02:49.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.771762   442 master_runner.cc:187] Error getting master registration for 127.31.233.190:34673: OK, instance_id { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" instance_seqno: 1786478569354532 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:02:49.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.795451   442 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:49.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.795639   573 client.h:372] Failed to connect to Hive Metastore (localhost:42325): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:49.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.796448   439 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc: Bootstrap starting.
20:02:49.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.797210   576 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:49.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.797313   576 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:49.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.799001   439 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc: Neither blocks nor log segments found. Creating new log.
20:02:49.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.800184   439 log.cc:826] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc: Log is configured to *not* fsync() on all Append() calls
20:02:49.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.802626   439 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc: No bootstrap required, opened a new log
20:02:49.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.807399   439 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } }
20:02:49.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.807684   439 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:49.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.807744   439 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4022067a6a024a6d8f0c2f48545e3cdc, State: Initialized, Role: FOLLOWER
20:02:49.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.808308   439 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [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: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } }
20:02:49.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.809738   439 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [sys.catalog]: configured and running, proceeding with master startup.
20:02:49.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.810963   329 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } attempt: 3
20:02:49.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.821151   329 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9: Bootstrap starting.
20:02:49.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.821296   330 master_runner.cc:187] Error getting master registration for 127.31.233.190:34673: OK, instance_id { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" instance_seqno: 1786478569354532 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:02:49.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.824338   330 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:49.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.824863   587 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [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: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.825004   587 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [sys.catalog]: This master's current role is: FOLLOWER
20:02:49.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.825107   587 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:02:49.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.825348   587 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } }
20:02:49.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.826011   329 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9: Neither blocks nor log segments found. Creating new log.
20:02:49.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.827163   329 log.cc:826] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9: Log is configured to *not* fsync() on all Append() calls
20:02:49.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.827996   506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2d6cd2f33c244f21b6e2938e734fb725" is_pre_election: true
20:02:49.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.828341   506 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4022067a6a024a6d8f0c2f48545e3cdc in term 0.
20:02:49.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.828894   359 leader_election.cc:304] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [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: 2d6cd2f33c244f21b6e2938e734fb725, 4022067a6a024a6d8f0c2f48545e3cdc; no voters: 
20:02:49.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.829561   587 leader_election.cc:290] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1996f38a81704b06ab753eec9c5646e9 (127.31.233.190:34673), 2d6cd2f33c244f21b6e2938e734fb725 (127.31.233.188:45251)
20:02:49.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.829967   587 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 0 FOLLOWER]: Leader pre-election won for term 1
20:02:49.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.830235   587 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:02:49.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.830493   587 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 0 FOLLOWER]: Advancing to term 1
20:02:49.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.832937   587 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } }
20:02:49.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.833686   329 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9: No bootstrap required, opened a new log
20:02:49.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.837827   506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2d6cd2f33c244f21b6e2938e734fb725"
20:02:49.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.837992   506 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [term 0 FOLLOWER]: Advancing to term 1
20:02:49.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.838322   329 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } }
20:02:49.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.838524   329 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:49.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.838590   329 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1996f38a81704b06ab753eec9c5646e9, State: Initialized, Role: FOLLOWER
20:02:49.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.839211   506 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4022067a6a024a6d8f0c2f48545e3cdc in term 1.
20:02:49.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.839712   359 leader_election.cc:304] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [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: 2d6cd2f33c244f21b6e2938e734fb725, 4022067a6a024a6d8f0c2f48545e3cdc; no voters: 
20:02:49.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.840853   585 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 1 FOLLOWER]: Leader election won for term 1
20:02:49.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.841895   585 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [term 1 LEADER]: Becoming Leader. State: Replica: 4022067a6a024a6d8f0c2f48545e3cdc, State: Running, Role: LEADER
20:02:49.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.842828   585 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [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: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } }
20:02:49.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.843303   587 leader_election.cc:290] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [CANDIDATE]: Term 1 election: Requested vote from peers 1996f38a81704b06ab753eec9c5646e9 (127.31.233.190:34673), 2d6cd2f33c244f21b6e2938e734fb725 (127.31.233.188:45251)
20:02:49.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.847147   605 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:49.848 [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=	
20:02:49.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.849293   601 client.h:372] Failed to connect to Hive Metastore (localhost:42325): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:49.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.849026   587 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4022067a6a024a6d8f0c2f48545e3cdc. Latest consensus state: current_term: 1 leader_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.861842   587 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [sys.catalog]: This master's current role is: LEADER
20:02:49.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.861810   329 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [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: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } }
20:02:49.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.861302   605 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:49.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.863883   329 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [sys.catalog]: configured and running, proceeding with master startup.
20:02:49.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.863942 32755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1996f38a81704b06ab753eec9c5646e9"
20:02:49.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.864091 32757 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1996f38a81704b06ab753eec9c5646e9" is_pre_election: true
20:02:49.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.864358 32757 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4022067a6a024a6d8f0c2f48545e3cdc in term 0.
20:02:49.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.864768   613 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:02:49.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.865901   613 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:02:49.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.872074   506 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [term 1 FOLLOWER]: Refusing update from remote peer 4022067a6a024a6d8f0c2f48545e3cdc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:02:49.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.873181   587 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:02:49.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.878404   557 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4022067a6a024a6d8f0c2f48545e3cdc. Latest consensus state: current_term: 1 leader_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.878546   557 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [sys.catalog]: This master's current role is: FOLLOWER
20:02:49.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.880184 32757 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [term 0 FOLLOWER]: Advancing to term 1
20:02:49.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.881520 32757 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [term 1 FOLLOWER]: Refusing update from remote peer 4022067a6a024a6d8f0c2f48545e3cdc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:02:49.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.882397   587 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:02:49.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.887050   615 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.887429   615 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [sys.catalog]: This master's current role is: FOLLOWER
20:02:49.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.887682   615 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4022067a6a024a6d8f0c2f48545e3cdc. Latest consensus state: current_term: 1 leader_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.887919   615 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [sys.catalog]: This master's current role is: FOLLOWER
20:02:49.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.892974   587 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.893127   587 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [sys.catalog]: This master's current role is: LEADER
20:02:49.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.895092   557 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.895236   557 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725 [sys.catalog]: This master's current role is: FOLLOWER
20:02:49.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.896239   636 mvcc.cc:204] Tried to move back new op lower bound from 7317416222187163648 to 7317416222086754304. Current Snapshot: MvccSnapshot[applied={T|T < 7317416222187163648}]
20:02:49.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.902076   643 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:49.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.902441   643 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:49.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.902729   645 mvcc.cc:204] Tried to move back new op lower bound from 7317416222187163648 to 7317416222086754304. Current Snapshot: MvccSnapshot[applied={T|T < 7317416222187163648}]
20:02:49.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.906751   585 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.906936   585 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc [sys.catalog]: This master's current role is: LEADER
20:02:49.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.910269   648 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1996f38a81704b06ab753eec9c5646e9" member_type: VOTER last_known_addr { host: "127.31.233.190" port: 34673 } } peers { permanent_uuid: "4022067a6a024a6d8f0c2f48545e3cdc" member_type: VOTER last_known_addr { host: "127.31.233.189" port: 41653 } } peers { permanent_uuid: "2d6cd2f33c244f21b6e2938e734fb725" member_type: VOTER last_known_addr { host: "127.31.233.188" port: 45251 } } }
20:02:49.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.910712   648 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9 [sys.catalog]: This master's current role is: FOLLOWER
20:02:49.913 [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=	
20:02:49.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.913892   651 mvcc.cc:204] Tried to move back new op lower bound from 7317416222187163648 to 7317416222086754304. Current Snapshot: MvccSnapshot[applied={T|T < 7317416222187163648}]
20:02:49.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:49.941989   638 client.h:372] Failed to connect to Hive Metastore (localhost:42325): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.945434   613 catalog_manager.cc:1383] Generated new cluster ID: 5282778d47db4e3a9f83d4988328c985
20:02:49.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.945542   613 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:02:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.965710   613 catalog_manager.cc:1406] Generated new certificate authority record
20:02:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.967239   613 catalog_manager.cc:1540] Loading token signing keys...
20:02:49.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.983568   613 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 4022067a6a024a6d8f0c2f48545e3cdc: Generated new TSK 0
20:02:49.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.984654   613 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:02:49.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.985590   613 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
20:02:49.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:49.986284   613 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
20:02:50.419 [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.
20:02:50.430 [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.
20:02:50.430 [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.
20:02:50.535 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:50.545 [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/hive15214471267085829427/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=a12b535a-4597-4a25-abfc-b84df621cc39, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.233.189:41653,127.31.233.190:34673,127.31.233.188:45251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:02:50.547 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15214471267085829427/external-warehouse/table
20:02:50.678 [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	
20:02:50.727 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:50.729 [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	
20:02:50.800 [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=	
20:02:50.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:50.798949   576 catalog_manager.cc:1295] Loaded cluster ID: 5282778d47db4e3a9f83d4988328c985
20:02:50.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:50.799052   576 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725: loading cluster ID for follower catalog manager: success
20:02:50.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:50.801095   573 client.h:372] Failed to connect to Hive Metastore (localhost:42325): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:50.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:50.802124   576 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725: acquiring CA information for follower catalog manager: success
20:02:50.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:50.804370   576 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2d6cd2f33c244f21b6e2938e734fb725: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:02:50.865 [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=	
20:02:50.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:50.866914   601 client.h:372] Failed to connect to Hive Metastore (localhost:42325): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:50.876 [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.
20:02:50.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:50.904119   643 catalog_manager.cc:1295] Loaded cluster ID: 5282778d47db4e3a9f83d4988328c985
20:02:50.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:50.904232   643 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9: loading cluster ID for follower catalog manager: success
20:02:50.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:50.906817   643 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9: acquiring CA information for follower catalog manager: success
20:02:50.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:50.908684   643 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1996f38a81704b06ab753eec9c5646e9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:02:50.951 [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=	
20:02:50.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:50.952030   638 client.h:372] Failed to connect to Hive Metastore (localhost:42325): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:51.131 [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.
20:02:51.178 [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.
20:02:51.208 [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
20:02:51.335 [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.
20:02:51.336 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
20:02:51.338 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.31.233.189:41653(127.31.233.189:41653)] connecting to peer
20:02:51.339 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.31.233.190:34673(127.31.233.190:34673)] connecting to peer
20:02:51.341 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.31.233.188:45251(127.31.233.188:45251)] connecting to peer
20:02:51.341 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.31.233.189:41653(127.31.233.189:41653)] Successfully connected to peer
20:02:51.343 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.31.233.190:34673(127.31.233.190:34673)] Successfully connected to peer
20:02:51.345 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.31.233.188:45251(127.31.233.188:45251)] Successfully connected to peer
20:02:51.355 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.31.233.190
20:02:51.356 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.31.233.189
20:02:51.364 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.31.233.188
20:02:51.391 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:02:51.395 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:02:51.401 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xffb8ce96, L:/127.0.0.1:58752 - R:/127.31.233.188:45251] using SASL/PLAIN
20:02:51.406 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x95541af2, L:/127.0.0.1:45498 - R:/127.31.233.190:34673] using SASL/PLAIN
20:02:51.407 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:02:51.412 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x64f55b22, L:/127.0.0.1:52968 - R:/127.31.233.189:41653] using SASL/PLAIN
20:02:51.417 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
20:02:51.424 [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)

20:02:51.425 [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	
20:02:51.455 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:51.456 [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	
20:02:51.509 [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
20:02:51.529 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:02:51.530 [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=a12b535a-4597-4a25-abfc-b84df621cc39, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.233.189:41653,127.31.233.190:34673,127.31.233.188:45251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:51.534 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:51.537 [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/hive15214471267085829427/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=a12b535a-4597-4a25-abfc-b84df621cc39, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.233.189:41653,127.31.233.190:34673,127.31.233.188:45251}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:02:51.545 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15214471267085829427/external-warehouse/table
20:02:51.576 [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	
20:02:51.588 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:51.589 [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	
20:02:51.609 [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
20:02:51.630 [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)	
20:02:51.633 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:51.636 [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/hive15214471267085829427/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)
20:02:51.637 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive15214471267085829427/external-warehouse/table specified for non-external table:table
20:02:51.638 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15214471267085829427/external-warehouse/table
20:02:51.660 [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	
20:02:51.674 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:51.676 [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	
20:02:51.698 [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
20:02:51.715 [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)

20:02:51.716 [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	
20:02:51.730 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:51.731 [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	
20:02:51.750 [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
20:02:51.768 [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)	
20:02:51.770 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:51.773 [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/hive15214471267085829427/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)
20:02:51.774 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive15214471267085829427/external-warehouse/table specified for non-external table:table
20:02:51.775 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15214471267085829427/external-warehouse/table
20:02:51.793 [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	
20:02:51.806 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:51.807 [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	
20:02:51.811 [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=	
20:02:51.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:51.811841   573 client.h:372] Failed to connect to Hive Metastore (localhost:42325): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:51.828 [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
20:02:51.845 [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)

20:02:51.846 [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	
20:02:51.858 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:51.860 [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	
20:02:51.870 [INFO - Metastore-Handler-Pool: Thread-104] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:02:51.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:51.870622   601 client.h:372] Failed to connect to Hive Metastore (localhost:42325): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:51.879 [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
20:02:51.895 [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)	
20:02:51.898 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:51.900 [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/hive15214471267085829427/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)
20:02:51.903 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15214471267085829427/external-warehouse/table
20:02:51.922 [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	
20:02:51.932 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:51.934 [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	
20:02:51.954 [INFO - Metastore-Handler-Pool: Thread-106] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:02:51.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:51.954936   638 client.h:372] Failed to connect to Hive Metastore (localhost:42325): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:51.965 [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
20:02:51.980 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:02:51.980 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:02:51.980 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@563a6852, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4b1e5c33 will be shutdown
20:02:51.980 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:02:51.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:51.980494 32678 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 32696
20:02:51.994 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.31.233.190:34673(127.31.233.190:34673)] handling channelInactive
20:02:51.994 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.31.233.190:34673(127.31.233.190:34673)] cleaning up while in state READY due to: connection closed
20:02:51.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:51.994525 32678 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 330
20:02:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:52.004832 32678 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 442
20:02:52.005 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.31.233.189:41653(127.31.233.189:41653)] handling channelInactive
20:02:52.005 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.31.233.189:41653(127.31.233.189:41653)] cleaning up while in state READY due to: connection closed
20:02:52.018 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.31.233.188:45251(127.31.233.188:45251)] handling channelInactive
20:02:52.018 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.31.233.188:45251(127.31.233.188:45251)] cleaning up while in state READY due to: connection closed
20:02:52.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:52Z chronyd exiting
.20:02:52.067 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:52.068 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:52.068 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:52.093 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1781879693407404242
20:02:52.094 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:02:52.094 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:02:52.096 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:52.097 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:52.097 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:02:52.098 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:02:52.100 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:02:52.100 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:02:52.101 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:02:52.102 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:02:52.104 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
20:02:52.178 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:52.179 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
20:02:52.179 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:02:52.181 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:02:52.183 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:52.184 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:02:52.202 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:02:52.202 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:02:52.202 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:02:52.228 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:52.229 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:52.230 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:52.230 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:52.231 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:52.231 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:52.458 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:02:52.458 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@80aef88, with PersistenceManager: null will be shutdown
20:02:52.458 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@80aef88, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2472601f created in the thread with id: 107
20:02:52.460 [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
20:02:52.461 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@80aef88
20:02:52.568 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
20:02:52.591 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
20:02:52.615 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
20:02:52.617 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
20:02:52.646 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:02:52.647 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:02:52.647 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:02:52.647 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
20:02:52.648 [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)
20:02:52.648 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [36149]...
20:02:52.648 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:02:52.648 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:02:52.648 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
20:02:52.648 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
20:02:53.095 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:53.096 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:53.096 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:53.098 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:02:53.098 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36149]
20:02:53.098 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36149) in binary transport mode
20:02:53.098 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36149) current connections: 1
20:02:53.099 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXHmsNG/test-tmp
20:02:53.100 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
20:02:53.100 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXHmsNG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
20:02:53.102 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36149"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

20:02:53.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.208444   733 mini_oidc.cc:150] Starting JWKS server
20:02:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.210091   733 webserver.cc:533] Webserver started at http://127.0.0.1:45913/ using document root <none> and password file <none>
20:02:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.210232   733 mini_oidc.cc:186] Starting OIDC Discovery server
20:02:53.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.210444   733 webserver.cc:533] Webserver started at http://127.0.0.1:35697/ using document root <none> and password file <none>
20:02:53.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:53Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:02:53.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:53Z Disabled control of system clock
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.224864   733 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/wal
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/data
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/logs
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/data/info.pb
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.183.126:41651
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.183.126
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.183.84:45737
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.183.126:41651,127.0.183.125:34093,127.0.183.124:46467
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45913/jwks.json
20:02:53.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149 with env {}
20:02:53.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.330857   748 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:53.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.331094   748 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:53.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.331137   748 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:53.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.334553   748 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:53.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.334615   748 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:53.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.334635   748 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:53.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.334651   748 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:53.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.334667   748 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:53.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.334681   748 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45913/jwks.json
20:02:53.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.338655   748 master_runner.cc:387] Master server non-default flags:
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/logs
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.183.84:45737
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/data
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/wal
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.183.126:41651,127.0.183.125:34093,127.0.183.124:46467
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.183.126:41651
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45913/jwks.json
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/data/info.pb
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.183.126
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.748
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.339797   748 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:53.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.340845   748 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:53.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.346596   756 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
20:02:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.346716   748 server_base.cc:1061] running on GCE node
20:02:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.346596   761 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
20:02:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.346613   758 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
20:02:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.347663   748 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:53.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.348658   748 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:53.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.349812   748 hybrid_clock.cc:648] HybridClock initialized: now 1786478573349754 us; error 82 us; skew 500 ppm
20:02:53.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.351706   748 webserver.cc:533] Webserver started at http://127.0.183.126:34023/ using document root <none> and password file <none>
20:02:53.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.352224   748 fs_manager.cc:362] Metadata directory not provided
20:02:53.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.352276   748 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:53.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.352432   748 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:53.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.353977   748 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/data/instance:
20:02:53.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f7136ca55d03478db8bcddeaf63ce73e"
20:02:53.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:53 on dist-test-slave-bndk"
20:02:53.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.354406   748 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/wal/instance:
20:02:53.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f7136ca55d03478db8bcddeaf63ce73e"
20:02:53.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:53 on dist-test-slave-bndk"
20:02:53.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.357668   748 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
20:02:53.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.359858   769 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.360894   748 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.361007   748 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/wal
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f7136ca55d03478db8bcddeaf63ce73e"
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:53 on dist-test-slave-bndk"
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.361080   748 fs_report.cc:389] FS layout report
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/wal
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/wal
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/data/data
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.382725   748 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.383366   748 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
20:02:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.383512   748 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:53.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.391275   748 rpc_server.cc:307] RPC server started. Bound to: 127.0.183.126:41651
20:02:53.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.391271   854 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.183.126:41651 every 8 connection(s)
20:02:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.392381   748 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/data/info.pb
20:02:53.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.395291   856 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:53.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.398350   856 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } has no permanent_uuid. Determining permanent_uuid...
20:02:53.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.400985   733 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 748
20:02:53.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.401124   733 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-0/wal/instance
20:02:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.402529   733 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/wal
20:02:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/data
20:02:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/logs
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/data/info.pb
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.183.125:34093
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.183.125
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.183.84:45737
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.183.126:41651,127.0.183.125:34093,127.0.183.124:46467
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45913/jwks.json
20:02:53.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149 with env {}
20:02:53.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.410856   856 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } has no permanent_uuid. Determining permanent_uuid...
20:02:53.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.411864   773 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.183.125:34093: connect: Connection refused (error 111)
20:02:53.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.412871   856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.183.125:34093: Network error: Client connection negotiation failed: client connection to 127.0.183.125:34093: connect: Connection refused (error 111)
20:02:53.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.462090   856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } attempt: 1
20:02:53.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.463759   856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.183.125:34093: Network error: Client connection negotiation failed: client connection to 127.0.183.125:34093: connect: Connection refused (error 111)
20:02:53.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.512763   860 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:53.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.513016   860 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:53.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.513062   860 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:53.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.516489   860 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:53.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.516562   860 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:53.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.516582   860 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:53.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.516599   860 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:53.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.516616   860 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:53.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.516629   860 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45913/jwks.json
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.520740   860 master_runner.cc:387] Master server non-default flags:
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/logs
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.183.84:45737
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/data
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/wal
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.183.126:41651,127.0.183.125:34093,127.0.183.124:46467
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.183.125:34093
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45913/jwks.json
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:53.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/data/info.pb
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.183.125
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.860
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:53.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.521914   860 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:53.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.522982   860 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:53.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.528348   870 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
20:02:53.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.528317   868 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
20:02:53.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.528384   873 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
20:02:53.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.528424   860 server_base.cc:1061] running on GCE node
20:02:53.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.529428   860 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:53.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.530303   860 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:53.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.531445   860 hybrid_clock.cc:648] HybridClock initialized: now 1786478573531439 us; error 35 us; skew 500 ppm
20:02:53.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.531921   856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } attempt: 2
20:02:53.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.533295   856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.183.125:34093: Network error: Client connection negotiation failed: client connection to 127.0.183.125:34093: connect: Connection refused (error 111)
20:02:53.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.533663   860 webserver.cc:533] Webserver started at http://127.0.183.125:44947/ using document root <none> and password file <none>
20:02:53.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.534232   860 fs_manager.cc:362] Metadata directory not provided
20:02:53.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.534296   860 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:53.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.534521   860 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:53.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.536085   860 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/data/instance:
20:02:53.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d570f1d052ba4d4a8303f60ab3915a56"
20:02:53.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:53 on dist-test-slave-bndk"
20:02:53.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.536595   860 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/wal/instance:
20:02:53.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d570f1d052ba4d4a8303f60ab3915a56"
20:02:53.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:53 on dist-test-slave-bndk"
20:02:53.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.540009   860 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
20:02:53.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.542276   884 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.543244   860 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.543354   860 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/wal
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d570f1d052ba4d4a8303f60ab3915a56"
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:53 on dist-test-slave-bndk"
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.543468   860 fs_report.cc:389] FS layout report
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/wal
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/wal
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/data/data
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:53.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:53.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:53.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:53.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:53.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:53.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.575047   860 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:53.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.575757   860 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
20:02:53.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.575930   860 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:53.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.583110   860 rpc_server.cc:307] RPC server started. Bound to: 127.0.183.125:34093
20:02:53.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.583149   979 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.183.125:34093 every 8 connection(s)
20:02:53.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.584196   860 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/data/info.pb
20:02:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.587080   981 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:53.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.589818   733 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 860
20:02:53.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.589931   733 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-1/wal/instance
20:02:53.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.590656   733 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:53.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:53.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/wal
20:02:53.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/data
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/logs
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/data/info.pb
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.183.124:46467
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.183.124
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.183.84:45737
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.183.126:41651,127.0.183.125:34093,127.0.183.124:46467
20:02:53.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:53.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45913/jwks.json
20:02:53.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149 with env {}
20:02:53.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.591562   981 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } has no permanent_uuid. Determining permanent_uuid...
20:02:53.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.601408   981 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } has no permanent_uuid. Determining permanent_uuid...
20:02:53.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.607170   981 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } has no permanent_uuid. Determining permanent_uuid...
20:02:53.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.608078   885 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.183.124:46467: connect: Connection refused (error 111)
20:02:53.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.608955   981 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.183.124:46467: Network error: Client connection negotiation failed: client connection to 127.0.183.124:46467: connect: Connection refused (error 111)
20:02:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.624470   856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } attempt: 3
20:02:53.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.628798   856 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } has no permanent_uuid. Determining permanent_uuid...
20:02:53.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.630314   856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.183.124:46467: Network error: Client connection negotiation failed: client connection to 127.0.183.124:46467: connect: Connection refused (error 111)
20:02:53.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.658191   981 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } attempt: 1
20:02:53.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.659817   981 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.183.124:46467: Network error: Client connection negotiation failed: client connection to 127.0.183.124:46467: connect: Connection refused (error 111)
20:02:53.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.661494   856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } attempt: 1
20:02:53.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.663025   856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.183.124:46467: Network error: Client connection negotiation failed: client connection to 127.0.183.124:46467: connect: Connection refused (error 111)
20:02:53.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.703238   982 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:53.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.703471   982 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:53.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.703516   982 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:53.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.706905   982 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:53.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.706966   982 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:53.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.706985   982 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:53.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.707001   982 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:53.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.707017   982 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:53.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.707031   982 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45913/jwks.json
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.711035   982 master_runner.cc:387] Master server non-default flags:
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/logs
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.183.84:45737
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/data
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/wal
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.183.126:41651,127.0.183.125:34093,127.0.183.124:46467
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.183.124:46467
20:02:53.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45913/jwks.json
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/data/info.pb
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.183.124
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.982
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:53.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.712349   982 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:53.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.713948   982 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:53.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.720618   992 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
20:02:53.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.720656   998 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
20:02:53.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.720815   982 server_base.cc:1061] running on GCE node
20:02:53.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.720849   991 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
20:02:53.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.721454   982 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:53.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.722362   982 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:53.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.723533   982 hybrid_clock.cc:648] HybridClock initialized: now 1786478573723517 us; error 36 us; skew 500 ppm
20:02:53.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.725564   982 webserver.cc:533] Webserver started at http://127.0.183.124:38243/ using document root <none> and password file <none>
20:02:53.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.726163   982 fs_manager.cc:362] Metadata directory not provided
20:02:53.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.726222   982 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:53.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.726468   982 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.728015   981 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } attempt: 2
20:02:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.728062   982 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/data/instance:
20:02:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a"
20:02:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:53 on dist-test-slave-bndk"
20:02:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.728632   982 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/wal/instance:
20:02:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a"
20:02:53.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:53 on dist-test-slave-bndk"
20:02:53.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.729328   981 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.183.124:46467: Network error: Client connection negotiation failed: client connection to 127.0.183.124:46467: connect: Connection refused (error 111)
20:02:53.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.732235   982 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.003s
20:02:53.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.734668  1005 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.735694   982 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.735821   982 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/wal
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a"
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:53 on dist-test-slave-bndk"
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.735939   982 fs_report.cc:389] FS layout report
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/wal
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/wal
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/data/data
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:53.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.738204   856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } attempt: 2
20:02:53.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.739657   856 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.183.124:46467: Network error: Client connection negotiation failed: client connection to 127.0.183.124:46467: connect: Connection refused (error 111)
20:02:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.756707   982 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.757475   982 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
20:02:53.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.757654   982 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:53.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.764820   982 rpc_server.cc:307] RPC server started. Bound to: 127.0.183.124:46467
20:02:53.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.764830  1089 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.183.124:46467 every 8 connection(s)
20:02:53.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.766019   982 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/data/info.pb
20:02:53.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.766810   733 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 982
20:02:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.766937   733 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster341120004034623780/master-2/wal/instance
20:02:53.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.769461  1091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:53.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.773317  1091 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } has no permanent_uuid. Determining permanent_uuid...
20:02:53.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.779361  1091 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } has no permanent_uuid. Determining permanent_uuid...
20:02:53.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.783921  1091 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } has no permanent_uuid. Determining permanent_uuid...
20:02:53.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.790124  1091 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a: Bootstrap starting.
20:02:53.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.790635   733 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:02:53.791 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:53.791 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:02:53.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.792852  1091 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a: Neither blocks nor log segments found. Creating new log.
20:02:53.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.793943  1091 log.cc:826] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a: Log is configured to *not* fsync() on all Append() calls
20:02:53.792 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.183.126"
      port: 41651
    }
    bound_http_address {
      host: "127.0.183.126"
      port: 34023
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.183.125"
      port: 34093
    }
    bound_http_address {
      host: "127.0.183.125"
      port: 44947
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.183.124"
      port: 46467
    }
    bound_http_address {
      host: "127.0.183.124"
      port: 38243
    }
  }
}

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

20:02:53.795 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:53.796 [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)	
20:02:53.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.796056  1091 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a: No bootstrap required, opened a new log
20:02:53.797 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:53.798 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:53.798 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@552dbe7a, with PersistenceManager: null will be shutdown
20:02:53.798 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@552dbe7a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7511a9b5 created in the thread with id: 128
20:02:53.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.798607  1091 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } }
20:02:53.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.798796  1091 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:53.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.798861  1091 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ea4208f2f344997a7fa87f2ef3b7c3a, State: Initialized, Role: FOLLOWER
20:02:53.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.799324  1091 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [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: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } }
20:02:53.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.800801  1091 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [sys.catalog]: configured and running, proceeding with master startup.
20:02:53.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.801828  1102 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [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: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.802141  1102 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [sys.catalog]: This master's current role is: FOLLOWER
20:02:53.803 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@552dbe7a
20:02:53.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.806879  1124 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:53.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.806970  1124 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:53.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.806648   982 master_runner.cc:187] Error getting master registration for 127.0.183.126:41651: OK, instance_id { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" instance_seqno: 1786478573389159 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:02:53.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.808390   982 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:53.810 [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=	
20:02:53.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.811228  1121 client.h:372] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:53.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.820520   981 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } attempt: 3
20:02:53.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.826495   981 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56: Bootstrap starting.
20:02:53.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.828745   981 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56: Neither blocks nor log segments found. Creating new log.
20:02:53.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.829540   981 log.cc:826] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56: Log is configured to *not* fsync() on all Append() calls
20:02:53.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.834643   981 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56: No bootstrap required, opened a new log
20:02:53.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.838824   856 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } attempt: 3
20:02:53.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.847232   856 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e: Bootstrap starting.
20:02:53.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.838886   981 raft_consensus.cc:359] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } }
20:02:53.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.849584   981 raft_consensus.cc:385] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:53.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.849852   981 raft_consensus.cc:740] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d570f1d052ba4d4a8303f60ab3915a56, State: Initialized, Role: FOLLOWER
20:02:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.850533   856 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e: Neither blocks nor log segments found. Creating new log.
20:02:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.850572   981 consensus_queue.cc:260] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [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: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } }
20:02:53.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.851612   856 log.cc:826] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e: Log is configured to *not* fsync() on all Append() calls
20:02:53.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.852114   981 sys_catalog.cc:565] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [sys.catalog]: configured and running, proceeding with master startup.
20:02:53.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.853781   856 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e: No bootstrap required, opened a new log
20:02:53.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.859344   860 master_runner.cc:187] Error getting master registration for 127.0.183.126:41651: OK, instance_id { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" instance_seqno: 1786478573389159 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:02:53.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.861781   860 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:53.862 [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=	
20:02:53.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.863214   856 raft_consensus.cc:359] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } }
20:02:53.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.863459   856 raft_consensus.cc:385] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:53.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.863511   856 raft_consensus.cc:740] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7136ca55d03478db8bcddeaf63ce73e, State: Initialized, Role: FOLLOWER
20:02:53.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.863534  1149 client.h:372] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:53.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.864005   856 consensus_queue.cc:260] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [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: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } }
20:02:53.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.864199  1131 sys_catalog.cc:455] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [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: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.864487  1131 sys_catalog.cc:458] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [sys.catalog]: This master's current role is: FOLLOWER
20:02:53.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.861770  1152 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:53.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.865048  1152 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:53.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.865518   856 sys_catalog.cc:565] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [sys.catalog]: configured and running, proceeding with master startup.
20:02:53.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.868788  1156 sys_catalog.cc:455] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [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: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.869349  1156 sys_catalog.cc:458] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [sys.catalog]: This master's current role is: FOLLOWER
20:02:53.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.874783  1182 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:53.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.875223   748 master_runner.cc:264] No leader master found from master f7136ca55d03478db8bcddeaf63ce73e
20:02:53.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.875451   748 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:53.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.875701  1182 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:53.877 [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=	
20:02:53.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.878306  1174 client.h:372] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:53.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.881407  1102 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:02:53.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.881588  1102 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } }
20:02:53.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.882685  1102 leader_election.cc:290] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f7136ca55d03478db8bcddeaf63ce73e (127.0.183.126:41651), d570f1d052ba4d4a8303f60ab3915a56 (127.0.183.125:34093)
20:02:53.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.883522   809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7136ca55d03478db8bcddeaf63ce73e" is_pre_election: true
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.883786   809 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7ea4208f2f344997a7fa87f2ef3b7c3a in term 0.
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.884203   933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d570f1d052ba4d4a8303f60ab3915a56" is_pre_election: true
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.884442   933 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7ea4208f2f344997a7fa87f2ef3b7c3a in term 0.
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:53.884954   778 tablet.cc:2406] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.885596  1008 leader_election.cc:304] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [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: 7ea4208f2f344997a7fa87f2ef3b7c3a, f7136ca55d03478db8bcddeaf63ce73e; no voters: 
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.886082  1102 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 0 FOLLOWER]: Leader pre-election won for term 1
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.886147  1102 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.886186  1102 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 0 FOLLOWER]: Advancing to term 1
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.887354  1102 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } }
20:02:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.887753  1102 leader_election.cc:290] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [CANDIDATE]: Term 1 election: Requested vote from peers f7136ca55d03478db8bcddeaf63ce73e (127.0.183.126:41651), d570f1d052ba4d4a8303f60ab3915a56 (127.0.183.125:34093)
20:02:53.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.889117   933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d570f1d052ba4d4a8303f60ab3915a56"
20:02:53.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.889293   933 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [term 0 FOLLOWER]: Advancing to term 1
20:02:53.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.890457   933 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7ea4208f2f344997a7fa87f2ef3b7c3a in term 1.
20:02:53.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.890829   809 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7136ca55d03478db8bcddeaf63ce73e"
20:02:53.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.890951   809 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [term 0 FOLLOWER]: Advancing to term 1
20:02:53.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.892092   809 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7ea4208f2f344997a7fa87f2ef3b7c3a in term 1.
20:02:53.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.892925  1008 leader_election.cc:304] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [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: 7ea4208f2f344997a7fa87f2ef3b7c3a, f7136ca55d03478db8bcddeaf63ce73e; no voters: 
20:02:53.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.893409  1102 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 1 FOLLOWER]: Leader election won for term 1
20:02:53.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.893653  1102 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [term 1 LEADER]: Becoming Leader. State: Replica: 7ea4208f2f344997a7fa87f2ef3b7c3a, State: Running, Role: LEADER
20:02:53.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.893980  1102 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [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: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } }
20:02:53.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.896095  1102 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7ea4208f2f344997a7fa87f2ef3b7c3a. Latest consensus state: current_term: 1 leader_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.896221  1102 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [sys.catalog]: This master's current role is: LEADER
20:02:53.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.897434  1190 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:02:53.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.898587  1190 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:02:53.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.921536   933 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [term 1 FOLLOWER]: Refusing update from remote peer 7ea4208f2f344997a7fa87f2ef3b7c3a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:02:53.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.922734  1187 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [LEADER]: Connected to new peer: Peer: permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:02:53.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.927973  1131 sys_catalog.cc:455] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7ea4208f2f344997a7fa87f2ef3b7c3a. Latest consensus state: current_term: 1 leader_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.928133  1131 sys_catalog.cc:458] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [sys.catalog]: This master's current role is: FOLLOWER
20:02:53.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.928596   809 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [term 1 FOLLOWER]: Refusing update from remote peer 7ea4208f2f344997a7fa87f2ef3b7c3a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:02:53.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.929280  1187 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:02:53.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.933717  1156 sys_catalog.cc:455] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7ea4208f2f344997a7fa87f2ef3b7c3a. Latest consensus state: current_term: 1 leader_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.933878  1156 sys_catalog.cc:458] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [sys.catalog]: This master's current role is: FOLLOWER
20:02:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.946970  1187 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.947151  1187 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [sys.catalog]: This master's current role is: LEADER
20:02:53.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.949494  1156 sys_catalog.cc:455] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.949649  1156 sys_catalog.cc:458] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e [sys.catalog]: This master's current role is: FOLLOWER
20:02:53.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.950415  1191 mvcc.cc:204] Tried to move back new op lower bound from 7317416238772559872 to 7317416238674223104. Current Snapshot: MvccSnapshot[applied={T|T < 7317416238772559872}]
20:02:53.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.951570  1195 mvcc.cc:204] Tried to move back new op lower bound from 7317416238772559872 to 7317416238674223104. Current Snapshot: MvccSnapshot[applied={T|T < 7317416238772559872}]
20:02:53.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.954638  1102 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.954775  1102 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a [sys.catalog]: This master's current role is: LEADER
20:02:53.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.956326  1131 sys_catalog.cc:455] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f7136ca55d03478db8bcddeaf63ce73e" member_type: VOTER last_known_addr { host: "127.0.183.126" port: 41651 } } peers { permanent_uuid: "d570f1d052ba4d4a8303f60ab3915a56" member_type: VOTER last_known_addr { host: "127.0.183.125" port: 34093 } } peers { permanent_uuid: "7ea4208f2f344997a7fa87f2ef3b7c3a" member_type: VOTER last_known_addr { host: "127.0.183.124" port: 46467 } } }
20:02:53.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.956457  1131 sys_catalog.cc:458] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56 [sys.catalog]: This master's current role is: FOLLOWER
20:02:53.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.957242  1193 mvcc.cc:204] Tried to move back new op lower bound from 7317416238772559872 to 7317416238674223104. Current Snapshot: MvccSnapshot[applied={T|T < 7317416238772559872}]
20:02:53.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.959348  1190 catalog_manager.cc:1383] Generated new cluster ID: 419401598536458cb1decadf44593472
20:02:53.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:53.959426  1190 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:02:54.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.032225  1190 catalog_manager.cc:1406] Generated new certificate authority record
20:02:54.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.033799  1190 catalog_manager.cc:1540] Loading token signing keys...
20:02:54.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.058686  1190 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 7ea4208f2f344997a7fa87f2ef3b7c3a: Generated new TSK 0
20:02:54.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.059767  1190 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:02:54.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.060633  1190 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
20:02:54.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.061357  1190 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
20:02:54.297 [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.
20:02:54.304 [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.
20:02:54.305 [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.
20:02:54.372 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
20:02:54.377 [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/hive1781879693407404242/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)
20:02:54.379 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1781879693407404242/external-warehouse/legacy_table
20:02:54.481 [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	
20:02:54.517 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:54.525 [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	
20:02:54.539 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
20:02:54.605 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
20:02:54.605 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
20:02:54.700 [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	
20:02:54.726 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
20:02:54.767 [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	
20:02:54.785 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:54.786 [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	
20:02:54.815 [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=	
20:02:54.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:54.815510  1121 client.h:372] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:54.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.866650  1152 catalog_manager.cc:1295] Loaded cluster ID: 419401598536458cb1decadf44593472
20:02:54.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.866747  1152 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56: loading cluster ID for follower catalog manager: success
20:02:54.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.869127  1152 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56: acquiring CA information for follower catalog manager: success
20:02:54.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.870522  1152 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d570f1d052ba4d4a8303f60ab3915a56: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:02:54.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.877358  1182 catalog_manager.cc:1295] Loaded cluster ID: 419401598536458cb1decadf44593472
20:02:54.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.877442  1182 catalog_manager.cc:1588] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e: loading cluster ID for follower catalog manager: success
20:02:54.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.879725  1182 catalog_manager.cc:1610] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e: acquiring CA information for follower catalog manager: success
20:02:54.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:54.880999  1182 catalog_manager.cc:1638] T 00000000000000000000000000000000 P f7136ca55d03478db8bcddeaf63ce73e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:02:54.883 [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=	
20:02:54.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:54.884191  1149 client.h:372] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:54.885 [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=	
20:02:54.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:54.885788  1174 client.h:372] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:54.932 [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.
20:02:55.076 [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.
20:02:55.117 [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.
20:02:55.239 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:02:55.240 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:02:55.240 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:02:55.240 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@552dbe7a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7511a9b5 will be shutdown
20:02:55.241 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:02:55.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:55.241024   733 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 748
20:02:55.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:55.253396   733 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 860
20:02:55.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:55.266744   733 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 982
20:02:55.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:55Z chronyd exiting
.20:02:55.330 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:55.330 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:55.330 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:55.356 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13626968903632621898
20:02:55.358 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:02:55.358 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:02:55.361 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:55.362 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:55.362 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:02:55.363 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:02:55.367 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:02:55.367 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:02:55.369 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:02:55.369 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:02:55.371 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
20:02:55.450 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:55.450 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
20:02:55.451 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:02:55.453 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:02:55.454 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:55.455 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:02:55.469 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:02:55.469 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:02:55.470 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:02:55.490 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:55.490 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:55.491 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:55.491 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:55.492 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:55.492 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:55.735 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:02:55.736 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@25edaeb3, with PersistenceManager: null will be shutdown
20:02:55.736 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@25edaeb3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3e179d29 created in the thread with id: 138
20:02:55.738 [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
20:02:55.739 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@25edaeb3
20:02:55.853 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
20:02:55.873 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
20:02:55.902 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
20:02:55.903 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
20:02:55.937 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:02:55.938 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:02:55.938 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:02:55.938 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
20:02:55.939 [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)
20:02:55.939 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [39617]...
20:02:55.939 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:02:55.939 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:02:55.939 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
20:02:55.939 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
20:02:56.359 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:56.360 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:56.360 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:56.362 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:02:56.362 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39617]
20:02:56.362 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39617) in binary transport mode
20:02:56.362 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39617) current connections: 1
20:02:56.364 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXHmsNG/test-tmp
20:02:56.364 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
20:02:56.365 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXHmsNG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
20:02:56.367 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39617"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:02:56.472 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:56.473 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:02:56.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.474550  1240 mini_oidc.cc:150] Starting JWKS server
20:02:56.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.476207  1240 webserver.cc:533] Webserver started at http://127.0.0.1:34867/ using document root <none> and password file <none>
20:02:56.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.476380  1240 mini_oidc.cc:186] Starting OIDC Discovery server
20:02:56.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.476670  1240 webserver.cc:533] Webserver started at http://127.0.0.1:37995/ using document root <none> and password file <none>
20:02:56.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:56Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:02:56.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:56Z Disabled control of system clock
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.490821  1240 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/wal
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/data
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/logs
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/data/info.pb
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.54.62:42531
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.54.62
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.54.20:37163
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119
20:02:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34867/jwks.json
20:02:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39617 with env {}
20:02:56.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.593010  1254 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:56.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.593287  1254 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:56.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.593355  1254 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:56.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.596894  1254 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:56.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.596966  1254 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:56.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.596995  1254 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:56.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.597018  1254 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:56.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.597043  1254 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:56.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.597060  1254 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34867/jwks.json
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.601320  1254 master_runner.cc:387] Master server non-default flags:
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/logs
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.54.20:37163
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/data
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/wal
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39617
20:02:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.54.62:42531
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34867/jwks.json
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/data/info.pb
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.54.62
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1254
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:56.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.602757  1254 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:56.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.603888  1254 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:56.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.609272  1263 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
20:02:56.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.609270  1264 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
20:02:56.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.609270  1266 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
20:02:56.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.609356  1254 server_base.cc:1061] running on GCE node
20:02:56.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.610164  1254 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:56.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.611047  1254 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:56.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.612208  1254 hybrid_clock.cc:648] HybridClock initialized: now 1786478576612205 us; error 106 us; skew 500 ppm
20:02:56.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.614235  1254 webserver.cc:533] Webserver started at http://127.1.54.62:46709/ using document root <none> and password file <none>
20:02:56.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.614816  1254 fs_manager.cc:362] Metadata directory not provided
20:02:56.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.614880  1254 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:56.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.615118  1254 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:56.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.616694  1254 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/data/instance:
20:02:56.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58bcc613c0fe4e8d953a58020e83ffb9"
20:02:56.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:56 on dist-test-slave-bndk"
20:02:56.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.617205  1254 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/wal/instance:
20:02:56.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58bcc613c0fe4e8d953a58020e83ffb9"
20:02:56.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:56 on dist-test-slave-bndk"
20:02:56.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.620505  1254 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.000s	sys 0.002s
20:02:56.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.622843  1278 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.623844  1254 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.624002  1254 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/wal
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58bcc613c0fe4e8d953a58020e83ffb9"
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:56 on dist-test-slave-bndk"
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.624125  1254 fs_report.cc:389] FS layout report
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/wal
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/wal
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/data/data
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:56.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:56.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.658049  1254 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:56.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.658815  1254 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
20:02:56.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.659003  1254 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:56.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.666492  1254 rpc_server.cc:307] RPC server started. Bound to: 127.1.54.62:42531
20:02:56.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.666498  1369 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.54.62:42531 every 8 connection(s)
20:02:56.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.667682  1254 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/data/info.pb
20:02:56.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.670789  1370 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:56.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.673971  1370 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } has no permanent_uuid. Determining permanent_uuid...
20:02:56.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.677189  1240 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 1254
20:02:56.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.677376  1240 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-0/wal/instance
20:02:56.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.678798  1240 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/wal
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/data
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/logs
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/data/info.pb
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.54.61:43101
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.54.61
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.54.20:37163
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:56.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119
20:02:56.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:56.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34867/jwks.json
20:02:56.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39617 with env {}
20:02:56.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.684659  1370 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } has no permanent_uuid. Determining permanent_uuid...
20:02:56.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.685497  1280 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.54.61:43101: connect: Connection refused (error 111)
20:02:56.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.686384  1370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.54.61:43101: Network error: Client connection negotiation failed: client connection to 127.1.54.61:43101: connect: Connection refused (error 111)
20:02:56.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.735612  1370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } attempt: 1
20:02:56.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.737310  1370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.54.61:43101: Network error: Client connection negotiation failed: client connection to 127.1.54.61:43101: connect: Connection refused (error 111)
20:02:56.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.783856  1375 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:56.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.784096  1375 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:56.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.784142  1375 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:56.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.787550  1375 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:56.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.787623  1375 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:56.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.787642  1375 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:56.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.787659  1375 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:56.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.787676  1375 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:56.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.787689  1375 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34867/jwks.json
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.791780  1375 master_runner.cc:387] Master server non-default flags:
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/logs
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.54.20:37163
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/data
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/wal
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39617
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.54.61:43101
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34867/jwks.json
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/data/info.pb
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.54.61
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1375
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:56.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:56.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:56.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:56.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:56.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:56.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:56.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:56.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:56.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.792884  1375 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:56.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.794015  1375 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:56.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.799469  1389 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
20:02:56.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.799602  1385 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
20:02:56.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.799599  1384 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
20:02:56.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.799861  1375 server_base.cc:1061] running on GCE node
20:02:56.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.800411  1375 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:56.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.801369  1375 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:56.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.802526  1375 hybrid_clock.cc:648] HybridClock initialized: now 1786478576802506 us; error 33 us; skew 500 ppm
20:02:56.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.804503  1375 webserver.cc:533] Webserver started at http://127.1.54.61:35985/ using document root <none> and password file <none>
20:02:56.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.805099  1375 fs_manager.cc:362] Metadata directory not provided
20:02:56.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.805163  1375 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:56.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.805455  1375 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:56.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.805481  1370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } attempt: 2
20:02:56.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.806950  1370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.54.61:43101: Network error: Client connection negotiation failed: client connection to 127.1.54.61:43101: connect: Connection refused (error 111)
20:02:56.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.807425  1375 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/data/instance:
20:02:56.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e21bb36e277e4e4296c493aa3bc69c29"
20:02:56.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:56 on dist-test-slave-bndk"
20:02:56.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.807972  1375 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/wal/instance:
20:02:56.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e21bb36e277e4e4296c493aa3bc69c29"
20:02:56.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:56 on dist-test-slave-bndk"
20:02:56.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.811425  1375 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
20:02:56.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.813794  1397 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.814867  1375 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.814989  1375 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/wal
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e21bb36e277e4e4296c493aa3bc69c29"
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:56 on dist-test-slave-bndk"
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.815111  1375 fs_report.cc:389] FS layout report
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/wal
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/wal
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/data/data
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:56.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:56.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.838609  1375 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:56.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.839385  1375 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
20:02:56.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.839576  1375 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:56.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.846630  1375 rpc_server.cc:307] RPC server started. Bound to: 127.1.54.61:43101
20:02:56.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.846627  1473 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.54.61:43101 every 8 connection(s)
20:02:56.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.847744  1375 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/data/info.pb
20:02:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.850600  1477 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:56.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.853497  1477 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } has no permanent_uuid. Determining permanent_uuid...
20:02:56.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.855209  1240 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 1375
20:02:56.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.855305  1240 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-1/wal/instance
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.855917  1240 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/wal
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/data
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/logs
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/data/info.pb
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.54.60:33119
20:02:56.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.54.60
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.54.20:37163
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34867/jwks.json
20:02:56.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39617 with env {}
20:02:56.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.863796  1477 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } has no permanent_uuid. Determining permanent_uuid...
20:02:56.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.870657  1477 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } has no permanent_uuid. Determining permanent_uuid...
20:02:56.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.871634  1400 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.54.60:33119: connect: Connection refused (error 111)
20:02:56.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.872565  1477 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.54.60:33119: Network error: Client connection negotiation failed: client connection to 127.1.54.60:33119: connect: Connection refused (error 111)
20:02:56.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.898138  1370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } attempt: 3
20:02:56.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.902799  1370 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } has no permanent_uuid. Determining permanent_uuid...
20:02:56.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.904151  1370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.54.60:33119: Network error: Client connection negotiation failed: client connection to 127.1.54.60:33119: connect: Connection refused (error 111)
20:02:56.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.921805  1477 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } attempt: 1
20:02:56.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.923380  1477 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.54.60:33119: Network error: Client connection negotiation failed: client connection to 127.1.54.60:33119: connect: Connection refused (error 111)
20:02:56.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.935348  1370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } attempt: 1
20:02:56.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.937005  1370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.54.60:33119: Network error: Client connection negotiation failed: client connection to 127.1.54.60:33119: connect: Connection refused (error 111)
20:02:56.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.965761  1480 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:02:56.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.965994  1480 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:02:56.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.966041  1480 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:02:56.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.969396  1480 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:02:56.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.969460  1480 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:02:56.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.969480  1480 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:02:56.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.969496  1480 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:02:56.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.969513  1480 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:02:56.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.969527  1480 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34867/jwks.json
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.973800  1480 master_runner.cc:387] Master server non-default flags:
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/logs
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.54.20:37163
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/data
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/wal
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39617
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.54.60:33119
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34867/jwks.json
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/data/info.pb
20:02:56.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.54.60
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1480
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:02:56.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.975000  1480 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:02:56.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.976133  1480 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:02:56.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.981673  1498 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
20:02:56.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.981678  1493 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
20:02:56.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.981839  1480 server_base.cc:1061] running on GCE node
20:02:56.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.981676  1495 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
20:02:56.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.982751  1480 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:02:56.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.983672  1480 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:02:56.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.984825  1480 hybrid_clock.cc:648] HybridClock initialized: now 1786478576984806 us; error 48 us; skew 500 ppm
20:02:56.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.986773  1480 webserver.cc:533] Webserver started at http://127.1.54.60:38217/ using document root <none> and password file <none>
20:02:56.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.987304  1480 fs_manager.cc:362] Metadata directory not provided
20:02:56.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.987365  1480 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:02:56.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.987526  1480 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:02:56.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.989061  1480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/data/instance:
20:02:56.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "29ddc2ffc97343859e56f200758143ac"
20:02:56.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:56 on dist-test-slave-bndk"
20:02:56.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.989581  1480 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/wal/instance:
20:02:56.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "29ddc2ffc97343859e56f200758143ac"
20:02:56.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:56 on dist-test-slave-bndk"
20:02:56.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.991580  1477 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } attempt: 2
20:02:56.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:56.993147  1477 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.54.60:33119: Network error: Client connection negotiation failed: client connection to 127.1.54.60:33119: connect: Connection refused (error 111)
20:02:56.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.993480  1480 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
20:02:56.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.995787  1506 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:02:56.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.996845  1480 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.996948  1480 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/wal
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "29ddc2ffc97343859e56f200758143ac"
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:02:56 on dist-test-slave-bndk"
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:56.997038  1480 fs_report.cc:389] FS layout report
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/wal
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/wal
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/data/data
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:02:56.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:02:57.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.011853  1480 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:02:57.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.012178  1370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } attempt: 2
20:02:57.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.012625  1480 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
20:02:57.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.012812  1480 kserver.cc:163] Server-wide thread pool size limit: 3276
20:02:57.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.013648  1370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.54.60:33119: Network error: Client connection negotiation failed: client connection to 127.1.54.60:33119: connect: Connection refused (error 111)
20:02:57.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.020138  1581 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.54.60:33119 every 8 connection(s)
20:02:57.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.020143  1480 rpc_server.cc:307] RPC server started. Bound to: 127.1.54.60:33119
20:02:57.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.021373  1480 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/data/info.pb
20:02:57.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.022821  1240 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 1480
20:02:57.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.022943  1240 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster10519449936981790358/master-2/wal/instance
20:02:57.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.024361  1582 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:02:57.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.028661  1582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } has no permanent_uuid. Determining permanent_uuid...
20:02:57.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.036891  1582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } has no permanent_uuid. Determining permanent_uuid...
20:02:57.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.041468  1582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } has no permanent_uuid. Determining permanent_uuid...
20:02:57.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.047737  1582 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac: Bootstrap starting.
20:02:57.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.050020  1240 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:02:57.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.050251  1582 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac: Neither blocks nor log segments found. Creating new log.
20:02:57.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.050951  1582 log.cc:826] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac: Log is configured to *not* fsync() on all Append() calls
20:02:57.050 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:57.051 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:02:57.052 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.54.62"
      port: 42531
    }
    bound_http_address {
      host: "127.1.54.62"
      port: 46709
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.54.61"
      port: 43101
    }
    bound_http_address {
      host: "127.1.54.61"
      port: 35985
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.54.60"
      port: 33119
    }
    bound_http_address {
      host: "127.1.54.60"
      port: 38217
    }
  }
}

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

20:02:57.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.052950  1582 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac: No bootstrap required, opened a new log
20:02:57.053 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:02:57.054 [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=a63678d3-4cd1-4676-8909-b3f07ebb4904, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:57.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.055575  1582 raft_consensus.cc:359] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } }
20:02:57.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.055745  1582 raft_consensus.cc:385] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:57.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.055778  1582 raft_consensus.cc:740] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 29ddc2ffc97343859e56f200758143ac, State: Initialized, Role: FOLLOWER
20:02:57.056 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:57.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.056126  1582 consensus_queue.cc:260] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [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: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } }
20:02:57.056 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:57.056 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1a724831, with PersistenceManager: null will be shutdown
20:02:57.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.056582  1589 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [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: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.056730  1589 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [sys.catalog]: This master's current role is: FOLLOWER
20:02:57.057 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1a724831, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@a5c0b4a created in the thread with id: 159
20:02:57.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.057323  1582 sys_catalog.cc:565] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [sys.catalog]: configured and running, proceeding with master startup.
20:02:57.061 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1a724831
20:02:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.062642  1480 master_runner.cc:187] Error getting master registration for 127.1.54.62:42531: OK, instance_id { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" instance_seqno: 1786478576664305 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:02:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.065039  1480 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:57.070 [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=	
20:02:57.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.070529  1613 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:57.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.070725  1610 client.h:372] Failed to connect to Hive Metastore (localhost:39617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:57.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.070801  1613 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:57.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.084307  1477 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } attempt: 3
20:02:57.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.092692  1477 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29: Bootstrap starting.
20:02:57.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.095558  1477 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29: Neither blocks nor log segments found. Creating new log.
20:02:57.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.096453  1477 log.cc:826] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29: Log is configured to *not* fsync() on all Append() calls
20:02:57.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.098917  1477 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29: No bootstrap required, opened a new log
20:02:57.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.103121  1477 raft_consensus.cc:359] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } }
20:02:57.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.103571  1477 raft_consensus.cc:385] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:57.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.103760  1477 raft_consensus.cc:740] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e21bb36e277e4e4296c493aa3bc69c29, State: Initialized, Role: FOLLOWER
20:02:57.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.104480  1477 consensus_queue.cc:260] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [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: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } }
20:02:57.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.106099  1477 sys_catalog.cc:565] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [sys.catalog]: configured and running, proceeding with master startup.
20:02:57.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.112814  1370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } attempt: 3
20:02:57.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.113476  1618 sys_catalog.cc:455] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [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: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.114135  1618 sys_catalog.cc:458] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [sys.catalog]: This master's current role is: FOLLOWER
20:02:57.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.116355  1650 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:57.118 [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=	
20:02:57.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.118852  1650 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:57.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.118741  1647 client.h:372] Failed to connect to Hive Metastore (localhost:39617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.122274  1370 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9: Bootstrap starting.
20:02:57.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.110842  1375 master_runner.cc:187] Error getting master registration for 127.1.54.62:42531: OK, instance_id { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" instance_seqno: 1786478576664305 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:02:57.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.122993  1375 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:57.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.126119  1370 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9: Neither blocks nor log segments found. Creating new log.
20:02:57.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.127290  1370 log.cc:826] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9: Log is configured to *not* fsync() on all Append() calls
20:02:57.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.147111  1370 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9: No bootstrap required, opened a new log
20:02:57.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.151199  1370 raft_consensus.cc:359] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } }
20:02:57.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.151437  1370 raft_consensus.cc:385] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:02:57.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.151500  1370 raft_consensus.cc:740] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58bcc613c0fe4e8d953a58020e83ffb9, State: Initialized, Role: FOLLOWER
20:02:57.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.152642  1370 consensus_queue.cc:260] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [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: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } }
20:02:57.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.154273  1370 sys_catalog.cc:565] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [sys.catalog]: configured and running, proceeding with master startup.
20:02:57.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.157596  1659 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [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: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.158004  1659 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [sys.catalog]: This master's current role is: FOLLOWER
20:02:57.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.160508  1286 tablet.cc:2406] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:02:57.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.164681  1254 master_runner.cc:264] No leader master found from master 58bcc613c0fe4e8d953a58020e83ffb9
20:02:57.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.164769  1254 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:02:57.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.171149  1688 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:02:57.172 [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=	
20:02:57.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.180855  1688 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:02:57.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.173310  1681 client.h:372] Failed to connect to Hive Metastore (localhost:39617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:57.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.264259  1513 tablet.cc:2406] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:02:57.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:57.341029  1405 tablet.cc:2406] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:02:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.381561  1589 raft_consensus.cc:493] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:02:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.381771  1589 raft_consensus.cc:515] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } }
20:02:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.383018  1589 leader_election.cc:290] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58bcc613c0fe4e8d953a58020e83ffb9 (127.1.54.62:42531), e21bb36e277e4e4296c493aa3bc69c29 (127.1.54.61:43101)
20:02:57.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.384173  1441 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "29ddc2ffc97343859e56f200758143ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e21bb36e277e4e4296c493aa3bc69c29" is_pre_election: true
20:02:57.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.384472  1441 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 29ddc2ffc97343859e56f200758143ac in term 0.
20:02:57.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.384979  1508 leader_election.cc:304] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [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: 29ddc2ffc97343859e56f200758143ac, e21bb36e277e4e4296c493aa3bc69c29; no voters: 
20:02:57.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.384956  1328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "29ddc2ffc97343859e56f200758143ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" is_pre_election: true
20:02:57.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.385241  1328 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 29ddc2ffc97343859e56f200758143ac in term 0.
20:02:57.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.385586  1589 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 0 FOLLOWER]: Leader pre-election won for term 1
20:02:57.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.385666  1589 raft_consensus.cc:493] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:02:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.385707  1589 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 0 FOLLOWER]: Advancing to term 1
20:02:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.386919  1589 raft_consensus.cc:515] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } }
20:02:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.387341  1589 leader_election.cc:290] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [CANDIDATE]: Term 1 election: Requested vote from peers 58bcc613c0fe4e8d953a58020e83ffb9 (127.1.54.62:42531), e21bb36e277e4e4296c493aa3bc69c29 (127.1.54.61:43101)
20:02:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.387712  1328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "29ddc2ffc97343859e56f200758143ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58bcc613c0fe4e8d953a58020e83ffb9"
20:02:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.387837  1328 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [term 0 FOLLOWER]: Advancing to term 1
20:02:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.388818  1328 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 29ddc2ffc97343859e56f200758143ac in term 1.
20:02:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.389098  1441 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "29ddc2ffc97343859e56f200758143ac" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e21bb36e277e4e4296c493aa3bc69c29"
20:02:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.389259  1441 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [term 0 FOLLOWER]: Advancing to term 1
20:02:57.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.390200  1441 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 29ddc2ffc97343859e56f200758143ac in term 1.
20:02:57.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.390611  1511 leader_election.cc:304] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [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: 29ddc2ffc97343859e56f200758143ac, 58bcc613c0fe4e8d953a58020e83ffb9; no voters: 
20:02:57.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.391029  1589 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 1 FOLLOWER]: Leader election won for term 1
20:02:57.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.391314  1589 raft_consensus.cc:697] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [term 1 LEADER]: Becoming Leader. State: Replica: 29ddc2ffc97343859e56f200758143ac, State: Running, Role: LEADER
20:02:57.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.391664  1589 consensus_queue.cc:237] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [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: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } }
20:02:57.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.393829  1589 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [sys.catalog]: SysCatalogTable state changed. Reason: New leader 29ddc2ffc97343859e56f200758143ac. Latest consensus state: current_term: 1 leader_uuid: "29ddc2ffc97343859e56f200758143ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.394107  1589 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [sys.catalog]: This master's current role is: LEADER
20:02:57.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.394594  1696 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:02:57.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.395798  1696 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:02:57.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.401943  1441 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [term 1 FOLLOWER]: Refusing update from remote peer 29ddc2ffc97343859e56f200758143ac: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:02:57.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.402719  1693 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:02:57.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.403182  1328 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [term 1 FOLLOWER]: Refusing update from remote peer 29ddc2ffc97343859e56f200758143ac: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:02:57.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.403725  1693 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [LEADER]: Connected to new peer: Peer: permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:02:57.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.406968  1618 sys_catalog.cc:455] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 29ddc2ffc97343859e56f200758143ac. Latest consensus state: current_term: 1 leader_uuid: "29ddc2ffc97343859e56f200758143ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.407122  1618 sys_catalog.cc:458] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [sys.catalog]: This master's current role is: FOLLOWER
20:02:57.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.407330  1659 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 29ddc2ffc97343859e56f200758143ac. Latest consensus state: current_term: 1 leader_uuid: "29ddc2ffc97343859e56f200758143ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.407477  1659 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [sys.catalog]: This master's current role is: FOLLOWER
20:02:57.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.412249  1589 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "29ddc2ffc97343859e56f200758143ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.412384  1589 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [sys.catalog]: This master's current role is: LEADER
20:02:57.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.412500  1589 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "29ddc2ffc97343859e56f200758143ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.412567  1589 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac [sys.catalog]: This master's current role is: LEADER
20:02:57.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.412720  1618 sys_catalog.cc:455] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "29ddc2ffc97343859e56f200758143ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.412823  1618 sys_catalog.cc:458] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29 [sys.catalog]: This master's current role is: FOLLOWER
20:02:57.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.414165  1659 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "29ddc2ffc97343859e56f200758143ac" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58bcc613c0fe4e8d953a58020e83ffb9" member_type: VOTER last_known_addr { host: "127.1.54.62" port: 42531 } } peers { permanent_uuid: "e21bb36e277e4e4296c493aa3bc69c29" member_type: VOTER last_known_addr { host: "127.1.54.61" port: 43101 } } peers { permanent_uuid: "29ddc2ffc97343859e56f200758143ac" member_type: VOTER last_known_addr { host: "127.1.54.60" port: 33119 } } }
20:02:57.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.414295  1659 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9 [sys.catalog]: This master's current role is: FOLLOWER
20:02:57.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.414994  1697 mvcc.cc:204] Tried to move back new op lower bound from 7317416253031043072 to 7317416253000654848. Current Snapshot: MvccSnapshot[applied={T|T < 7317416253031043072}]
20:02:57.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.415395  1699 mvcc.cc:204] Tried to move back new op lower bound from 7317416253031043072 to 7317416253000654848. Current Snapshot: MvccSnapshot[applied={T|T < 7317416253031043072 or (T in {7317416253031043072})}]
20:02:57.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.416916  1700 mvcc.cc:204] Tried to move back new op lower bound from 7317416253031043072 to 7317416253000654848. Current Snapshot: MvccSnapshot[applied={T|T < 7317416253031043072}]
20:02:57.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.417131  1696 catalog_manager.cc:1383] Generated new cluster ID: 55344bb841184de0ab821c067837843f
20:02:57.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.417193  1696 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:02:57.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.440109  1696 catalog_manager.cc:1406] Generated new certificate authority record
20:02:57.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.441264  1696 catalog_manager.cc:1540] Loading token signing keys...
20:02:57.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.453904  1696 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 29ddc2ffc97343859e56f200758143ac: Generated new TSK 0
20:02:57.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.454555  1696 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:02:57.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.455087  1696 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
20:02:57.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:57.455468  1696 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
20:02:57.481 [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.
20:02:57.488 [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.
20:02:57.489 [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.
20:02:57.561 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:57.567 [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/hive13626968903632621898/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=a63678d3-4cd1-4676-8909-b3f07ebb4904, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:02:57.569 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13626968903632621898/external-warehouse/table
20:02:57.670 [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	
20:02:57.707 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:57.709 [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)	
20:02:57.713 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
20:02:57.715 [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/hive13626968903632621898/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)
20:02:57.717 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13626968903632621898/external-warehouse/legacy_table
20:02:57.734 [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	
20:02:57.744 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:57.745 [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	
20:02:57.756 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:57.800 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:57.800 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:57.819 [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	
20:02:57.838 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:57.853 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:57.853 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:57.865 [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.
20:02:57.866 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
20:02:57.868 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.1.54.62:42531(127.1.54.62:42531)] connecting to peer
20:02:57.869 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.1.54.61:43101(127.1.54.61:43101)] connecting to peer
20:02:57.870 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.1.54.60:33119(127.1.54.60:33119)] connecting to peer
20:02:57.871 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.1.54.62:42531(127.1.54.62:42531)] Successfully connected to peer
20:02:57.873 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.1.54.61:43101(127.1.54.61:43101)] Successfully connected to peer
20:02:57.877 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.1.54.60:33119(127.1.54.60:33119)] Successfully connected to peer
20:02:57.882 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.1.54.62
20:02:57.884 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.1.54.61
20:02:57.908 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.1.54.60
20:02:57.944 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:02:57.965 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:02:57.969 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:02:58.013 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xf3ad28d7, L:/127.0.0.1:59422 - R:/127.1.54.62:42531] using SASL/PLAIN
20:02:58.014 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xb4304ddd, L:/127.0.0.1:54042 - R:/127.1.54.61:43101] using SASL/PLAIN
20:02:58.015 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x13cb12e6, L:/127.0.0.1:50220 - R:/127.1.54.60:33119] using SASL/PLAIN
20:02:58.029 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
20:02:58.032 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:02:58.036 [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)

20:02:58.037 [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	
20:02:58.061 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.076 [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=	
20:02:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:58.076717  1610 client.h:372] Failed to connect to Hive Metastore (localhost:39617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:58.078 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.078 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.085 [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	
20:02:58.096 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.108 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.108 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.115 [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	
20:02:58.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:58.120764  1650 catalog_manager.cc:1295] Loaded cluster ID: 55344bb841184de0ab821c067837843f
20:02:58.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:58.120869  1650 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29: loading cluster ID for follower catalog manager: success
20:02:58.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:58.123330  1650 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29: acquiring CA information for follower catalog manager: success
20:02:58.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:58.124811  1650 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e21bb36e277e4e4296c493aa3bc69c29: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:02:58.126 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.137 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.137 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.138 [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=	
20:02:58.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:58.138572  1647 client.h:372] Failed to connect to Hive Metastore (localhost:39617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:58.144 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:02:58.145 [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)

20:02:58.146 [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	
20:02:58.156 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.168 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.168 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.172 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:02:58.173 [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)

20:02:58.175 [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	
20:02:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:58.182608  1688 catalog_manager.cc:1295] Loaded cluster ID: 55344bb841184de0ab821c067837843f
20:02:58.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:58.182710  1688 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9: loading cluster ID for follower catalog manager: success
20:02:58.184 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:58.184964  1688 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9: acquiring CA information for follower catalog manager: success
20:02:58.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:58.186408  1688 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 58bcc613c0fe4e8d953a58020e83ffb9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:02:58.192 [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=	
20:02:58.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:58.193332  1681 client.h:372] Failed to connect to Hive Metastore (localhost:39617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:58.198 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.198 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.204 [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	
20:02:58.215 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.227 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.227 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.240 [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	
20:02:58.249 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.260 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.260 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.263 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:02:58.264 [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)

20:02:58.265 [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	
20:02:58.274 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.284 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.284 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.291 [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	
20:02:58.301 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.312 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.312 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.318 [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	
20:02:58.327 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.337 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.337 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.344 [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	
20:02:58.354 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.363 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.363 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.425 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:02:58.428 [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)

20:02:58.429 [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	
20:02:58.455 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.469 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.470 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.484 [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	
20:02:58.495 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.506 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.507 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.516 [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	
20:02:58.525 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:58.535 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.536 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.543 [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	
20:02:58.552 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:58.553 [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	
20:02:58.669 [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.
20:02:58.797 [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.
20:02:58.836 [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.
20:02:58.955 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive13626968903632621898/warehouse/default/table
20:02:58.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:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:58.959 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:58.960 [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/hive13626968903632621898/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)
20:02:58.961 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive13626968903632621898/external-warehouse/table specified for non-external table:table
20:02:58.963 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:58.963 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:58.983 [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	
20:02:59.011 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:59.012 [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	
20:02:59.021 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:59.036 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:59.037 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:59.040 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:02:59.042 [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)

20:02:59.043 [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	
20:02:59.052 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:59.062 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:59.062 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:59.066 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
20:02:59.067 [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)

20:02:59.068 [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	
20:02:59.078 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:59.079 [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=	
20:02:59.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:59.080230  1610 client.h:372] Failed to connect to Hive Metastore (localhost:39617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:59.088 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:59.088 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:59.093 [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	
20:02:59.101 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
20:02:59.108 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
20:02:59.109 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
20:02:59.115 [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	
20:02:59.122 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:59.123 [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	
20:02:59.146 [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=	
20:02:59.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:59.147075  1647 client.h:372] Failed to connect to Hive Metastore (localhost:39617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:59.180 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:02:59.182 [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=a63678d3-4cd1-4676-8909-b3f07ebb4904, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:02:59.184 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:02:59.186 [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/hive13626968903632621898/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=a63678d3-4cd1-4676-8909-b3f07ebb4904, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.1.54.62:42531,127.1.54.61:43101,127.1.54.60:33119}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:02:59.187 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13626968903632621898/external-warehouse/table
20:02:59.195 [INFO - Metastore-Handler-Pool: Thread-177] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
20:02:59.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:02:59.195708  1681 client.h:372] Failed to connect to Hive Metastore (localhost:39617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:02:59.204 [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	
20:02:59.212 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:59.213 [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	
20:02:59.221 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:02:59.230 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
20:02:59.230 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:02:59.236 [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	
20:02:59.243 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
20:02:59.244 [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	
20:02:59.280 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:02:59.280 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:02:59.280 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1a724831, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@a5c0b4a will be shutdown
20:02:59.280 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:02:59.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:59.280441  1240 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 1254
20:02:59.309 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.1.54.62:42531(127.1.54.62:42531)] handling channelInactive
20:02:59.310 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.1.54.62:42531(127.1.54.62:42531)] cleaning up while in state READY due to: connection closed
20:02:59.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:59.310098  1240 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 1375
20:02:59.320 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.1.54.61:43101(127.1.54.61:43101)] handling channelInactive
20:02:59.321 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.1.54.61:43101(127.1.54.61:43101)] cleaning up while in state READY due to: connection closed
20:02:59.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:02:59.320339  1240 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 1480
20:02:59.337 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.1.54.60:33119(127.1.54.60:33119)] handling channelInactive
20:02:59.337 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.1.54.60:33119(127.1.54.60:33119)] cleaning up while in state READY due to: connection closed
20:02:59.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:02:59Z chronyd exiting
.20:02:59.386 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:02:59.387 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:02:59.387 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:02:59.412 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive2888502661301214430
20:02:59.413 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:02:59.413 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:02:59.416 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:02:59.416 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:02:59.416 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:02:59.417 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:02:59.419 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:02:59.419 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:02:59.420 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:02:59.421 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:02:59.422 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
20:02:59.487 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:59.488 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
20:02:59.489 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:02:59.490 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:02:59.492 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:02:59.493 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:02:59.506 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:02:59.506 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:02:59.506 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:02:59.525 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:59.526 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:59.526 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:59.526 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:59.527 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:59.527 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:02:59.722 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:02:59.722 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c162f0c, with PersistenceManager: null will be shutdown
20:02:59.723 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c162f0c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@724e2255 created in the thread with id: 178
20:02:59.724 [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
20:02:59.725 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c162f0c
20:02:59.868 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
20:02:59.888 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
20:02:59.915 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
20:02:59.917 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
20:02:59.952 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:02:59.952 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:02:59.953 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:02:59.953 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
20:02:59.954 [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)
20:02:59.954 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [34699]...
20:02:59.954 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:02:59.954 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:02:59.954 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
20:02:59.954 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
20:03:00.415 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:00.415 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:00.416 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:00.418 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:03:00.418 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34699]
20:03:00.418 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34699) in binary transport mode
20:03:00.419 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34699) current connections: 1
20:03:00.420 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXHmsNG/test-tmp
20:03:00.421 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
20:03:00.421 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXHmsNG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
20:03:00.424 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34699"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:03:00.530 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:00.530 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:03:00.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.531504  1777 mini_oidc.cc:150] Starting JWKS server
20:03:00.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.533126  1777 webserver.cc:533] Webserver started at http://127.0.0.1:35411/ using document root <none> and password file <none>
20:03:00.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.533329  1777 mini_oidc.cc:186] Starting OIDC Discovery server
20:03:00.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.533563  1777 webserver.cc:533] Webserver started at http://127.0.0.1:42387/ using document root <none> and password file <none>
20:03:00.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:00Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:03:00.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:00Z Disabled control of system clock
20:03:00.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.547585  1777 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:00.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:00.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/wal
20:03:00.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/data
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/logs
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/data/info.pb
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.188.126:43711
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.188.126
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.188.84:34287
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.188.126:43711,127.1.188.125:33785,127.1.188.124:43831
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
20:03:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34699 with env {}
20:03:00.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.650484  1799 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:00.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.650722  1799 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:00.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.650768  1799 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:00.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.654399  1799 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:00.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.654489  1799 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:00.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.654510  1799 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:00.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.654527  1799 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:00.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.654546  1799 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:00.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.654558  1799 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35411/jwks.json
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.659034  1799 master_runner.cc:387] Master server non-default flags:
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/logs
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.188.84:34287
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/data
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/wal
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34699
20:03:00.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.188.126:43711,127.1.188.125:33785,127.1.188.124:43831
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.188.126:43711
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/data/info.pb
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.188.126
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1799
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:03:00.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:03:00.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.660550  1799 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:00.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.662058  1799 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:00.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.672278  1807 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
20:03:00.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.672508  1810 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
20:03:00.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.672279  1805 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
20:03:00.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.673789  1799 server_base.cc:1061] running on GCE node
20:03:00.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.674475  1799 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:00.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.675719  1799 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:00.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.676916  1799 hybrid_clock.cc:648] HybridClock initialized: now 1786478580676904 us; error 35 us; skew 500 ppm
20:03:00.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.679641  1799 webserver.cc:533] Webserver started at http://127.1.188.126:44411/ using document root <none> and password file <none>
20:03:00.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.680348  1799 fs_manager.cc:362] Metadata directory not provided
20:03:00.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.680413  1799 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:00.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.680577  1799 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:00.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.682209  1799 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/data/instance:
20:03:00.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "699af2a9eaaf4fea862eca6006e2cb50"
20:03:00.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:00 on dist-test-slave-bndk"
20:03:00.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.682662  1799 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/wal/instance:
20:03:00.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "699af2a9eaaf4fea862eca6006e2cb50"
20:03:00.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:00 on dist-test-slave-bndk"
20:03:00.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.686115  1799 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
20:03:00.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.688401  1820 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.689483  1799 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
20:03:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.689586  1799 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/wal
20:03:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "699af2a9eaaf4fea862eca6006e2cb50"
20:03:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:00 on dist-test-slave-bndk"
20:03:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.689689  1799 fs_report.cc:389] FS layout report
20:03:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/wal
20:03:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/wal
20:03:00.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/data/data
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:00.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:00.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.700528  1799 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:00.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.701159  1799 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
20:03:00.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.701357  1799 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.708549  1799 rpc_server.cc:307] RPC server started. Bound to: 127.1.188.126:43711
20:03:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.708598  1901 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.188.126:43711 every 8 connection(s)
20:03:00.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.709583  1799 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/data/info.pb
20:03:00.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.712495  1903 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:00.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.713935  1777 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 1799
20:03:00.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.714069  1777 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-0/wal/instance
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.715386  1777 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/wal
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/data
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:00.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/logs
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/data/info.pb
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.188.125:33785
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.188.125
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.188.84:34287
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.188.126:43711,127.1.188.125:33785,127.1.188.124:43831
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34699 with env {}
20:03:00.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.715960  1903 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.188.126" port: 43711 } has no permanent_uuid. Determining permanent_uuid...
20:03:00.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.735504  1903 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.188.125" port: 33785 } has no permanent_uuid. Determining permanent_uuid...
20:03:00.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.736734  1826 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.188.125:33785: connect: Connection refused (error 111)
20:03:00.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.737834  1903 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.188.125:33785: Network error: Client connection negotiation failed: client connection to 127.1.188.125:33785: connect: Connection refused (error 111)
20:03:00.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.787081  1903 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.188.125" port: 33785 } attempt: 1
20:03:00.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.788728  1903 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.188.125:33785: Network error: Client connection negotiation failed: client connection to 127.1.188.125:33785: connect: Connection refused (error 111)
20:03:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.829977  1905 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.830221  1905 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:00.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.830267  1905 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:00.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.833783  1905 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:00.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.833858  1905 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:00.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.833877  1905 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:00.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.833894  1905 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:00.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.833911  1905 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:00.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.833925  1905 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35411/jwks.json
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.838011  1905 master_runner.cc:387] Master server non-default flags:
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/logs
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.188.84:34287
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/data
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/wal
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34699
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.188.126:43711,127.1.188.125:33785,127.1.188.124:43831
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.188.125:33785
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/data/info.pb
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.188.125
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1905
20:03:00.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:03:00.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.839104  1905 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:00.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.840205  1905 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.845690  1919 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
20:03:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.845711  1926 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
20:03:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.845819  1905 server_base.cc:1061] running on GCE node
20:03:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.845664  1920 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
20:03:00.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.846789  1905 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:00.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.847784  1905 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:00.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.848971  1905 hybrid_clock.cc:648] HybridClock initialized: now 1786478580848953 us; error 44 us; skew 500 ppm
20:03:00.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.851146  1905 webserver.cc:533] Webserver started at http://127.1.188.125:39573/ using document root <none> and password file <none>
20:03:00.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.851784  1905 fs_manager.cc:362] Metadata directory not provided
20:03:00.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.851853  1905 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:00.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.852026  1905 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.853703  1905 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/data/instance:
20:03:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4e2cdde498e411796922d20cd2f6343"
20:03:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:00 on dist-test-slave-bndk"
20:03:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.854179  1905 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/wal/instance:
20:03:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4e2cdde498e411796922d20cd2f6343"
20:03:00.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:00 on dist-test-slave-bndk"
20:03:00.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.856925  1903 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.188.125" port: 33785 } attempt: 2
20:03:00.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.857710  1905 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
20:03:00.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.858371  1903 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.188.125:33785: Network error: Client connection negotiation failed: client connection to 127.1.188.125:33785: connect: Connection refused (error 111)
20:03:00.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.860164  1934 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.861282  1905 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.861433  1905 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/wal
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a4e2cdde498e411796922d20cd2f6343"
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:00 on dist-test-slave-bndk"
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.861513  1905 fs_report.cc:389] FS layout report
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/wal
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/wal
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/data/data
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:00.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:00.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.888339  1905 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:00.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.888983  1905 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
20:03:00.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.889130  1905 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:00.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.897789  2025 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.188.125:33785 every 8 connection(s)
20:03:00.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.897794  1905 rpc_server.cc:307] RPC server started. Bound to: 127.1.188.125:33785
20:03:00.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.898957  1905 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/data/info.pb
20:03:00.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.901779  2029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:00.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.902134  1777 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 1905
20:03:00.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.902235  1777 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-1/wal/instance
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.902962  1777 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/wal
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/data
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/logs
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/data/info.pb
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.188.124:43831
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.188.124
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.188.84:34287
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.188.126:43711,127.1.188.125:33785,127.1.188.124:43831
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
20:03:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34699 with env {}
20:03:00.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.905349  2029 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.188.126" port: 43711 } has no permanent_uuid. Determining permanent_uuid...
20:03:00.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.916347  2029 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.188.125" port: 33785 } has no permanent_uuid. Determining permanent_uuid...
20:03:00.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.922802  2029 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } has no permanent_uuid. Determining permanent_uuid...
20:03:00.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.923612  1937 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.1.188.124:43831: connect: Connection refused (error 111)
20:03:00.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.924639  2029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.188.124:43831: Network error: Client connection negotiation failed: client connection to 127.1.188.124:43831: connect: Connection refused (error 111)
20:03:00.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.949555  1903 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.188.125" port: 33785 } attempt: 3
20:03:00.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.954365  1903 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } has no permanent_uuid. Determining permanent_uuid...
20:03:00.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.955827  1903 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.188.124:43831: Network error: Client connection negotiation failed: client connection to 127.1.188.124:43831: connect: Connection refused (error 111)
20:03:00.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.973876  2029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } attempt: 1
20:03:00.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.975390  2029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.188.124:43831: Network error: Client connection negotiation failed: client connection to 127.1.188.124:43831: connect: Connection refused (error 111)
20:03:00.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:00.987038  1903 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } attempt: 1
20:03:00.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:00.988830  1903 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.188.124:43831: Network error: Client connection negotiation failed: client connection to 127.1.188.124:43831: connect: Connection refused (error 111)
20:03:01.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.015166  2030 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:01.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.015432  2030 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:01.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.015497  2030 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:01.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.019085  2030 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:01.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.019155  2030 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:01.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.019182  2030 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:01.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.019208  2030 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:01.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.019232  2030 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:01.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.019251  2030 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35411/jwks.json
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.023687  2030 master_runner.cc:387] Master server non-default flags:
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/logs
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.1.188.84:34287
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/data
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/wal
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34699
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.1.188.126:43711,127.1.188.125:33785,127.1.188.124:43831
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.1.188.124:43831
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35411/jwks.json
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/data/info.pb
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.1.188.124
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:01.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2030
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:03:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.025281  2030 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:01.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.026548  2030 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:01.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.032092  2042 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
20:03:01.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.032158  2049 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
20:03:01.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.032285  2030 server_base.cc:1061] running on GCE node
20:03:01.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.032107  2044 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
20:03:01.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.032866  2030 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:01.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.033808  2030 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:01.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.034986  2030 hybrid_clock.cc:648] HybridClock initialized: now 1786478581034960 us; error 38 us; skew 500 ppm
20:03:01.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.036985  2030 webserver.cc:533] Webserver started at http://127.1.188.124:37561/ using document root <none> and password file <none>
20:03:01.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.037636  2030 fs_manager.cc:362] Metadata directory not provided
20:03:01.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.037705  2030 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:01.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.037954  2030 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:01.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.039626  2030 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/data/instance:
20:03:01.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18081bd687984515a494d2a18724163b"
20:03:01.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:01 on dist-test-slave-bndk"
20:03:01.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.040165  2030 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/wal/instance:
20:03:01.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18081bd687984515a494d2a18724163b"
20:03:01.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:01 on dist-test-slave-bndk"
20:03:01.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.043582  2029 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } attempt: 2
20:03:01.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.043668  2030 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.003s
20:03:01.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.045363  2029 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.188.124:43831: Network error: Client connection negotiation failed: client connection to 127.1.188.124:43831: connect: Connection refused (error 111)
20:03:01.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.046118  2055 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.047134  2030 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.047254  2030 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/wal
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18081bd687984515a494d2a18724163b"
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:01 on dist-test-slave-bndk"
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.047371  2030 fs_report.cc:389] FS layout report
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/wal
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/wal
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/data/data
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:01.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:01.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:01.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:01.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:01.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:01.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.064042  1903 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } attempt: 2
20:03:01.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.065549  1903 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.1.188.124:43831: Network error: Client connection negotiation failed: client connection to 127.1.188.124:43831: connect: Connection refused (error 111)
20:03:01.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.068799  2030 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:01.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.069554  2030 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
20:03:01.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.069762  2030 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:01.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.077131  2154 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.1.188.124:43831 every 8 connection(s)
20:03:01.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.077133  2030 rpc_server.cc:307] RPC server started. Bound to: 127.1.188.124:43831
20:03:01.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.078338  2030 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/data/info.pb
20:03:01.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.079206  1777 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 2030
20:03:01.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.079344  1777 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster9910395806367482715/master-2/wal/instance
20:03:01.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.081840  2156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:01.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.085952  2156 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.188.126" port: 43711 } has no permanent_uuid. Determining permanent_uuid...
20:03:01.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.092917  2156 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.188.125" port: 33785 } has no permanent_uuid. Determining permanent_uuid...
20:03:01.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.097342  2156 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } has no permanent_uuid. Determining permanent_uuid...
20:03:01.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.103569  2156 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b: Bootstrap starting.
20:03:01.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.104251  1777 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:03:01.105 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:01.105 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:03:01.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.106088  2156 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b: Neither blocks nor log segments found. Creating new log.
20:03:01.106 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.1.188.126"
      port: 43711
    }
    bound_http_address {
      host: "127.1.188.126"
      port: 44411
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.1.188.125"
      port: 33785
    }
    bound_http_address {
      host: "127.1.188.125"
      port: 39573
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.1.188.124"
      port: 43831
    }
    bound_http_address {
      host: "127.1.188.124"
      port: 37561
    }
  }
}

20:03:01.107 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

20:03:01.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.107052  2156 log.cc:826] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b: Log is configured to *not* fsync() on all Append() calls
20:03:01.107 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:01.108 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:03:01.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.108433  1777 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 1799
20:03:01.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.109118  2156 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b: No bootstrap required, opened a new log
20:03:01.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.112751  2156 raft_consensus.cc:359] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "699af2a9eaaf4fea862eca6006e2cb50" member_type: VOTER last_known_addr { host: "127.1.188.126" port: 43711 } } peers { permanent_uuid: "a4e2cdde498e411796922d20cd2f6343" member_type: VOTER last_known_addr { host: "127.1.188.125" port: 33785 } } peers { permanent_uuid: "18081bd687984515a494d2a18724163b" member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } }
20:03:01.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.113291  2156 raft_consensus.cc:385] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:01.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.113535  2156 raft_consensus.cc:740] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 18081bd687984515a494d2a18724163b, State: Initialized, Role: FOLLOWER
20:03:01.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.114348  2156 consensus_queue.cc:260] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b [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: "699af2a9eaaf4fea862eca6006e2cb50" member_type: VOTER last_known_addr { host: "127.1.188.126" port: 43711 } } peers { permanent_uuid: "a4e2cdde498e411796922d20cd2f6343" member_type: VOTER last_known_addr { host: "127.1.188.125" port: 33785 } } peers { permanent_uuid: "18081bd687984515a494d2a18724163b" member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } }
20:03:01.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.118535  2161 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b [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: "699af2a9eaaf4fea862eca6006e2cb50" member_type: VOTER last_known_addr { host: "127.1.188.126" port: 43711 } } peers { permanent_uuid: "a4e2cdde498e411796922d20cd2f6343" member_type: VOTER last_known_addr { host: "127.1.188.125" port: 33785 } } peers { permanent_uuid: "18081bd687984515a494d2a18724163b" member_type: VOTER last_known_addr { host: "127.1.188.124" port: 43831 } } }
20:03:01.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.118917  2161 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b [sys.catalog]: This master's current role is: FOLLOWER
20:03:01.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.119661  2156 sys_catalog.cc:565] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b [sys.catalog]: configured and running, proceeding with master startup.
20:03:01.126 [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=	
20:03:01.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.126559  2181 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 18081bd687984515a494d2a18724163b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:03:01.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.126654  2181 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:03:01.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.127169  2177 client.h:372] Failed to connect to Hive Metastore (localhost:34699): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
20:03:01.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:01.129734  2056 connection.cc:573] client connection to 127.1.188.126:43711 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
20:03:01.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.130182  2030 master_runner.cc:187] Error getting master registration for 127.1.188.126:43711: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
20:03:01.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.131691  2030 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:01.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.132220  1777 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 1905
20:03:01.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:01.141948  1777 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 2030
20:03:01.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:01Z chronyd exiting
.20:03:01.194 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:01.195 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:01.195 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:01.213 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9812661901911679612
20:03:01.214 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
20:03:01.214 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
20:03:01.217 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:01.217 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:01.218 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
20:03:01.218 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
20:03:01.220 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
20:03:01.220 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
20:03:01.221 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
20:03:01.222 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
20:03:01.223 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
20:03:01.290 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:01.291 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
20:03:01.291 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
20:03:01.292 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
20:03:01.294 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
20:03:01.295 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
20:03:01.304 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
20:03:01.304 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
20:03:01.305 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
20:03:01.319 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:01.320 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:01.320 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:01.320 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:01.320 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:01.320 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
20:03:01.507 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
20:03:01.508 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@654d7fed, with PersistenceManager: null will be shutdown
20:03:01.508 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@654d7fed, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2f385937 created in the thread with id: 202
20:03:01.510 [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
20:03:01.511 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@654d7fed
20:03:01.614 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
20:03:01.632 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
20:03:01.656 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
20:03:01.658 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
20:03:01.687 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
20:03:01.688 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
20:03:01.689 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
20:03:01.689 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
20:03:01.690 [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)
20:03:01.690 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [41513]...
20:03:01.690 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
20:03:01.690 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
20:03:01.690 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
20:03:01.690 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
20:03:02.215 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
20:03:02.215 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
20:03:02.216 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
20:03:02.217 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
20:03:02.217 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41513]
20:03:02.217 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41513) in binary transport mode
20:03:02.218 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41513) current connections: 1
20:03:02.219 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXHmsNG/test-tmp
20:03:02.219 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
20:03:02.220 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXHmsNG/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
20:03:02.222 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

20:03:02.329 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:02.329 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

20:03:02.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.330806  2213 mini_oidc.cc:150] Starting JWKS server
20:03:02.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.332527  2213 webserver.cc:533] Webserver started at http://127.0.0.1:40155/ using document root <none> and password file <none>
20:03:02.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.332688  2213 mini_oidc.cc:186] Starting OIDC Discovery server
20:03:02.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.332926  2213 webserver.cc:533] Webserver started at http://127.0.0.1:45605/ using document root <none> and password file <none>
20:03:02.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:02Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
20:03:02.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:02Z Disabled control of system clock
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.347328  2213 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/wal
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/data
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/logs
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/data/info.pb
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:02.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.41.126:38819
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.41.126
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.41.84:37355
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.41.126:38819,127.2.41.125:40657,127.2.41.124:35649
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:02.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40155/jwks.json with env {}
20:03:02.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.452885  2232 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:02.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.453109  2232 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:02.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.453152  2232 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.456445  2232 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.456509  2232 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.456528  2232 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.456544  2232 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.456560  2232 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:02.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.456573  2232 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40155/jwks.json
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.460498  2232 master_runner.cc:387] Master server non-default flags:
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/logs
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.41.84:37355
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/data
20:03:02.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/wal
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.41.126:38819,127.2.41.125:40657,127.2.41.124:35649
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.41.126:38819
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40155/jwks.json
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/data/info.pb
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.41.126
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2232
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:03:02.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.461596  2232 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:02.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.462729  2232 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:02.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.468134  2247 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
20:03:02.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.468137  2250 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
20:03:02.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.468182  2248 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
20:03:02.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.468600  2232 server_base.cc:1061] running on GCE node
20:03:02.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.469041  2232 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:02.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.469950  2232 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:02.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.471108  2232 hybrid_clock.cc:648] HybridClock initialized: now 1786478582471142 us; error 73 us; skew 500 ppm
20:03:02.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.472944  2232 webserver.cc:533] Webserver started at http://127.2.41.126:42781/ using document root <none> and password file <none>
20:03:02.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.473506  2232 fs_manager.cc:362] Metadata directory not provided
20:03:02.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.473560  2232 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:02.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.473737  2232 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:02.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.475258  2232 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/data/instance:
20:03:02.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f917de7ff3e49a5b57c1f474390147b"
20:03:02.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:02 on dist-test-slave-bndk"
20:03:02.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.475688  2232 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/wal/instance:
20:03:02.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f917de7ff3e49a5b57c1f474390147b"
20:03:02.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:02 on dist-test-slave-bndk"
20:03:02.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.478816  2232 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.002s
20:03:02.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.480826  2263 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:02.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.481762  2232 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
20:03:02.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.481865  2232 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/wal
20:03:02.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f917de7ff3e49a5b57c1f474390147b"
20:03:02.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:02 on dist-test-slave-bndk"
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.481933  2232 fs_report.cc:389] FS layout report
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/wal
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/wal
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/data/data
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:02.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:02.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.506753  2232 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:02.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.507400  2232 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
20:03:02.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.507548  2232 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:02.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.514513  2232 rpc_server.cc:307] RPC server started. Bound to: 127.2.41.126:38819
20:03:02.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.514519  2361 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.41.126:38819 every 8 connection(s)
20:03:02.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.515496  2232 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/data/info.pb
20:03:02.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.518323  2362 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:02.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.521184  2362 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } has no permanent_uuid. Determining permanent_uuid...
20:03:02.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.523731  2213 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 2232
20:03:02.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.523877  2213 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-0/wal/instance
20:03:02.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.525592  2213 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:02.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:02.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/wal
20:03:02.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/data
20:03:02.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/logs
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/data/info.pb
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.41.125:40657
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.41.125
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.41.84:37355
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.41.126:38819,127.2.41.125:40657,127.2.41.124:35649
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40155/jwks.json with env {}
20:03:02.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.532403  2362 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } has no permanent_uuid. Determining permanent_uuid...
20:03:02.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.533317  2267 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.41.125:40657: connect: Connection refused (error 111)
20:03:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.534224  2362 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.41.125:40657: Network error: Client connection negotiation failed: client connection to 127.2.41.125:40657: connect: Connection refused (error 111)
20:03:02.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.583436  2362 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } attempt: 1
20:03:02.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.585206  2362 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.41.125:40657: Network error: Client connection negotiation failed: client connection to 127.2.41.125:40657: connect: Connection refused (error 111)
20:03:02.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.635933  2366 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:02.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.636174  2366 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:02.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.636220  2366 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.639663  2366 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.639732  2366 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:02.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.639752  2366 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:02.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.639770  2366 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:02.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.639787  2366 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:02.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.639801  2366 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40155/jwks.json
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.643872  2366 master_runner.cc:387] Master server non-default flags:
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/logs
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.41.84:37355
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/data
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/wal
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.41.126:38819,127.2.41.125:40657,127.2.41.124:35649
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.41.125:40657
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40155/jwks.json
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/data/info.pb
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.41.125
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2366
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:03:02.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:03:02.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.644955  2366 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:02.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.646124  2366 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:02.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.651644  2375 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
20:03:02.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.651777  2373 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
20:03:02.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.651695  2366 server_base.cc:1061] running on GCE node
20:03:02.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.651645  2372 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
20:03:02.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.652395  2366 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:02.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.653403  2366 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:02.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.653398  2362 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } attempt: 2
20:03:02.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.654585  2366 hybrid_clock.cc:648] HybridClock initialized: now 1786478582654567 us; error 37 us; skew 500 ppm
20:03:02.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.654685  2362 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.41.125:40657: Network error: Client connection negotiation failed: client connection to 127.2.41.125:40657: connect: Connection refused (error 111)
20:03:02.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.656441  2366 webserver.cc:533] Webserver started at http://127.2.41.125:33537/ using document root <none> and password file <none>
20:03:02.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.656977  2366 fs_manager.cc:362] Metadata directory not provided
20:03:02.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.657030  2366 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:02.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.657188  2366 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:02.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.658834  2366 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/data/instance:
20:03:02.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "585d7d2acbd0472784f08e8554067009"
20:03:02.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:02 on dist-test-slave-bndk"
20:03:02.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.659278  2366 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/wal/instance:
20:03:02.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "585d7d2acbd0472784f08e8554067009"
20:03:02.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:02 on dist-test-slave-bndk"
20:03:02.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.662750  2366 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
20:03:02.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.664995  2383 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.666064  2366 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.666181  2366 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/wal
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "585d7d2acbd0472784f08e8554067009"
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:02 on dist-test-slave-bndk"
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.666258  2366 fs_report.cc:389] FS layout report
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/wal
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/wal
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/data/data
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:02.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.680235  2366 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.680840  2366 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
20:03:02.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.680994  2366 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:02.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.687922  2366 rpc_server.cc:307] RPC server started. Bound to: 127.2.41.125:40657
20:03:02.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.687925  2467 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.41.125:40657 every 8 connection(s)
20:03:02.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.688957  2366 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/data/info.pb
20:03:02.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.691813  2468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:02.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.691890  2213 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 2366
20:03:02.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.691978  2213 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-1/wal/instance
20:03:02.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.692718  2213 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:02.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu
20:03:02.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/wal
20:03:02.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/data
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/logs
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/data/info.pb
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.41.124:35649
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.41.124
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.41.84:37355
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.41.126:38819,127.2.41.125:40657,127.2.41.124:35649
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:02.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40155/jwks.json with env {}
20:03:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.695247  2468 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } has no permanent_uuid. Determining permanent_uuid...
20:03:02.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.704778  2468 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } has no permanent_uuid. Determining permanent_uuid...
20:03:02.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.711505  2468 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } has no permanent_uuid. Determining permanent_uuid...
20:03:02.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.712282  2389 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.2.41.124:35649: connect: Connection refused (error 111)
20:03:02.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.713142  2468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.41.124:35649: Network error: Client connection negotiation failed: client connection to 127.2.41.124:35649: connect: Connection refused (error 111)
20:03:02.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.745872  2362 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } attempt: 3
20:03:02.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.750233  2362 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } has no permanent_uuid. Determining permanent_uuid...
20:03:02.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.751569  2362 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.41.124:35649: Network error: Client connection negotiation failed: client connection to 127.2.41.124:35649: connect: Connection refused (error 111)
20:03:02.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.762385  2468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } attempt: 1
20:03:02.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.763846  2468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.41.124:35649: Network error: Client connection negotiation failed: client connection to 127.2.41.124:35649: connect: Connection refused (error 111)
20:03:02.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.782766  2362 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } attempt: 1
20:03:02.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.784418  2362 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.41.124:35649: Network error: Client connection negotiation failed: client connection to 127.2.41.124:35649: connect: Connection refused (error 111)
20:03:02.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.803263  2471 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
20:03:02.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.803516  2471 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
20:03:02.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.803580  2471 flags.cc:432] Enabled unsafe flag: --never_fsync=true
20:03:02.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.807094  2471 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
20:03:02.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.807173  2471 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
20:03:02.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.807201  2471 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
20:03:02.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.807224  2471 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
20:03:02.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.807250  2471 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
20:03:02.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.807267  2471 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40155/jwks.json
20:03:02.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.811530  2471 master_runner.cc:387] Master server non-default flags:
20:03:02.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/logs
20:03:02.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
20:03:02.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.2.41.84:37355
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/data
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/wal
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.2.41.126:38819,127.2.41.125:40657,127.2.41.124:35649
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.2.41.124:35649
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40155/jwks.json
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/data/info.pb
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.2.41.124
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.2471
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 12dab910780628d7c8d59e0ab03bf2fa661d310d
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 19:45:47 UTC on bdcb31816ec0
20:03:02.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13292
20:03:02.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.812955  2471 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
20:03:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.814138  2471 file_cache.cc:504] Constructed file cache file cache with capacity 419430
20:03:02.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.819543  2489 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
20:03:02.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.819612  2485 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
20:03:02.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.819679  2484 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
20:03:02.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.819762  2471 server_base.cc:1061] running on GCE node
20:03:02.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.820411  2471 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
20:03:02.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.821499  2471 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
20:03:02.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.822681  2471 hybrid_clock.cc:648] HybridClock initialized: now 1786478582822663 us; error 42 us; skew 500 ppm
20:03:02.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.824667  2471 webserver.cc:533] Webserver started at http://127.2.41.124:33713/ using document root <none> and password file <none>
20:03:02.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.825256  2471 fs_manager.cc:362] Metadata directory not provided
20:03:02.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.825321  2471 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
20:03:02.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.825495  2471 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
20:03:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.827026  2471 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/data/instance:
20:03:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fdbc30bc54404f768d2538b7816345a1"
20:03:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:02 on dist-test-slave-bndk"
20:03:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.827445  2471 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/wal/instance:
20:03:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fdbc30bc54404f768d2538b7816345a1"
20:03:02.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:02 on dist-test-slave-bndk"
20:03:02.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.830750  2471 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
20:03:02.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.832031  2468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } attempt: 2
20:03:02.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.833060  2498 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
20:03:02.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.833581  2468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.41.124:35649: Network error: Client connection negotiation failed: client connection to 127.2.41.124:35649: connect: Connection refused (error 111)
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.834239  2471 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.834347  2471 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/data,/tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/wal
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fdbc30bc54404f768d2538b7816345a1"
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 20:03:02 on dist-test-slave-bndk"
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.834429  2471 fs_report.cc:389] FS layout report
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/wal
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/wal
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/data/data
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
20:03:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
20:03:02.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.853164  2471 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
20:03:02.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.853879  2471 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
20:03:02.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.854025  2471 kserver.cc:163] Server-wide thread pool size limit: 3276
20:03:02.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.859618  2362 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } attempt: 2
20:03:02.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.861300  2362 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.2.41.124:35649: Network error: Client connection negotiation failed: client connection to 127.2.41.124:35649: connect: Connection refused (error 111)
20:03:02.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.861514  2583 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.2.41.124:35649 every 8 connection(s)
20:03:02.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.861526  2471 rpc_server.cc:307] RPC server started. Bound to: 127.2.41.124:35649
20:03:02.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.862710  2471 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/data/info.pb
20:03:02.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.865762  2584 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
20:03:02.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.868949  2213 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu as pid 2471
20:03:02.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.869050  2213 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXHmsNG/test-tmp/mini-kudu-cluster2587937348761340344/master-2/wal/instance
20:03:02.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.868714  2584 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } has no permanent_uuid. Determining permanent_uuid...
20:03:02.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.878612  2584 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } has no permanent_uuid. Determining permanent_uuid...
20:03:02.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.882910  2584 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } has no permanent_uuid. Determining permanent_uuid...
20:03:02.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.889034  2584 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1: Bootstrap starting.
20:03:02.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.891752  2584 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1: Neither blocks nor log segments found. Creating new log.
20:03:02.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.892429  2213 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
20:03:02.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.892570  2584 log.cc:826] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1: Log is configured to *not* fsync() on all Append() calls
20:03:02.893 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:02.893 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

20:03:02.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.894443  2584 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1: No bootstrap required, opened a new log
20:03:02.894 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.2.41.126"
      port: 38819
    }
    bound_http_address {
      host: "127.2.41.126"
      port: 42781
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.2.41.125"
      port: 40657
    }
    bound_http_address {
      host: "127.2.41.125"
      port: 33537
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.2.41.124"
      port: 35649
    }
    bound_http_address {
      host: "127.2.41.124"
      port: 33713
    }
  }
}

20:03:02.897 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

20:03:02.897 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
20:03:02.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.898032  2584 raft_consensus.cc:359] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } }
20:03:02.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.898221  2584 raft_consensus.cc:385] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:02.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.898267  2584 raft_consensus.cc:740] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fdbc30bc54404f768d2538b7816345a1, State: Initialized, Role: FOLLOWER
20:03:02.898 [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=ff9838ee-b743-4d91-a35d-9091ed067d26, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.41.126:38819,127.2.41.125:40657,127.2.41.124:35649}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
20:03:02.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.898669  2584 consensus_queue.cc:260] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [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: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } }
20:03:02.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.899173  2595 sys_catalog.cc:455] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [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: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:02.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.899310  2595 sys_catalog.cc:458] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [sys.catalog]: This master's current role is: FOLLOWER
20:03:02.899 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
20:03:02.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.899827  2584 sys_catalog.cc:565] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [sys.catalog]: configured and running, proceeding with master startup.
20:03:02.900 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
20:03:02.900 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5205d2d0, with PersistenceManager: null will be shutdown
20:03:02.900 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5205d2d0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@36371bb1 created in the thread with id: 223
20:03:02.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.904956  2611 catalog_manager.cc:1594] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:03:02.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.905278  2611 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:03:02.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.905828  2471 master_runner.cc:187] Error getting master registration for 127.2.41.126:38819: OK, instance_id { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" instance_seqno: 1786478582512452 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:02.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.908454  2471 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:02.909 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5205d2d0
20:03:02.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.924777  2468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } attempt: 3
20:03:02.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.933691  2468 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009: Bootstrap starting.
20:03:02.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.936569  2468 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009: Neither blocks nor log segments found. Creating new log.
20:03:02.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.938886  2468 log.cc:826] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009: Log is configured to *not* fsync() on all Append() calls
20:03:02.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.946769  2468 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009: No bootstrap required, opened a new log
20:03:02.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.951297  2468 raft_consensus.cc:359] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } }
20:03:02.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.951778  2468 raft_consensus.cc:385] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:02.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.951973  2468 raft_consensus.cc:740] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 585d7d2acbd0472784f08e8554067009, State: Initialized, Role: FOLLOWER
20:03:02.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.952692  2468 consensus_queue.cc:260] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [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: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } }
20:03:02.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.954315  2468 sys_catalog.cc:565] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [sys.catalog]: configured and running, proceeding with master startup.
20:03:02.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.960151  2616 sys_catalog.cc:455] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [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: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:02.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.960475  2362 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } attempt: 3
20:03:02.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.958541  2366 master_runner.cc:187] Error getting master registration for 127.2.41.126:38819: OK, instance_id { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" instance_seqno: 1786478582512452 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
20:03:02.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.963976  2366 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:02.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.964291  2616 sys_catalog.cc:458] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [sys.catalog]: This master's current role is: FOLLOWER
20:03:02.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.969098  2362 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b: Bootstrap starting.
20:03:02.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.972401  2362 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b: Neither blocks nor log segments found. Creating new log.
20:03:02.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.973531  2362 log.cc:826] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b: Log is configured to *not* fsync() on all Append() calls
20:03:02.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.963703  2629 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:03:02.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:02.981527  2629 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:03:02.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.982359  2362 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b: No bootstrap required, opened a new log
20:03:02.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.997728  2362 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } }
20:03:02.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.998289  2362 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
20:03:02.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.998514  2362 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f917de7ff3e49a5b57c1f474390147b, State: Initialized, Role: FOLLOWER
20:03:02.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:02.999217  2362 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [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: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } }
20:03:03.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.000855  2362 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [sys.catalog]: configured and running, proceeding with master startup.
20:03:03.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.008904  2271 tablet.cc:2406] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:03.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.010598  2232 master_runner.cc:264] No leader master found from master 1f917de7ff3e49a5b57c1f474390147b
20:03:03.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.010677  2232 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
20:03:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.013463  2634 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [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: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:03.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.013805  2634 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [sys.catalog]: This master's current role is: FOLLOWER
20:03:03.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.025743  2649 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
20:03:03.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.027730  2649 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
20:03:03.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.105275  2506 tablet.cc:2406] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:03.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 20:03:03.182341  2392 tablet.cc:2406] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009: Can't schedule compaction. Clean time has not been advanced past its initial value.
20:03:03.240 [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.
20:03:03.247 [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.
20:03:03.247 [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.
20:03:03.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.274539  2595 raft_consensus.cc:493] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
20:03:03.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.274773  2595 raft_consensus.cc:515] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } }
20:03:03.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.276006  2595 leader_election.cc:290] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1f917de7ff3e49a5b57c1f474390147b (127.2.41.126:38819), 585d7d2acbd0472784f08e8554067009 (127.2.41.125:40657)
20:03:03.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.277514  2306 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fdbc30bc54404f768d2538b7816345a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f917de7ff3e49a5b57c1f474390147b" is_pre_election: true
20:03:03.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.277843  2306 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fdbc30bc54404f768d2538b7816345a1 in term 0.
20:03:03.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.278553  2427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fdbc30bc54404f768d2538b7816345a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "585d7d2acbd0472784f08e8554067009" is_pre_election: true
20:03:03.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.278805  2427 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fdbc30bc54404f768d2538b7816345a1 in term 0.
20:03:03.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.279706  2502 leader_election.cc:304] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [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: 585d7d2acbd0472784f08e8554067009, fdbc30bc54404f768d2538b7816345a1; no voters: 
20:03:03.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.280941  2595 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 0 FOLLOWER]: Leader pre-election won for term 1
20:03:03.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.281034  2595 raft_consensus.cc:493] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
20:03:03.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.281080  2595 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 0 FOLLOWER]: Advancing to term 1
20:03:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.306607  2595 raft_consensus.cc:515] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } }
20:03:03.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.307256  2595 leader_election.cc:290] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [CANDIDATE]: Term 1 election: Requested vote from peers 1f917de7ff3e49a5b57c1f474390147b (127.2.41.126:38819), 585d7d2acbd0472784f08e8554067009 (127.2.41.125:40657)
20:03:03.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.308709  2306 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fdbc30bc54404f768d2538b7816345a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f917de7ff3e49a5b57c1f474390147b"
20:03:03.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.308874  2306 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [term 0 FOLLOWER]: Advancing to term 1
20:03:03.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.313766  2427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fdbc30bc54404f768d2538b7816345a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "585d7d2acbd0472784f08e8554067009"
20:03:03.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.313994  2427 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [term 0 FOLLOWER]: Advancing to term 1
20:03:03.363 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
20:03:03.367 [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/hive9812661901911679612/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=ff9838ee-b743-4d91-a35d-9091ed067d26, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.2.41.126:38819,127.2.41.125:40657,127.2.41.124:35649}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
20:03:03.369 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9812661901911679612/external-warehouse/table
20:03:03.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.397614  2306 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fdbc30bc54404f768d2538b7816345a1 in term 1.
20:03:03.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.398123  2427 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fdbc30bc54404f768d2538b7816345a1 in term 1.
20:03:03.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.398983  2502 leader_election.cc:304] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [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: 585d7d2acbd0472784f08e8554067009, fdbc30bc54404f768d2538b7816345a1; no voters: 
20:03:03.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.399224  2595 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 1 FOLLOWER]: Leader election won for term 1
20:03:03.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.399435  2595 raft_consensus.cc:697] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [term 1 LEADER]: Becoming Leader. State: Replica: fdbc30bc54404f768d2538b7816345a1, State: Running, Role: LEADER
20:03:03.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.399801  2595 consensus_queue.cc:237] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [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: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } }
20:03:03.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.401723  2595 sys_catalog.cc:455] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fdbc30bc54404f768d2538b7816345a1. Latest consensus state: current_term: 1 leader_uuid: "fdbc30bc54404f768d2538b7816345a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:03.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.401835  2595 sys_catalog.cc:458] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [sys.catalog]: This master's current role is: LEADER
20:03:03.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.404414  2666 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
20:03:03.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.405864  2666 catalog_manager.cc:1520] Initializing Kudu cluster ID...
20:03:03.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.412101  2427 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [term 1 FOLLOWER]: Refusing update from remote peer fdbc30bc54404f768d2538b7816345a1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:03.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.413304  2658 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:03:03.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.418286  2616 sys_catalog.cc:455] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fdbc30bc54404f768d2538b7816345a1. Latest consensus state: current_term: 1 leader_uuid: "fdbc30bc54404f768d2538b7816345a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:03.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.418437  2616 sys_catalog.cc:458] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [sys.catalog]: This master's current role is: FOLLOWER
20:03:03.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.422683  2616 sys_catalog.cc:455] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fdbc30bc54404f768d2538b7816345a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:03.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.422820  2616 sys_catalog.cc:458] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009 [sys.catalog]: This master's current role is: FOLLOWER
20:03:03.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.424944  2668 mvcc.cc:204] Tried to move back new op lower bound from 7317416277646602240 to 7317416277609218048. Current Snapshot: MvccSnapshot[applied={T|T < 7317416277646602240}]
20:03:03.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.426306  2306 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [term 1 FOLLOWER]: Refusing update from remote peer fdbc30bc54404f768d2538b7816345a1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
20:03:03.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.426843  2669 mvcc.cc:204] Tried to move back new op lower bound from 7317416277646602240 to 7317416277609218048. Current Snapshot: MvccSnapshot[applied={T|T < 7317416277646602240}]
20:03:03.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.427201  2658 sys_catalog.cc:455] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fdbc30bc54404f768d2538b7816345a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:03.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.427321  2658 sys_catalog.cc:458] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [sys.catalog]: This master's current role is: LEADER
20:03:03.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.428023  2595 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
20:03:03.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.433871  2634 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [sys.catalog]: SysCatalogTable state changed. Reason: New leader fdbc30bc54404f768d2538b7816345a1. Latest consensus state: current_term: 1 leader_uuid: "fdbc30bc54404f768d2538b7816345a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:03.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.434022  2634 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [sys.catalog]: This master's current role is: FOLLOWER
20:03:03.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.434118  2634 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fdbc30bc54404f768d2538b7816345a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:03.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.434165  2634 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b [sys.catalog]: This master's current role is: FOLLOWER
20:03:03.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.434834  2666 catalog_manager.cc:1383] Generated new cluster ID: 0e324e633ee24f6e9017eea3a3befc85
20:03:03.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.434907  2666 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
20:03:03.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.443336  2676 mvcc.cc:204] Tried to move back new op lower bound from 7317416277646602240 to 7317416277609218048. Current Snapshot: MvccSnapshot[applied={T|T < 7317416277646602240}]
20:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.450383  2658 sys_catalog.cc:455] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fdbc30bc54404f768d2538b7816345a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f917de7ff3e49a5b57c1f474390147b" member_type: VOTER last_known_addr { host: "127.2.41.126" port: 38819 } } peers { permanent_uuid: "585d7d2acbd0472784f08e8554067009" member_type: VOTER last_known_addr { host: "127.2.41.125" port: 40657 } } peers { permanent_uuid: "fdbc30bc54404f768d2538b7816345a1" member_type: VOTER last_known_addr { host: "127.2.41.124" port: 35649 } } }
20:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.450567  2658 sys_catalog.cc:458] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1 [sys.catalog]: This master's current role is: LEADER
20:03:03.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.455088  2666 catalog_manager.cc:1406] Generated new certificate authority record
20:03:03.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.456317  2666 catalog_manager.cc:1540] Loading token signing keys...
20:03:03.458 [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.
20:03:03.459 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
20:03:03.461 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.2.41.126:38819(127.2.41.126:38819)] connecting to peer
20:03:03.463 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.2.41.125:40657(127.2.41.125:40657)] connecting to peer
20:03:03.466 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.2.41.126:38819(127.2.41.126:38819)] Successfully connected to peer
20:03:03.469 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.2.41.124:35649(127.2.41.124:35649)] connecting to peer
20:03:03.472 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.2.41.124:35649(127.2.41.124:35649)] Successfully connected to peer
20:03:03.473 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.2.41.125:40657(127.2.41.125:40657)] Successfully connected to peer
20:03:03.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.475894  2666 catalog_manager.cc:6092] T 00000000000000000000000000000000 P fdbc30bc54404f768d2538b7816345a1: Generated new TSK 0
20:03:03.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.476963  2666 catalog_manager.cc:1550] Initializing in-progress tserver states...
20:03:03.481 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.2.41.126
20:03:03.481 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.2.41.124
20:03:03.482 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.2.41.125
20:03:03.499 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:03.506 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x99378886, L:/127.0.0.1:56456 - R:/127.2.41.125:40657] using SASL/PLAIN
20:03:03.520 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:03.543 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xa0318910, L:/127.0.0.1:48788 - R:/127.2.41.126:38819] using SASL/PLAIN
20:03:03.548 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
20:03:03.552 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x2f460b19, L:/127.0.0.1:49162 - R:/127.2.41.124:35649] using SASL/PLAIN
20:03:03.557 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
20:03:03.592 [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	
20:03:03.619 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:03.620 [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	
20:03:03.628 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
20:03:03.662 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
20:03:03.663 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
20:03:03.740 [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	
20:03:03.760 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
20:03:03.761 [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	
20:03:03.839 [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.
20:03:03.951 [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.
20:03:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.983276  2629 catalog_manager.cc:1295] Loaded cluster ID: 0e324e633ee24f6e9017eea3a3befc85
20:03:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.983388  2629 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009: loading cluster ID for follower catalog manager: success
20:03:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.985942  2629 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009: acquiring CA information for follower catalog manager: success
20:03:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:03.988041  2629 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 585d7d2acbd0472784f08e8554067009: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:03:03.992 [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.
20:03:04.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.029564  2649 catalog_manager.cc:1295] Loaded cluster ID: 0e324e633ee24f6e9017eea3a3befc85
20:03:04.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.029673  2649 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b: loading cluster ID for follower catalog manager: success
20:03:04.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.032671  2649 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b: acquiring CA information for follower catalog manager: success
20:03:04.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.034493  2649 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1f917de7ff3e49a5b57c1f474390147b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
20:03:04.105 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
20:03:04.106 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
20:03:04.106 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
20:03:04.106 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5205d2d0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@36371bb1 will be shutdown
20:03:04.107 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
20:03:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.106952  2213 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 2232
20:03:04.119 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.2.41.126:38819(127.2.41.126:38819)] handling channelInactive
20:03:04.120 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.2.41.126:38819(127.2.41.126:38819)] cleaning up while in state READY due to: connection closed
20:03:04.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.120177  2213 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 2366
20:03:04.134 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.2.41.125:40657(127.2.41.125:40657)] handling channelInactive
20:03:04.135 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.2.41.125:40657(127.2.41.125:40657)] cleaning up while in state READY due to: connection closed
20:03:04.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 20:03:04.134721  2213 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXHmsNG/build/debug/bin/kudu with pid 2471
20:03:04.158 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.2.41.124:35649(127.2.41.124:35649)] handling channelInactive
20:03:04.158 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.2.41.124:35649(127.2.41.124:35649)] cleaning up while in state READY due to: connection closed
20:03:04.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T20:03:04Z chronyd exiting

Time: 25.343

OK (6 tests)

