JUnit version 4.13.2
.00:28:05.916 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:05.922 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:05.923 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:06.029 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive4345295032244705629
00:28:06.176 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:06.188 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:06.451 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:06.478 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:06.479 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
00:28:06.509 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
00:28:06.522 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:06.543 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
00:28:07.394 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:07.399 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
00:28:07.419 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:07.421 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:07.438 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:07.439 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:07.644 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:07.644 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:07.647 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:08.205 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:08.206 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c73d1b1, with PersistenceManager: null will be shutdown
00:28:08.244 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c73d1b1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@70aab512 created in the thread with id: 13
00:28:08.322 [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
00:28:08.566 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:08.567 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:08.568 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:08.569 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:08.570 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:08.571 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:09.293 [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
00:28:09.294 [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.64
00:28:09.294 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c73d1b1
00:28:09.650 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
00:28:09.716 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:09.775 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
00:28:09.780 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
00:28:09.870 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:09.876 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:10.180 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:10.188 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:10.200 [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)
00:28:10.201 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [45391]...
00:28:10.202 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:10.202 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:10.202 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
00:28:10.202 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
00:28:11.056 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:11.057 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:11.057 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:11.074 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:11.075 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45391]
00:28:11.075 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45391) in binary transport mode
00:28:11.094 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45391) current connections: 1
00:28:11.192 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
00:28:11.336 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskgYQYmc/test-tmp
00:28:11.340 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
00:28:11.344 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskgYQYmc/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:11.385 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:45391"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:11.631 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:11.640 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:11.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.642280 31724 mini_oidc.cc:150] Starting JWKS server
00:28:11.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.644639 31724 webserver.cc:534] Webserver started at http://127.0.0.1:43151/ using document root <none> and password file <none>
00:28:11.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.644834 31724 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:11.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.645131 31724 webserver.cc:534] Webserver started at http://127.0.0.1:45215/ using document root <none> and password file <none>
00:28:11.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:11Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:11.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:11Z Disabled control of system clock
00:28:11.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.667161 31724 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:11.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:11.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/wal
00:28:11.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/data
00:28:11.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:11.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:11.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:11.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:11.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:11.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:11.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/logs
00:28:11.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/data/info.pb
00:28:11.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:11.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:11.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:11.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:11.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:11.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:11.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:11.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:11.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:11.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:11.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:11.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:11.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.251.62:33665
00:28:11.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.251.62
00:28:11.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:11.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.251.20:44697
00:28:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.251.62:33665,127.30.251.61:44435,127.30.251.60:45131
00:28:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43151/jwks.json
00:28:11.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45391 with env {}
00:28:11.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.805529 31735 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:11.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.805805 31735 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:11.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.805855 31735 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:11.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.809923 31735 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:11.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.810020 31735 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:11.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.810071 31735 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:11.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.810097 31735 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:11.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.810127 31735 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:11.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.810148 31735 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43151/jwks.json
00:28:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.814990 31735 master_runner.cc:387] Master server non-default flags:
00:28:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.251.20:44697
00:28:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/data
00:28:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/wal
00:28:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45391
00:28:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.251.62:33665,127.30.251.61:44435,127.30.251.60:45131
00:28:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:11.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.251.62:33665
00:28:11.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:11.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:11.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:11.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43151/jwks.json
00:28:11.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:11.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:11.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/data/info.pb
00:28:11.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.251.62
00:28:11.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:11.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:11.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31735
00:28:11.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:11.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:11.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:11.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:11.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/logs
00:28:11.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:11.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:11.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:11.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:11.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:11.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:11.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:11.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:11.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:11.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.816784 31735 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:11.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.818641 31735 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:11.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.826581 31741 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
00:28:11.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.826651 31743 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
00:28:11.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.826596 31740 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
00:28:11.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.827353 31735 server_base.cc:1061] running on GCE node
00:28:11.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.829207 31735 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:11.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.830910 31735 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:11.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.832130 31735 hybrid_clock.cc:648] HybridClock initialized: now 1783470491832066 us; error 93 us; skew 500 ppm
00:28:11.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.835196 31735 webserver.cc:534] Webserver started at http://127.30.251.62:41229/ using document root <none> and password file <none>
00:28:11.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.836196 31735 fs_manager.cc:362] Metadata directory not provided
00:28:11.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.836305 31735 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:11.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.836606 31735 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:11.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.839274 31735 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/data/instance:
00:28:11.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8c84f6607c254a9495cecfc2ee882d5d"
00:28:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:11 on dist-test-slave-88w2"
00:28:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.839995 31735 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/wal/instance:
00:28:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8c84f6607c254a9495cecfc2ee882d5d"
00:28:11.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:11 on dist-test-slave-88w2"
00:28:11.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.845403 31735 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
00:28:11.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.848764 31749 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:11.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.850368 31735 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
00:28:11.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.850577 31735 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/wal
00:28:11.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8c84f6607c254a9495cecfc2ee882d5d"
00:28:11.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:11 on dist-test-slave-88w2"
00:28:11.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.850706 31735 fs_report.cc:389] FS layout report
00:28:11.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:11.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/wal
00:28:11.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/wal
00:28:11.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/data/data
00:28:11.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:11.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:11.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:11.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:11.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.873010 31735 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:11.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.874059 31735 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:11.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.874264 31735 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.886312 31801 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.251.62:33665 every 8 connection(s)
00:28:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.886327 31735 rpc_server.cc:307] RPC server started. Bound to: 127.30.251.62:33665
00:28:11.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.888340 31735 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/data/info.pb
00:28:11.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.892123 31724 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 31735
00:28:11.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.892323 31724 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-0/wal/instance
00:28:11.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.892334 31802 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:11.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.894227 31724 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:11.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:11.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/wal
00:28:11.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/data
00:28:11.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:11.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:11.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:11.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:11.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:11.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:11.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/logs
00:28:11.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/data/info.pb
00:28:11.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:11.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:11.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:11.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:11.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:11.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:11.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:11.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:11.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:11.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:11.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:11.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:11.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.251.61:44435
00:28:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.251.61
00:28:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.251.20:44697
00:28:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:11.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.251.62:33665,127.30.251.61:44435,127.30.251.60:45131
00:28:11.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:11.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43151/jwks.json
00:28:11.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45391 with env {}
00:28:11.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.897003 31802 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } has no permanent_uuid. Determining permanent_uuid...
00:28:11.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.920805 31802 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } has no permanent_uuid. Determining permanent_uuid...
00:28:11.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.922122 31753 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.251.61:44435: connect: Connection refused (error 111)
00:28:11.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.923467 31802 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.251.61:44435: Network error: Client connection negotiation failed: client connection to 127.30.251.61:44435: connect: Connection refused (error 111)
00:28:11.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.972772 31802 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } attempt: 1
00:28:11.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.975257 31802 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.251.61:44435: Network error: Client connection negotiation failed: client connection to 127.30.251.61:44435: connect: Connection refused (error 111)
00:28:12.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.020678 31803 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:12.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.020941 31803 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:12.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.020988 31803 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:12.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.024991 31803 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:12.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.025065 31803 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:12.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.025086 31803 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:12.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.025105 31803 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:12.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.025126 31803 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:12.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.025142 31803 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43151/jwks.json
00:28:12.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.029731 31803 master_runner.cc:387] Master server non-default flags:
00:28:12.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:12.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.251.20:44697
00:28:12.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/data
00:28:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/wal
00:28:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45391
00:28:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.251.62:33665,127.30.251.61:44435,127.30.251.60:45131
00:28:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:12.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:12.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.251.61:44435
00:28:12.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:12.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:12.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:12.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43151/jwks.json
00:28:12.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:12.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/data/info.pb
00:28:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.251.61
00:28:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31803
00:28:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/logs
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.031250 31803 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:12.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.033021 31803 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:12.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.040482 31814 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
00:28:12.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.040488 31812 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
00:28:12.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.040513 31811 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
00:28:12.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.040961 31803 server_base.cc:1061] running on GCE node
00:28:12.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.041628 31803 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:12.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.042723 31803 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:12.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.043462 31802 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } attempt: 2
00:28:12.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.043949 31803 hybrid_clock.cc:648] HybridClock initialized: now 1783470492043920 us; error 48 us; skew 500 ppm
00:28:12.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.045466 31802 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.251.61:44435: Network error: Client connection negotiation failed: client connection to 127.30.251.61:44435: connect: Connection refused (error 111)
00:28:12.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.046620 31803 webserver.cc:534] Webserver started at http://127.30.251.61:41907/ using document root <none> and password file <none>
00:28:12.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.047452 31803 fs_manager.cc:362] Metadata directory not provided
00:28:12.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.047547 31803 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:12.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.047847 31803 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:12.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.049954 31803 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/data/instance:
00:28:12.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9bb84a0c8ddc4740a7738164ea9fac23"
00:28:12.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:12 on dist-test-slave-88w2"
00:28:12.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.050614 31803 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/wal/instance:
00:28:12.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9bb84a0c8ddc4740a7738164ea9fac23"
00:28:12.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:12 on dist-test-slave-88w2"
00:28:12.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.055295 31803 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
00:28:12.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.058511 31820 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:12.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.060101 31803 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
00:28:12.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.060288 31803 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/wal
00:28:12.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9bb84a0c8ddc4740a7738164ea9fac23"
00:28:12.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:12 on dist-test-slave-88w2"
00:28:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.060422 31803 fs_report.cc:389] FS layout report
00:28:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/wal
00:28:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/wal
00:28:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/data/data
00:28:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:12.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:12.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:12.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.078900 31803 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:12.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.079986 31803 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:12.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.080276 31803 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:12.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.090096 31872 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.251.61:44435 every 8 connection(s)
00:28:12.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.090098 31803 rpc_server.cc:307] RPC server started. Bound to: 127.30.251.61:44435
00:28:12.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.091791 31803 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/data/info.pb
00:28:12.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.092118 31724 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 31803
00:28:12.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.092252 31724 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-1/wal/instance
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.093050 31724 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/wal
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/data
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:12.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:12.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/logs
00:28:12.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/data/info.pb
00:28:12.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:12.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:12.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:12.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:12.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:12.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.251.60:45131
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.251.60
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.251.20:44697
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.251.62:33665,127.30.251.61:44435,127.30.251.60:45131
00:28:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43151/jwks.json
00:28:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45391 with env {}
00:28:12.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.096372 31873 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:12.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.100764 31873 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } has no permanent_uuid. Determining permanent_uuid...
00:28:12.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.114511 31873 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } has no permanent_uuid. Determining permanent_uuid...
00:28:12.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.121937 31873 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } has no permanent_uuid. Determining permanent_uuid...
00:28:12.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.123104 31823 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.251.60:45131: connect: Connection refused (error 111)
00:28:12.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.124743 31873 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.251.60:45131: Network error: Client connection negotiation failed: client connection to 127.30.251.60:45131: connect: Connection refused (error 111)
00:28:12.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.136650 31802 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } attempt: 3
00:28:12.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.142416 31802 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } has no permanent_uuid. Determining permanent_uuid...
00:28:12.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.144217 31802 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.251.60:45131: Network error: Client connection negotiation failed: client connection to 127.30.251.60:45131: connect: Connection refused (error 111)
00:28:12.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.174036 31873 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } attempt: 1
00:28:12.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.175426 31802 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } attempt: 1
00:28:12.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.176687 31873 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.251.60:45131: Network error: Client connection negotiation failed: client connection to 127.30.251.60:45131: connect: Connection refused (error 111)
00:28:12.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.177273 31802 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.251.60:45131: Network error: Client connection negotiation failed: client connection to 127.30.251.60:45131: connect: Connection refused (error 111)
00:28:12.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.231241 31874 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:12.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.231554 31874 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:12.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.231603 31874 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:12.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.235347 31874 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:12.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.235432 31874 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:12.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.235455 31874 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:12.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.235476 31874 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:12.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.235515 31874 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:12.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.235531 31874 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43151/jwks.json
00:28:12.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.240267 31874 master_runner.cc:387] Master server non-default flags:
00:28:12.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:12.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.251.20:44697
00:28:12.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:12.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:12.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/data
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/wal
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45391
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.251.62:33665,127.30.251.61:44435,127.30.251.60:45131
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.251.60:45131
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:12.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43151/jwks.json
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/data/info.pb
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.251.60
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.31874
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/logs
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:12.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:12.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.242014 31874 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:12.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.243863 31874 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:12.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.245860 31873 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } attempt: 2
00:28:12.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.247910 31873 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.251.60:45131: Network error: Client connection negotiation failed: client connection to 127.30.251.60:45131: connect: Connection refused (error 111)
00:28:12.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.252200 31882 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
00:28:12.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.252200 31885 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
00:28:12.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.252223 31883 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
00:28:12.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.252434 31802 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } attempt: 2
00:28:12.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.252863 31874 server_base.cc:1061] running on GCE node
00:28:12.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.253590 31874 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:12.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.254684 31802 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.251.60:45131: Network error: Client connection negotiation failed: client connection to 127.30.251.60:45131: connect: Connection refused (error 111)
00:28:12.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.254810 31874 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:12.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.255980 31874 hybrid_clock.cc:648] HybridClock initialized: now 1783470492255952 us; error 42 us; skew 500 ppm
00:28:12.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.258044 31874 webserver.cc:534] Webserver started at http://127.30.251.60:35075/ using document root <none> and password file <none>
00:28:12.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.258714 31874 fs_manager.cc:362] Metadata directory not provided
00:28:12.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.258795 31874 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:12.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.258982 31874 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:12.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.260824 31874 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/data/instance:
00:28:12.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0"
00:28:12.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:12 on dist-test-slave-88w2"
00:28:12.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.261305 31874 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/wal/instance:
00:28:12.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0"
00:28:12.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:12 on dist-test-slave-88w2"
00:28:12.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.265235 31874 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
00:28:12.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.268306 31891 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.269765 31874 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.269948 31874 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/wal
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0"
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:12 on dist-test-slave-88w2"
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.270083 31874 fs_report.cc:389] FS layout report
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/wal
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/wal
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/data/data
00:28:12.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:12.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.282603 31874 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:12.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.283496 31874 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:12.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.283731 31874 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:12.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.292091 31874 rpc_server.cc:307] RPC server started. Bound to: 127.30.251.60:45131
00:28:12.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.292076 31943 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.251.60:45131 every 8 connection(s)
00:28:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.293213 31874 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/data/info.pb
00:28:12.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.296919 31944 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:12.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.297384 31724 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 31874
00:28:12.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.297489 31724 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster6354702917084570375/master-2/wal/instance
00:28:12.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.301857 31944 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } has no permanent_uuid. Determining permanent_uuid...
00:28:12.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.309963 31944 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } has no permanent_uuid. Determining permanent_uuid...
00:28:12.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.315424 31944 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } has no permanent_uuid. Determining permanent_uuid...
00:28:12.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.322562 31944 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0: Bootstrap starting.
00:28:12.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.324853 31724 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:12.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.325292 31944 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0: Neither blocks nor log segments found. Creating new log.
00:28:12.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.326036 31944 log.cc:826] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0: Log is configured to *not* fsync() on all Append() calls
00:28:12.326 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:12.327 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:12.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.328263 31944 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0: No bootstrap required, opened a new log
00:28:12.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.331745 31944 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } }
00:28:12.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.331970 31944 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:12.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.332034 31944 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d8fc55fbc5a40a482d7109c2cdd6bb0, State: Initialized, Role: FOLLOWER
00:28:12.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.332577 31944 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [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: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } }
00:28:12.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.334069 31944 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [sys.catalog]: configured and running, proceeding with master startup.
00:28:12.337 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.251.62"
      port: 33665
    }
    bound_http_address {
      host: "127.30.251.62"
      port: 41229
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.251.61"
      port: 44435
    }
    bound_http_address {
      host: "127.30.251.61"
      port: 41907
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.251.60"
      port: 45131
    }
    bound_http_address {
      host: "127.30.251.60"
      port: 35075
    }
  }
}

00:28:12.345 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:12.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.339083 31873 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } attempt: 3
00:28:12.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.348341 31949 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [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: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.348598 31949 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [sys.catalog]: This master's current role is: FOLLOWER
00:28:12.353 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:12.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.353855 31802 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } attempt: 3
00:28:12.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.353758 31874 master_runner.cc:187] Error getting master registration for 127.30.251.62:33665: OK, instance_id { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" instance_seqno: 1783470491883157 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:12.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.356266 31874 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:12.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.361380 31873 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23: Bootstrap starting.
00:28:12.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.364365 31873 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23: Neither blocks nor log segments found. Creating new log.
00:28:12.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.365355 31873 log.cc:826] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23: Log is configured to *not* fsync() on all Append() calls
00:28:12.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.365635 31802 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d: Bootstrap starting.
00:28:12.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.368533 31802 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d: Neither blocks nor log segments found. Creating new log.
00:28:12.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.369710 31802 log.cc:826] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d: Log is configured to *not* fsync() on all Append() calls
00:28:12.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.377125 31963 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:12.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.377725 31963 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:12.381 [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=fd99359c-a121-4ade-b56d-c087cff25f16, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:12.382 [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=	
00:28:12.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.380329 31873 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23: No bootstrap required, opened a new log
00:28:12.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.380618 31802 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d: No bootstrap required, opened a new log
00:28:12.383 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:12.383 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:12.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.384673 31873 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } }
00:28:12.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.384687 31802 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } }
00:28:12.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.384945 31802 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:12.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.385004 31802 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8c84f6607c254a9495cecfc2ee882d5d, State: Initialized, Role: FOLLOWER
00:28:12.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.385479 31873 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:12.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.385746 31873 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9bb84a0c8ddc4740a7738164ea9fac23, State: Initialized, Role: FOLLOWER
00:28:12.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.385684 31802 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [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: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } }
00:28:12.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.386795 31873 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [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: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } }
00:28:12.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.387993 31802 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [sys.catalog]: configured and running, proceeding with master startup.
00:28:12.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.388890 31873 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [sys.catalog]: configured and running, proceeding with master startup.
00:28:12.394 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@402d0c99, with PersistenceManager: null will be shutdown
00:28:12.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.394104 31960 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:12.394 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@402d0c99, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b28fbfa created in the thread with id: 36
00:28:12.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.399529 31803 master_runner.cc:264] No leader master found from master 9bb84a0c8ddc4740a7738164ea9fac23
00:28:12.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.399626 31803 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:12.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.401232 31735 master_runner.cc:264] No leader master found from master 8c84f6607c254a9495cecfc2ee882d5d
00:28:12.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.401305 31735 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:12.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.403784 31994 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:12.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.404335 31994 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:12.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.404322 31969 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [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: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.404503 31969 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [sys.catalog]: This master's current role is: FOLLOWER
00:28:12.407 [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=	
00:28:12.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.408771 31970 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [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: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.409045 31987 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:12.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.409631 31970 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [sys.catalog]: This master's current role is: FOLLOWER
00:28:12.425 [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=	
00:28:12.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.426524 31995 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:12.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.427254 31998 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:12.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.427947 31998 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:12.444 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@402d0c99
00:28:12.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.535382 31897 tablet.cc:2406] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.582350 31826 tablet.cc:2406] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:12.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.593722 31969 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:28:12.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.593967 31969 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } }
00:28:12.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.595278 31969 leader_election.cc:290] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9bb84a0c8ddc4740a7738164ea9fac23 (127.30.251.61:44435), 9d8fc55fbc5a40a482d7109c2cdd6bb0 (127.30.251.60:45131)
00:28:12.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.596514 31847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8c84f6607c254a9495cecfc2ee882d5d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" is_pre_election: true
00:28:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.596833 31847 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c84f6607c254a9495cecfc2ee882d5d in term 0.
00:28:12.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.597656 31918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8c84f6607c254a9495cecfc2ee882d5d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" is_pre_election: true
00:28:12.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.597919 31918 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8c84f6607c254a9495cecfc2ee882d5d in term 0.
00:28:12.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.598451 31753 leader_election.cc:304] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [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: 8c84f6607c254a9495cecfc2ee882d5d, 9bb84a0c8ddc4740a7738164ea9fac23; no voters: 
00:28:12.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.598956 31969 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 0 FOLLOWER]: Leader pre-election won for term 1
00:28:12.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.599032 31969 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:28:12.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.599076 31969 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 0 FOLLOWER]: Advancing to term 1
00:28:12.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.600852 31969 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } }
00:28:12.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.601589 31847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8c84f6607c254a9495cecfc2ee882d5d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9bb84a0c8ddc4740a7738164ea9fac23"
00:28:12.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.601742 31847 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [term 0 FOLLOWER]: Advancing to term 1
00:28:12.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.602952 31847 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c84f6607c254a9495cecfc2ee882d5d in term 1.
00:28:12.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.603312 31753 leader_election.cc:304] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [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: 8c84f6607c254a9495cecfc2ee882d5d, 9bb84a0c8ddc4740a7738164ea9fac23; no voters: 
00:28:12.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.604115 31918 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8c84f6607c254a9495cecfc2ee882d5d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0"
00:28:12.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.604265 31918 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [term 0 FOLLOWER]: Advancing to term 1
00:28:12.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.605453 31918 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8c84f6607c254a9495cecfc2ee882d5d in term 1.
00:28:12.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.605862 31969 leader_election.cc:290] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [CANDIDATE]: Term 1 election: Requested vote from peers 9bb84a0c8ddc4740a7738164ea9fac23 (127.30.251.61:44435), 9d8fc55fbc5a40a482d7109c2cdd6bb0 (127.30.251.60:45131)
00:28:12.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.606068 31969 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 1 FOLLOWER]: Leader election won for term 1
00:28:12.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.606144 31969 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [term 1 LEADER]: Becoming Leader. State: Replica: 8c84f6607c254a9495cecfc2ee882d5d, State: Running, Role: LEADER
00:28:12.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.606493 31969 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [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: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } }
00:28:12.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.608606 31969 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8c84f6607c254a9495cecfc2ee882d5d. Latest consensus state: current_term: 1 leader_uuid: "8c84f6607c254a9495cecfc2ee882d5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.608731 31969 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [sys.catalog]: This master's current role is: LEADER
00:28:12.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.629961 32006 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:28:12.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.631669 32006 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:28:12.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.634430 31755 tablet.cc:2406] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:12.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.658720 31918 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [term 1 FOLLOWER]: Refusing update from remote peer 8c84f6607c254a9495cecfc2ee882d5d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:12.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.659612 31847 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [term 1 FOLLOWER]: Refusing update from remote peer 8c84f6607c254a9495cecfc2ee882d5d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:12.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.660475 31969 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:12.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.661511 31969 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:12.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.666675 31970 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8c84f6607c254a9495cecfc2ee882d5d. Latest consensus state: current_term: 1 leader_uuid: "8c84f6607c254a9495cecfc2ee882d5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.666821 31970 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [sys.catalog]: This master's current role is: FOLLOWER
00:28:12.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.673797 31949 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8c84f6607c254a9495cecfc2ee882d5d. Latest consensus state: current_term: 1 leader_uuid: "8c84f6607c254a9495cecfc2ee882d5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.673988 31949 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [sys.catalog]: This master's current role is: FOLLOWER
00:28:12.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.682017 32004 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8c84f6607c254a9495cecfc2ee882d5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.682209 32004 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [sys.catalog]: This master's current role is: LEADER
00:28:12.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.682291 32007 mvcc.cc:204] Tried to move back new op lower bound from 7305095137894203392 to 7305095137720139776. Current Snapshot: MvccSnapshot[applied={T|T < 7305095137894203392}]
00:28:12.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.683195 31970 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8c84f6607c254a9495cecfc2ee882d5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.683399 31970 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23 [sys.catalog]: This master's current role is: FOLLOWER
00:28:12.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.683899 32008 mvcc.cc:204] Tried to move back new op lower bound from 7305095137894203392 to 7305095137720139776. Current Snapshot: MvccSnapshot[applied={T|T < 7305095137894203392}]
00:28:12.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.690142 31949 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8c84f6607c254a9495cecfc2ee882d5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.690317 31949 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0 [sys.catalog]: This master's current role is: FOLLOWER
00:28:12.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.688406 31969 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8c84f6607c254a9495cecfc2ee882d5d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8c84f6607c254a9495cecfc2ee882d5d" member_type: VOTER last_known_addr { host: "127.30.251.62" port: 33665 } } peers { permanent_uuid: "9bb84a0c8ddc4740a7738164ea9fac23" member_type: VOTER last_known_addr { host: "127.30.251.61" port: 44435 } } peers { permanent_uuid: "9d8fc55fbc5a40a482d7109c2cdd6bb0" member_type: VOTER last_known_addr { host: "127.30.251.60" port: 45131 } } }
00:28:12.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.691453 31969 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d [sys.catalog]: This master's current role is: LEADER
00:28:12.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.692201 32010 mvcc.cc:204] Tried to move back new op lower bound from 7305095137894203392 to 7305095137720139776. Current Snapshot: MvccSnapshot[applied={T|T < 7305095137894203392}]
00:28:12.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.693799 32006 catalog_manager.cc:1382] Generated new cluster ID: 257d4f48a80f44e0ab9a6702c6c01b90
00:28:12.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.693885 32006 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:28:12.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.723141 32006 catalog_manager.cc:1405] Generated new certificate authority record
00:28:12.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.724838 32006 catalog_manager.cc:1539] Loading token signing keys...
00:28:12.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.741314 32006 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8c84f6607c254a9495cecfc2ee882d5d: Generated new TSK 0
00:28:12.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.742681 32006 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:28:12.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.743594 32006 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:28:12.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.744482 32006 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:28:13.186 [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.
00:28:13.204 [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.
00:28:13.204 [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.
00:28:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.380192 31963 catalog_manager.cc:1294] Loaded cluster ID: 257d4f48a80f44e0ab9a6702c6c01b90
00:28:13.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.380327 31963 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0: loading cluster ID for follower catalog manager: success
00:28:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.383232 31963 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0: acquiring CA information for follower catalog manager: success
00:28:13.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.385174 31963 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 9d8fc55fbc5a40a482d7109c2cdd6bb0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:13.399 [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=	
00:28:13.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.400568 31960 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:13.414 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:13.420 [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=	
00:28:13.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.421046 31987 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:13.432 [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/hive4345295032244705629/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=fd99359c-a121-4ade-b56d-c087cff25f16, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.430446 31998 catalog_manager.cc:1294] Loaded cluster ID: 257d4f48a80f44e0ab9a6702c6c01b90
00:28:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.430557 31998 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23: loading cluster ID for follower catalog manager: success
00:28:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.433458 31998 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23: acquiring CA information for follower catalog manager: success
00:28:13.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.435341 31998 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 9bb84a0c8ddc4740a7738164ea9fac23: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:13.438 [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=	
00:28:13.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.439162 31995 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:13.529 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4345295032244705629/external-warehouse/table
00:28:13.755 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:28:13.762 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
00:28:13.768 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:13.808 [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.30.251.60:45131,127.30.251.62:33665,127.30.251.61:44435}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:13.842 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:13.846 [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/hive4345295032244705629/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.30.251.60:45131,127.30.251.62:33665,127.30.251.61:44435}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:13.849 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4345295032244705629/external-warehouse/table
00:28:13.874 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:28:13.875 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
00:28:13.876 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:13.878 [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=bd3ffb68-8078-426f-a54f-ba3d188d798d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.251.60:45131,127.30.251.62:33665,127.30.251.61:44435}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:13.882 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:13.886 [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/hive4345295032244705629/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=bd3ffb68-8078-426f-a54f-ba3d188d798d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.251.60:45131,127.30.251.62:33665,127.30.251.61:44435}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:13.889 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4345295032244705629/external-warehouse/table
00:28:13.915 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
00:28:13.921 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
00:28:13.922 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
00:28:13.929 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4c2c31de
00:28:13.968 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
00:28:13.968 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
00:28:13.969 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
00:28:13.969 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
00:28:13.970 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
00:28:13.971 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
00:28:13.971 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
00:28:13.972 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
00:28:13.973 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
00:28:13.974 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
00:28:13.976 [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 @9225652
00:28:13.977 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
00:28:13.978 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
00:28:13.978 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
00:28:13.978 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
00:28:13.979 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
00:28:13.980 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
00:28:13.981 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
00:28:13.981 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
00:28:13.993 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
00:28:14.035 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
00:28:14.051 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
00:28:14.060 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
00:28:14.060 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
00:28:14.070 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
00:28:14.071 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
00:28:14.138 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
00:28:14.138 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
00:28:14.138 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
00:28:14.138 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
00:28:14.138 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
00:28:14.138 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
00:28:14.139 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
00:28:14.139 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
00:28:14.139 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
00:28:14.139 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
00:28:14.139 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
00:28:14.139 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
00:28:14.139 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
00:28:14.161 [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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
00:28:14.165 [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.
00:28:14.196 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:28:14.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.30.251.60:45131(127.30.251.60:45131)] connecting to peer
00:28:14.395 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 31671 (auto-detected)
00:28:14.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
00:28:14.398 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
00:28:14.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
00:28:14.401 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
00:28:14.402 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:56:ff:fe:6e:f8:18 (auto-detected)
00:28:14.405 [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=	
00:28:14.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:14.406248 31960 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:14.425 [INFO - Metastore-Handler-Pool: Thread-54] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:14.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:14.425890 31987 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:14.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
00:28:14.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
00:28:14.429 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
00:28:14.438 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
00:28:14.442 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:14.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:14.442622 31995 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:14.445 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.30.251.62:33665(127.30.251.62:33665)] connecting to peer
00:28:14.447 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.30.251.61:44435(127.30.251.61:44435)] connecting to peer
00:28:14.473 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.30.251.61:44435(127.30.251.61:44435)] Successfully connected to peer
00:28:14.473 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.251.62:33665(127.30.251.62:33665)] Successfully connected to peer
00:28:14.474 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.251.60:45131(127.30.251.60:45131)] Successfully connected to peer
00:28:14.487 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
00:28:14.487 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
00:28:14.488 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@22ffc9c1
00:28:14.494 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
00:28:14.494 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
00:28:14.495 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
00:28:14.495 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
00:28:14.495 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
00:28:14.609 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.251.61
00:28:14.609 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.251.62
00:28:14.610 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.251.60
00:28:14.859 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:14.859 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:14.860 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:14.883 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xcfff8c10, L:/127.0.0.1:58454 - R:/127.30.251.61:44435] using SASL/PLAIN
00:28:14.883 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x0297a2cf, L:/127.0.0.1:40520 - R:/127.30.251.60:45131] using SASL/PLAIN
00:28:14.883 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x07b17cf0, L:/127.0.0.1:35792 - R:/127.30.251.62:33665] using SASL/PLAIN
00:28:14.941 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:28:14.949 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
00:28:14.950 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:14.952 [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=4cb1f3fe-c55f-4f80-a308-cc98837fc92d, 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)	
00:28:14.956 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:14.961 [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/hive4345295032244705629/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=4cb1f3fe-c55f-4f80-a308-cc98837fc92d, 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)
00:28:14.964 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4345295032244705629/external-warehouse/table
00:28:14.990 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
00:28:14.991 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:14.993 [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=073d729a-da4d-4e36-bafd-aaf6b6172de7, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.251.60:45131,127.30.251.62:33665,127.30.251.61:44435}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:14.998 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:15.002 [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/hive4345295032244705629/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=073d729a-da4d-4e36-bafd-aaf6b6172de7, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.251.60:45131,127.30.251.62:33665,127.30.251.61:44435}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:15.005 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4345295032244705629/external-warehouse/table
00:28:15.130 [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	
00:28:15.209 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:15.221 [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	
00:28:15.409 [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=	
00:28:15.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:15.410316 31960 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:15.428 [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=	
00:28:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:15.433558 31987 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:15.442 [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.
00:28:15.445 [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=	
00:28:15.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:15.446421 31995 client.h:372] Failed to connect to Hive Metastore (localhost:45391): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:15.778 [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.
00:28:15.835 [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.
00:28:15.894 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:16.080 [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=921d062d-8b5f-457f-b8c6-4374bb63b6e9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.251.60:45131,127.30.251.62:33665,127.30.251.61:44435}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:16.084 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:16.087 [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/hive4345295032244705629/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=921d062d-8b5f-457f-b8c6-4374bb63b6e9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.251.60:45131,127.30.251.62:33665,127.30.251.61:44435}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:16.090 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4345295032244705629/external-warehouse/table
00:28:16.137 [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	
00:28:16.169 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:16.171 [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	
00:28:16.239 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:16.262 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:16.263 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:28:16.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:16.263300 31724 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 31735
00:28:16.263 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@402d0c99, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b28fbfa will be shutdown
00:28:16.273 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:28:16.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:16.274399 31724 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 31803
00:28:16.278 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.251.62:33665(127.30.251.62:33665)] handling channelInactive
00:28:16.279 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.251.62:33665(127.30.251.62:33665)] cleaning up while in state READY due to: connection closed
00:28:16.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:16.284837 31724 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 31874
00:28:16.286 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.30.251.61:44435(127.30.251.61:44435)] handling channelInactive
00:28:16.286 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.30.251.61:44435(127.30.251.61:44435)] cleaning up while in state READY due to: connection closed
00:28:16.297 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.251.60:45131(127.30.251.60:45131)] handling channelInactive
00:28:16.297 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.251.60:45131(127.30.251.60:45131)] cleaning up while in state READY due to: connection closed
00:28:16.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:16Z chronyd exiting
.00:28:16.351 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:16.351 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:16.352 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:16.381 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive10801668654765057177
00:28:16.383 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:16.383 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:16.387 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:16.387 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:16.387 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:16.393 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:16.398 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:16.399 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:16.400 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:16.401 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:16.403 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
00:28:16.495 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:16.496 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
00:28:16.496 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:16.497 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:16.500 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:16.500 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:16.524 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:16.524 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:16.524 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:16.596 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:16.597 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:16.598 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:16.598 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:16.598 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:16.599 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:16.875 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:16.876 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@fe153ad, with PersistenceManager: null will be shutdown
00:28:16.876 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@fe153ad, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1ddcf8f4 created in the thread with id: 65
00:28:16.879 [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
00:28:16.880 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@fe153ad
00:28:17.040 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
00:28:17.068 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:17.111 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
00:28:17.114 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
00:28:17.162 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:17.163 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:17.163 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:17.164 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:17.164 [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)
00:28:17.165 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [38495]...
00:28:17.165 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:17.165 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:17.165 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
00:28:17.165 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
00:28:17.385 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:17.385 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:17.385 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:17.388 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:17.389 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38495]
00:28:17.389 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38495) in binary transport mode
00:28:17.389 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38495) current connections: 1
00:28:17.391 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskgYQYmc/test-tmp
00:28:17.392 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
00:28:17.392 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskgYQYmc/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:17.395 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38495"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:17.508 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:17.509 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:17.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.510972 32069 mini_oidc.cc:150] Starting JWKS server
00:28:17.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.512740 32069 webserver.cc:534] Webserver started at http://127.0.0.1:32791/ using document root <none> and password file <none>
00:28:17.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.512887 32069 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:17.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.513114 32069 webserver.cc:534] Webserver started at http://127.0.0.1:34889/ using document root <none> and password file <none>
00:28:17.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:17Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:17.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:17Z Disabled control of system clock
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.529165 32069 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/wal
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/data
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:17.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/logs
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/data/info.pb
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.81.126:39671
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.81.126
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.81.84:45365
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.81.126:39671,127.31.81.125:36233,127.31.81.124:38159
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32791/jwks.json
00:28:17.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38495 with env {}
00:28:17.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.650059 32080 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:17.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.650430 32080 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:17.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.650503 32080 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:17.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.654464 32080 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:17.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.654605 32080 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:17.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.654646 32080 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:17.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.654677 32080 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:17.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.654703 32080 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:17.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.654723 32080 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32791/jwks.json
00:28:17.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.660655 32080 master_runner.cc:387] Master server non-default flags:
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.81.84:45365
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/data
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/wal
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38495
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.81.126:39671,127.31.81.125:36233,127.31.81.124:38159
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.81.126:39671
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32791/jwks.json
00:28:17.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/data/info.pb
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.81.126
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32080
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/logs
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.662672 32080 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:17.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.664599 32080 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:17.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.672534 32085 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
00:28:17.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.672621 32080 server_base.cc:1061] running on GCE node
00:28:17.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.672495 32088 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
00:28:17.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.672495 32086 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
00:28:17.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.674078 32080 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:17.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.675271 32080 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:17.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.676494 32080 hybrid_clock.cc:648] HybridClock initialized: now 1783470497676473 us; error 45 us; skew 500 ppm
00:28:17.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.678792 32080 webserver.cc:534] Webserver started at http://127.31.81.126:33549/ using document root <none> and password file <none>
00:28:17.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.679484 32080 fs_manager.cc:362] Metadata directory not provided
00:28:17.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.679579 32080 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:17.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.679878 32080 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:17.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.681659 32080 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/data/instance:
00:28:17.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ab26699ded7a4b679e429b32d447ecb3"
00:28:17.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:17 on dist-test-slave-88w2"
00:28:17.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.682230 32080 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/wal/instance:
00:28:17.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ab26699ded7a4b679e429b32d447ecb3"
00:28:17.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:17 on dist-test-slave-88w2"
00:28:17.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.686115 32080 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
00:28:17.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.688625 32094 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.690007 32080 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.690196 32080 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/wal
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ab26699ded7a4b679e429b32d447ecb3"
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:17 on dist-test-slave-88w2"
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.690313 32080 fs_report.cc:389] FS layout report
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/wal
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/wal
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/data/data
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:17.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:17.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:17.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.703145 32080 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:17.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.704049 32080 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:17.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.704370 32080 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:17.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.713466 32146 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.81.126:39671 every 8 connection(s)
00:28:17.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.713469 32080 rpc_server.cc:307] RPC server started. Bound to: 127.31.81.126:39671
00:28:17.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.714712 32080 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/data/info.pb
00:28:17.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.717271 32069 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 32080
00:28:17.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.717414 32069 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-0/wal/instance
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.718683 32147 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.719002 32069 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/wal
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/data
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/logs
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/data/info.pb
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:17.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.81.125:36233
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.81.125
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.81.84:45365
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.81.126:39671,127.31.81.125:36233,127.31.81.124:38159
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32791/jwks.json
00:28:17.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38495 with env {}
00:28:17.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.723045 32147 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } has no permanent_uuid. Determining permanent_uuid...
00:28:17.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.740350 32147 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } has no permanent_uuid. Determining permanent_uuid...
00:28:17.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.741389 32098 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.81.125:36233: connect: Connection refused (error 111)
00:28:17.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.742565 32147 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.81.125:36233: Network error: Client connection negotiation failed: client connection to 127.31.81.125:36233: connect: Connection refused (error 111)
00:28:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.791872 32147 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } attempt: 1
00:28:17.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.794199 32147 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.81.125:36233: Network error: Client connection negotiation failed: client connection to 127.31.81.125:36233: connect: Connection refused (error 111)
00:28:17.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.839704 32148 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:17.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.839965 32148 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:17.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.840013 32148 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:17.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.843428 32148 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:17.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.843516 32148 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:17.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.843538 32148 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:17.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.843556 32148 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:17.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.843575 32148 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:17.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.843591 32148 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32791/jwks.json
00:28:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.848376 32148 master_runner.cc:387] Master server non-default flags:
00:28:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.81.84:45365
00:28:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/data
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/wal
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38495
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.81.126:39671,127.31.81.125:36233,127.31.81.124:38159
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.81.125:36233
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32791/jwks.json
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/data/info.pb
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.81.125
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32148
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/logs
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.849629 32148 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:17.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.850801 32148 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.857064 32156 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
00:28:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.857084 32159 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
00:28:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.857141 32157 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
00:28:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.858340 32148 server_base.cc:1061] running on GCE node
00:28:17.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.858996 32148 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:17.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.860347 32148 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:17.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.861537 32148 hybrid_clock.cc:648] HybridClock initialized: now 1783470497861512 us; error 62 us; skew 500 ppm
00:28:17.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.862465 32147 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } attempt: 2
00:28:17.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.864338 32148 webserver.cc:534] Webserver started at http://127.31.81.125:37497/ using document root <none> and password file <none>
00:28:17.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.864616 32147 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.81.125:36233: Network error: Client connection negotiation failed: client connection to 127.31.81.125:36233: connect: Connection refused (error 111)
00:28:17.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.865145 32148 fs_manager.cc:362] Metadata directory not provided
00:28:17.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.865216 32148 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:17.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.865434 32148 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:17.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.867347 32148 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/data/instance:
00:28:17.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "79ca075803d647bf8cf1ec38c81bd3f3"
00:28:17.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:17 on dist-test-slave-88w2"
00:28:17.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.867875 32148 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/wal/instance:
00:28:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "79ca075803d647bf8cf1ec38c81bd3f3"
00:28:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:17 on dist-test-slave-88w2"
00:28:17.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.872134 32148 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
00:28:17.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.875125 32165 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:17.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.876710 32148 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.876861 32148 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/wal
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "79ca075803d647bf8cf1ec38c81bd3f3"
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:17 on dist-test-slave-88w2"
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.876976 32148 fs_report.cc:389] FS layout report
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/wal
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/wal
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/data/data
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:17.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:17.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.901723 32148 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:17.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.902602 32148 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:17.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.902781 32148 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:17.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.912318 32148 rpc_server.cc:307] RPC server started. Bound to: 127.31.81.125:36233
00:28:17.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.912352 32217 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.81.125:36233 every 8 connection(s)
00:28:17.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.913666 32148 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/data/info.pb
00:28:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.916851 32069 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 32148
00:28:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.916996 32069 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-1/wal/instance
00:28:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.917243 32218 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.917779 32069 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:17.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/wal
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/data
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/logs
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/data/info.pb
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.81.124:38159
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.81.124
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.81.84:45365
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.81.126:39671,127.31.81.125:36233,127.31.81.124:38159
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32791/jwks.json
00:28:17.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38495 with env {}
00:28:17.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.921044 32218 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } has no permanent_uuid. Determining permanent_uuid...
00:28:17.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.933516 32218 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } has no permanent_uuid. Determining permanent_uuid...
00:28:17.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.940683 32218 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } has no permanent_uuid. Determining permanent_uuid...
00:28:17.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.941697 32168 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.81.124:38159: connect: Connection refused (error 111)
00:28:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.942864 32218 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.81.124:38159: Network error: Client connection negotiation failed: client connection to 127.31.81.124:38159: connect: Connection refused (error 111)
00:28:17.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.955844 32147 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } attempt: 3
00:28:17.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.961174 32147 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } has no permanent_uuid. Determining permanent_uuid...
00:28:17.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.962749 32147 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.81.124:38159: Network error: Client connection negotiation failed: client connection to 127.31.81.124:38159: connect: Connection refused (error 111)
00:28:17.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.992144 32218 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } attempt: 1
00:28:17.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.994040 32147 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } attempt: 1
00:28:17.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.994252 32218 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.81.124:38159: Network error: Client connection negotiation failed: client connection to 127.31.81.124:38159: connect: Connection refused (error 111)
00:28:17.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.995502 32147 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.81.124:38159: Network error: Client connection negotiation failed: client connection to 127.31.81.124:38159: connect: Connection refused (error 111)
00:28:18.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.045164 32219 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:18.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.045462 32219 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:18.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.045511 32219 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.049046 32219 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.049134 32219 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.049156 32219 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.049175 32219 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.049196 32219 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.049211 32219 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32791/jwks.json
00:28:18.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.053452 32219 master_runner.cc:387] Master server non-default flags:
00:28:18.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:18.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.81.84:45365
00:28:18.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:18.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/data
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/wal
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38495
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.81.126:39671,127.31.81.125:36233,127.31.81.124:38159
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.81.124:38159
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32791/jwks.json
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/data/info.pb
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.81.124
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32219
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/logs
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:18.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:18.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.054945 32219 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:18.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.056430 32219 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:18.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.062436 32218 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } attempt: 2
00:28:18.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.063436 32228 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
00:28:18.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.063721 32227 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
00:28:18.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.063433 32230 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
00:28:18.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.064287 32219 server_base.cc:1061] running on GCE node
00:28:18.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.064671 32218 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.81.124:38159: Network error: Client connection negotiation failed: client connection to 127.31.81.124:38159: connect: Connection refused (error 111)
00:28:18.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.065367 32219 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:18.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.066462 32219 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:18.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.067631 32219 hybrid_clock.cc:648] HybridClock initialized: now 1783470498067595 us; error 53 us; skew 500 ppm
00:28:18.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.069900 32219 webserver.cc:534] Webserver started at http://127.31.81.124:35645/ using document root <none> and password file <none>
00:28:18.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.070631 32219 fs_manager.cc:362] Metadata directory not provided
00:28:18.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.070720 32219 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:18.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.070752 32147 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } attempt: 2
00:28:18.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.071022 32219 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:18.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.072314 32147 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.81.124:38159: Network error: Client connection negotiation failed: client connection to 127.31.81.124:38159: connect: Connection refused (error 111)
00:28:18.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.073149 32219 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/data/instance:
00:28:18.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8758c7d54a0340adb235a466f78ee962"
00:28:18.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:18 on dist-test-slave-88w2"
00:28:18.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.073642 32219 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/wal/instance:
00:28:18.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8758c7d54a0340adb235a466f78ee962"
00:28:18.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:18 on dist-test-slave-88w2"
00:28:18.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.077570 32219 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
00:28:18.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.080416 32236 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.081784 32219 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.081918 32219 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/wal
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8758c7d54a0340adb235a466f78ee962"
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:18 on dist-test-slave-88w2"
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.082002 32219 fs_report.cc:389] FS layout report
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/wal
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/wal
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/data/data
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:18.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:18.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.100251 32219 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.101078 32219 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.101274 32219 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:18.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.110610 32219 rpc_server.cc:307] RPC server started. Bound to: 127.31.81.124:38159
00:28:18.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.110652 32288 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.81.124:38159 every 8 connection(s)
00:28:18.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.111833 32219 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/data/info.pb
00:28:18.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.115242 32289 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:18.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.115747 32069 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 32219
00:28:18.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.115864 32069 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12004291970326964504/master-2/wal/instance
00:28:18.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.118741 32289 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } has no permanent_uuid. Determining permanent_uuid...
00:28:18.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.127761 32289 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } has no permanent_uuid. Determining permanent_uuid...
00:28:18.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.133046 32289 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } has no permanent_uuid. Determining permanent_uuid...
00:28:18.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.141091 32289 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962: Bootstrap starting.
00:28:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.143965 32289 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962: Neither blocks nor log segments found. Creating new log.
00:28:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.144699 32069 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:18.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.144918 32289 log.cc:826] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962: Log is configured to *not* fsync() on all Append() calls
00:28:18.146 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:18.146 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:18.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.147269 32289 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962: No bootstrap required, opened a new log
00:28:18.147 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.81.126"
      port: 39671
    }
    bound_http_address {
      host: "127.31.81.126"
      port: 33549
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.81.125"
      port: 36233
    }
    bound_http_address {
      host: "127.31.81.125"
      port: 37497
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.81.124"
      port: 38159
    }
    bound_http_address {
      host: "127.31.81.124"
      port: 35645
    }
  }
}

00:28:18.148 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:18.149 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:18.151 [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=b1715986-35be-4725-8f74-eb6f061b1a99, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.81.125:36233,127.31.81.126:39671,127.31.81.124:38159}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:18.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.151351 32289 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } }
00:28:18.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.151804 32289 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:18.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.151973 32289 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8758c7d54a0340adb235a466f78ee962, State: Initialized, Role: FOLLOWER
00:28:18.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.152725 32289 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [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: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } }
00:28:18.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.153640 32294 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [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: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.154098 32294 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [sys.catalog]: This master's current role is: FOLLOWER
00:28:18.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.154464 32289 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [sys.catalog]: configured and running, proceeding with master startup.
00:28:18.155 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:18.155 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:18.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.155843 32218 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } attempt: 3
00:28:18.157 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43, with PersistenceManager: null will be shutdown
00:28:18.157 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e732a8c created in the thread with id: 86
00:28:18.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.162506 32219 master_runner.cc:187] Error getting master registration for 127.31.81.126:39671: OK, instance_id { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" instance_seqno: 1783470497710954 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:18.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.165367 32308 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:18.165 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43
00:28:18.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.165791 32219 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:18.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.166133 32308 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:18.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.171523 32218 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3: Bootstrap starting.
00:28:18.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.171520 32147 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } attempt: 3
00:28:18.173 [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=	
00:28:18.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.173872 32305 client.h:372] Failed to connect to Hive Metastore (localhost:38495): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:18.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.174594 32218 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3: Neither blocks nor log segments found. Creating new log.
00:28:18.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.175817 32218 log.cc:826] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3: Log is configured to *not* fsync() on all Append() calls
00:28:18.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.180408 32147 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3: Bootstrap starting.
00:28:18.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.182618 32218 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3: No bootstrap required, opened a new log
00:28:18.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.183656 32147 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3: Neither blocks nor log segments found. Creating new log.
00:28:18.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.185410 32147 log.cc:826] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3: Log is configured to *not* fsync() on all Append() calls
00:28:18.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.196312 32218 raft_consensus.cc:359] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } }
00:28:18.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.197088 32218 raft_consensus.cc:385] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:18.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.197345 32218 raft_consensus.cc:740] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79ca075803d647bf8cf1ec38c81bd3f3, State: Initialized, Role: FOLLOWER
00:28:18.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.198089 32147 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3: No bootstrap required, opened a new log
00:28:18.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.198477 32218 consensus_queue.cc:260] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [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: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } }
00:28:18.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.200657 32218 sys_catalog.cc:565] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [sys.catalog]: configured and running, proceeding with master startup.
00:28:18.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.202617 32147 raft_consensus.cc:359] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } }
00:28:18.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.202870 32147 raft_consensus.cc:385] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:18.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.202925 32147 raft_consensus.cc:740] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab26699ded7a4b679e429b32d447ecb3, State: Initialized, Role: FOLLOWER
00:28:18.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.203424 32147 consensus_queue.cc:260] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [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: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } }
00:28:18.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.204380 32294 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:28:18.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.204594 32294 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } }
00:28:18.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.205020 32147 sys_catalog.cc:565] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [sys.catalog]: configured and running, proceeding with master startup.
00:28:18.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.205991 32294 leader_election.cc:290] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab26699ded7a4b679e429b32d447ecb3 (127.31.81.126:39671), 79ca075803d647bf8cf1ec38c81bd3f3 (127.31.81.125:36233)
00:28:18.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.206130 32100 tablet.cc:2406] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:18.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.207458 32121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8758c7d54a0340adb235a466f78ee962" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab26699ded7a4b679e429b32d447ecb3" is_pre_election: true
00:28:18.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.207738 32121 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8758c7d54a0340adb235a466f78ee962 in term 0.
00:28:18.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.207851 32192 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8758c7d54a0340adb235a466f78ee962" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" is_pre_election: true
00:28:18.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.208215 32192 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8758c7d54a0340adb235a466f78ee962 in term 0.
00:28:18.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.208752 32240 leader_election.cc:304] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [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: 79ca075803d647bf8cf1ec38c81bd3f3, 8758c7d54a0340adb235a466f78ee962; no voters: 
00:28:18.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.209359 32294 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:28:18.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.209444 32294 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:28:18.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.209493 32294 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 0 FOLLOWER]: Advancing to term 1
00:28:18.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.210930 32294 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } }
00:28:18.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.212597 32192 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8758c7d54a0340adb235a466f78ee962" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79ca075803d647bf8cf1ec38c81bd3f3"
00:28:18.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.212767 32192 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [term 0 FOLLOWER]: Advancing to term 1
00:28:18.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.212785 32339 catalog_manager.cc:1593] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:18.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.212874 32339 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:18.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.213022 32121 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8758c7d54a0340adb235a466f78ee962" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab26699ded7a4b679e429b32d447ecb3"
00:28:18.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.213135 32121 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [term 0 FOLLOWER]: Advancing to term 1
00:28:18.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.214303 32192 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8758c7d54a0340adb235a466f78ee962 in term 1.
00:28:18.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.214416 32121 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8758c7d54a0340adb235a466f78ee962 in term 1.
00:28:18.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.215236 32240 leader_election.cc:304] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [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: 79ca075803d647bf8cf1ec38c81bd3f3, 8758c7d54a0340adb235a466f78ee962; no voters: 
00:28:18.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.213335 32080 master_runner.cc:187] Error getting master registration for 127.31.81.125:36233: OK, instance_id { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" instance_seqno: 1783470497909668 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:18.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.215736 32080 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:18.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.215909 32294 leader_election.cc:290] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [CANDIDATE]: Term 1 election: Requested vote from peers ab26699ded7a4b679e429b32d447ecb3 (127.31.81.126:39671), 79ca075803d647bf8cf1ec38c81bd3f3 (127.31.81.125:36233)
00:28:18.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.216318 32294 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 1 FOLLOWER]: Leader election won for term 1
00:28:18.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.216552 32294 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [term 1 LEADER]: Becoming Leader. State: Replica: 8758c7d54a0340adb235a466f78ee962, State: Running, Role: LEADER
00:28:18.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.217108 32294 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [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: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } }
00:28:18.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.219705 32294 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8758c7d54a0340adb235a466f78ee962. Latest consensus state: current_term: 1 leader_uuid: "8758c7d54a0340adb235a466f78ee962" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.219995 32294 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [sys.catalog]: This master's current role is: LEADER
00:28:18.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.234093 32314 sys_catalog.cc:455] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.234675 32314 sys_catalog.cc:458] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [sys.catalog]: This master's current role is: FOLLOWER
00:28:18.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.235663 32343 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:28:18.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.237236 32343 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:28:18.249 [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=	
00:28:18.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.250415 32336 client.h:372] Failed to connect to Hive Metastore (localhost:38495): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:18.252 [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=	
00:28:18.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.256409 32322 sys_catalog.cc:455] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.256669 32322 sys_catalog.cc:458] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [sys.catalog]: This master's current role is: FOLLOWER
00:28:18.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.256615 32344 client.h:372] Failed to connect to Hive Metastore (localhost:38495): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:18.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.257395 32347 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:18.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:18.257503 32347 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:18.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.265538 32192 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [term 1 FOLLOWER]: Refusing update from remote peer 8758c7d54a0340adb235a466f78ee962: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:18.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.266633 32294 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [LEADER]: Connected to new peer: Peer: permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:18.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.271979 32314 sys_catalog.cc:455] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8758c7d54a0340adb235a466f78ee962. Latest consensus state: current_term: 1 leader_uuid: "8758c7d54a0340adb235a466f78ee962" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.272172 32314 sys_catalog.cc:458] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [sys.catalog]: This master's current role is: FOLLOWER
00:28:18.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.273864 32121 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [term 1 FOLLOWER]: Refusing update from remote peer 8758c7d54a0340adb235a466f78ee962: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:18.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.274521 32294 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.279608 32322 sys_catalog.cc:455] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8758c7d54a0340adb235a466f78ee962. Latest consensus state: current_term: 1 leader_uuid: "8758c7d54a0340adb235a466f78ee962" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.279767 32322 sys_catalog.cc:458] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [sys.catalog]: This master's current role is: FOLLOWER
00:28:18.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.294399 32341 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8758c7d54a0340adb235a466f78ee962" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.295362 32341 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [sys.catalog]: This master's current role is: LEADER
00:28:18.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.296540 32314 sys_catalog.cc:455] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8758c7d54a0340adb235a466f78ee962" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.296662 32314 sys_catalog.cc:458] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3 [sys.catalog]: This master's current role is: FOLLOWER
00:28:18.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.297457 32349 mvcc.cc:204] Tried to move back new op lower bound from 7305095160850268160 to 7305095160702468096. Current Snapshot: MvccSnapshot[applied={T|T < 7305095160850268160}]
00:28:18.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.298753 32294 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8758c7d54a0340adb235a466f78ee962" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.298859 32294 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962 [sys.catalog]: This master's current role is: LEADER
00:28:18.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.300418 32322 sys_catalog.cc:455] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8758c7d54a0340adb235a466f78ee962" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab26699ded7a4b679e429b32d447ecb3" member_type: VOTER last_known_addr { host: "127.31.81.126" port: 39671 } } peers { permanent_uuid: "79ca075803d647bf8cf1ec38c81bd3f3" member_type: VOTER last_known_addr { host: "127.31.81.125" port: 36233 } } peers { permanent_uuid: "8758c7d54a0340adb235a466f78ee962" member_type: VOTER last_known_addr { host: "127.31.81.124" port: 38159 } } }
00:28:18.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.300534 32322 sys_catalog.cc:458] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3 [sys.catalog]: This master's current role is: FOLLOWER
00:28:18.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.304157 32354 mvcc.cc:204] Tried to move back new op lower bound from 7305095160850268160 to 7305095160702468096. Current Snapshot: MvccSnapshot[applied={T|T < 7305095160850268160}]
00:28:18.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.304560 32352 mvcc.cc:204] Tried to move back new op lower bound from 7305095160850268160 to 7305095160702468096. Current Snapshot: MvccSnapshot[applied={T|T < 7305095160850268160}]
00:28:18.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.317276 32343 catalog_manager.cc:1382] Generated new cluster ID: 60ccad3d97814303ae6dc424511f0b43
00:28:18.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.317412 32343 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:28:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.334924 32343 catalog_manager.cc:1405] Generated new certificate authority record
00:28:18.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.336581 32343 catalog_manager.cc:1539] Loading token signing keys...
00:28:18.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.384178 32343 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8758c7d54a0340adb235a466f78ee962: Generated new TSK 0
00:28:18.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.385493 32343 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:28:18.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.386490 32343 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:28:18.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:18.387136 32343 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:28:18.826 [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.
00:28:18.834 [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.
00:28:18.834 [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.
00:28:18.922 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:18.928 [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/hive10801668654765057177/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=b1715986-35be-4725-8f74-eb6f061b1a99, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.81.125:36233,127.31.81.126:39671,127.31.81.124:38159}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:18.931 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10801668654765057177/external-warehouse/table
00:28:19.054 [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	
00:28:19.103 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:19.106 [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	
00:28:19.179 [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=	
00:28:19.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:19.180094 32305 client.h:372] Failed to connect to Hive Metastore (localhost:38495): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:19.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:19.214869 32339 catalog_manager.cc:1294] Loaded cluster ID: 60ccad3d97814303ae6dc424511f0b43
00:28:19.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:19.215001 32339 catalog_manager.cc:1587] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3: loading cluster ID for follower catalog manager: success
00:28:19.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:19.218429 32339 catalog_manager.cc:1609] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3: acquiring CA information for follower catalog manager: success
00:28:19.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:19.220525 32339 catalog_manager.cc:1637] T 00000000000000000000000000000000 P ab26699ded7a4b679e429b32d447ecb3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:19.249 [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.
00:28:19.253 [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=	
00:28:19.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:19.254638 32336 client.h:372] Failed to connect to Hive Metastore (localhost:38495): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:19.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:19.259809 32347 catalog_manager.cc:1294] Loaded cluster ID: 60ccad3d97814303ae6dc424511f0b43
00:28:19.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:19.259923 32347 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3: loading cluster ID for follower catalog manager: success
00:28:19.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:19.263010 32347 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3: acquiring CA information for follower catalog manager: success
00:28:19.272 [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=	
00:28:19.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:19.272173 32347 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 79ca075803d647bf8cf1ec38c81bd3f3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:19.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:19.272701 32344 client.h:372] Failed to connect to Hive Metastore (localhost:38495): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:19.497 [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.
00:28:19.557 [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.
00:28:19.588 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:19.699 [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.
00:28:19.700 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:28:19.702 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.31.81.125:36233(127.31.81.125:36233)] connecting to peer
00:28:19.703 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.31.81.126:39671(127.31.81.126:39671)] connecting to peer
00:28:19.704 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.31.81.125:36233(127.31.81.125:36233)] Successfully connected to peer
00:28:19.710 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.31.81.124:38159(127.31.81.124:38159)] connecting to peer
00:28:19.713 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.31.81.124:38159(127.31.81.124:38159)] Successfully connected to peer
00:28:19.714 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.31.81.126:39671(127.31.81.126:39671)] Successfully connected to peer
00:28:19.720 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.81.125
00:28:19.728 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.81.126
00:28:19.730 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.81.124
00:28:19.754 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:19.760 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x237c8682, L:/127.0.0.1:59208 - R:/127.31.81.125:36233] using SASL/PLAIN
00:28:19.790 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:19.796 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:19.803 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x1d4fe8b7, L:/127.0.0.1:33684 - R:/127.31.81.124:38159] using SASL/PLAIN
00:28:19.811 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:28:19.814 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x4f08424e, L:/127.0.0.1:33916 - R:/127.31.81.126:39671] using SASL/PLAIN
00:28:19.820 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:19.822 [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	
00:28:19.888 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:19.890 [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	
00:28:19.952 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:19.974 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:28:19.975 [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=b1715986-35be-4725-8f74-eb6f061b1a99, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.81.125:36233,127.31.81.126:39671,127.31.81.124:38159}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:19.979 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:19.982 [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/hive10801668654765057177/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=b1715986-35be-4725-8f74-eb6f061b1a99, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.81.125:36233,127.31.81.126:39671,127.31.81.124:38159}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:19.984 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10801668654765057177/external-warehouse/table
00:28:20.026 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:20.041 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:20.042 [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	
00:28:20.063 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:20.083 [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)	
00:28:20.086 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:20.089 [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/hive10801668654765057177/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)
00:28:20.090 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive10801668654765057177/external-warehouse/table specified for non-external table:table
00:28:20.091 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10801668654765057177/external-warehouse/table
00:28:20.114 [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	
00:28:20.127 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:20.129 [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	
00:28:20.149 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:20.166 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:20.168 [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	
00:28:20.183 [INFO - Metastore-Handler-Pool: Thread-102] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:20.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:20.183894 32305 client.h:372] Failed to connect to Hive Metastore (localhost:38495): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:20.184 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:20.186 [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	
00:28:20.207 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:20.227 [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)	
00:28:20.230 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:20.232 [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/hive10801668654765057177/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)
00:28:20.233 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive10801668654765057177/external-warehouse/table specified for non-external table:table
00:28:20.235 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10801668654765057177/external-warehouse/table
00:28:20.253 [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	
00:28:20.257 [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=	
00:28:20.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:20.259037 32336 client.h:372] Failed to connect to Hive Metastore (localhost:38495): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:20.266 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:20.267 [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	
00:28:20.277 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:20.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:20.278302 32344 client.h:372] Failed to connect to Hive Metastore (localhost:38495): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:20.289 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:20.305 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:20.307 [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	
00:28:20.319 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:20.320 [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	
00:28:20.336 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:20.350 [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)	
00:28:20.352 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:20.354 [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/hive10801668654765057177/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)
00:28:20.356 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10801668654765057177/external-warehouse/table
00:28:20.376 [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	
00:28:20.386 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:20.387 [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	
00:28:20.419 [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.$Proxy23.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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)
	... 40 more
00:28:20.434 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:28:20.434 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:20.434 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e732a8c will be shutdown
00:28:20.435 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:28:20.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:20.434995 32069 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 32080
00:28:20.444 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.31.81.126:39671(127.31.81.126:39671)] handling channelInactive
00:28:20.444 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.31.81.126:39671(127.31.81.126:39671)] cleaning up while in state READY due to: connection closed
00:28:20.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:20.445288 32069 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 32148
00:28:20.454 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.31.81.125:36233(127.31.81.125:36233)] handling channelInactive
00:28:20.455 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.31.81.125:36233(127.31.81.125:36233)] cleaning up while in state READY due to: connection closed
00:28:20.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:20.454048 32069 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 32219
00:28:20.466 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.31.81.124:38159(127.31.81.124:38159)] handling channelInactive
00:28:20.466 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.31.81.124:38159(127.31.81.124:38159)] cleaning up while in state READY due to: connection closed
00:28:20.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:20Z chronyd exiting
.00:28:20.515 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:20.516 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:20.516 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:20.542 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive16050699843208589048
00:28:20.543 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:20.543 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:20.545 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:20.545 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:20.546 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:20.547 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:20.549 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:20.549 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:20.551 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:20.552 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:20.553 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
00:28:20.627 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:20.627 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
00:28:20.628 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:20.629 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:20.631 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:20.631 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:20.648 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:20.648 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:20.649 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:20.677 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.678 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.678 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.678 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.679 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.679 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.913 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:20.913 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13f4b41a, with PersistenceManager: null will be shutdown
00:28:20.913 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13f4b41a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@14dcf9c6 created in the thread with id: 107
00:28:20.916 [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
00:28:20.917 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@13f4b41a
00:28:21.026 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
00:28:21.065 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:21.096 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
00:28:21.098 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
00:28:21.137 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:21.138 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:21.139 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:21.139 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:21.139 [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)
00:28:21.140 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [37969]...
00:28:21.140 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:21.140 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:21.140 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
00:28:21.140 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
00:28:21.545 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:21.545 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:21.545 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:21.547 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:21.547 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37969]
00:28:21.547 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37969) in binary transport mode
00:28:21.548 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37969) current connections: 1
00:28:21.550 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskgYQYmc/test-tmp
00:28:21.550 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
00:28:21.550 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskgYQYmc/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:21.554 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37969"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:21.676 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:21.676 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:21.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.678133 32407 mini_oidc.cc:150] Starting JWKS server
00:28:21.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.680004 32407 webserver.cc:534] Webserver started at http://127.0.0.1:38449/ using document root <none> and password file <none>
00:28:21.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.680277 32407 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:21.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.680550 32407 webserver.cc:534] Webserver started at http://127.0.0.1:38897/ using document root <none> and password file <none>
00:28:21.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:21Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:21.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:21Z Disabled control of system clock
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.697898 32407 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/wal
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/data
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/logs
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/data/info.pb
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.165.254:37373
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.165.254
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.165.212:44819
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.165.254:37373,127.31.165.253:35275,127.31.165.252:40049
00:28:21.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:21.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38449/jwks.json
00:28:21.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37969 with env {}
00:28:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.811496 32418 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.811774 32418 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.811826 32418 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.816021 32418 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.816136 32418 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.816161 32418 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.816183 32418 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.816208 32418 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.816226 32418 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38449/jwks.json
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.820858 32418 master_runner.cc:387] Master server non-default flags:
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.165.212:44819
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/data
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/wal
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37969
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.165.254:37373,127.31.165.253:35275,127.31.165.252:40049
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.165.254:37373
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38449/jwks.json
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/data/info.pb
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.165.254
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32418
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:21.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/logs
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:21.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.822154 32418 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:21.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.823439 32418 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:21.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.830011 32424 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
00:28:21.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.829943 32426 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
00:28:21.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.829977 32423 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
00:28:21.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.830651 32418 server_base.cc:1061] running on GCE node
00:28:21.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.831390 32418 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:21.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.832736 32418 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:21.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.833961 32418 hybrid_clock.cc:648] HybridClock initialized: now 1783470501833925 us; error 50 us; skew 500 ppm
00:28:21.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.836623 32418 webserver.cc:534] Webserver started at http://127.31.165.254:43823/ using document root <none> and password file <none>
00:28:21.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.837431 32418 fs_manager.cc:362] Metadata directory not provided
00:28:21.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.837534 32418 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:21.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.837823 32418 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:21.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.839824 32418 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/data/instance:
00:28:21.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a22241c28ad46ca92885099542d78b4"
00:28:21.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:21 on dist-test-slave-88w2"
00:28:21.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.840523 32418 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/wal/instance:
00:28:21.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a22241c28ad46ca92885099542d78b4"
00:28:21.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:21 on dist-test-slave-88w2"
00:28:21.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.845057 32418 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
00:28:21.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.847802 32432 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:21.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.849265 32418 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
00:28:21.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.849434 32418 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/wal
00:28:21.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6a22241c28ad46ca92885099542d78b4"
00:28:21.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:21 on dist-test-slave-88w2"
00:28:21.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.849598 32418 fs_report.cc:389] FS layout report
00:28:21.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/wal
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/wal
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/data/data
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:21.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.896919 32418 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:21.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.897962 32418 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:21.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.898212 32418 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:21.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.907748 32484 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.165.254:37373 every 8 connection(s)
00:28:21.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.907750 32418 rpc_server.cc:307] RPC server started. Bound to: 127.31.165.254:37373
00:28:21.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.909276 32418 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/data/info.pb
00:28:21.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.912705 32485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:21.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.915413 32407 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 32418
00:28:21.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.915612 32407 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-0/wal/instance
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.916306 32485 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } has no permanent_uuid. Determining permanent_uuid...
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.917611 32407 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/wal
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/data
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:21.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/logs
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/data/info.pb
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.165.253:35275
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.165.253
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.165.212:44819
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.165.254:37373,127.31.165.253:35275,127.31.165.252:40049
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38449/jwks.json
00:28:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37969 with env {}
00:28:21.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.930843 32485 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } has no permanent_uuid. Determining permanent_uuid...
00:28:21.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.932184 32435 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.165.253:35275: connect: Connection refused (error 111)
00:28:21.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.933418 32485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.165.253:35275: Network error: Client connection negotiation failed: client connection to 127.31.165.253:35275: connect: Connection refused (error 111)
00:28:21.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.982707 32485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } attempt: 1
00:28:21.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:21.984985 32485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.165.253:35275: Network error: Client connection negotiation failed: client connection to 127.31.165.253:35275: connect: Connection refused (error 111)
00:28:22.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.050827 32486 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:22.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.051117 32486 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:22.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.051165 32486 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:22.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.053221 32485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } attempt: 2
00:28:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.055075 32485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.165.253:35275: Network error: Client connection negotiation failed: client connection to 127.31.165.253:35275: connect: Connection refused (error 111)
00:28:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.055236 32486 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.055308 32486 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.055330 32486 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.055351 32486 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.055377 32486 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.055393 32486 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38449/jwks.json
00:28:22.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.059640 32486 master_runner.cc:387] Master server non-default flags:
00:28:22.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:22.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.165.212:44819
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/data
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/wal
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37969
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.165.254:37373,127.31.165.253:35275,127.31.165.252:40049
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.165.253:35275
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38449/jwks.json
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/data/info.pb
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.165.253
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32486
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:22.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/logs
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.061220 32486 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:22.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.062569 32486 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:22.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.069789 32497 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
00:28:22.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.069810 32495 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
00:28:22.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.070036 32486 server_base.cc:1061] running on GCE node
00:28:22.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.070518 32494 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
00:28:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.071151 32486 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.072422 32486 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:22.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.073642 32486 hybrid_clock.cc:648] HybridClock initialized: now 1783470502073617 us; error 34 us; skew 500 ppm
00:28:22.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.075908 32486 webserver.cc:534] Webserver started at http://127.31.165.253:43561/ using document root <none> and password file <none>
00:28:22.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.076622 32486 fs_manager.cc:362] Metadata directory not provided
00:28:22.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.076711 32486 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:22.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.076978 32486 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:22.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.078704 32486 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/data/instance:
00:28:22.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cd869ff914054b0fa7c7feaef8a6c04f"
00:28:22.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:22 on dist-test-slave-88w2"
00:28:22.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.079283 32486 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/wal/instance:
00:28:22.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cd869ff914054b0fa7c7feaef8a6c04f"
00:28:22.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:22 on dist-test-slave-88w2"
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.083240 32486 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
00:28:22.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.085795 32503 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.087049 32486 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.087219 32486 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/wal
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cd869ff914054b0fa7c7feaef8a6c04f"
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:22 on dist-test-slave-88w2"
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.087361 32486 fs_report.cc:389] FS layout report
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/wal
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/wal
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/data/data
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:22.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:22.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:22.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:22.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:22.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.107193 32486 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:22.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.108034 32486 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:22.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.108316 32486 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:22.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.116601 32486 rpc_server.cc:307] RPC server started. Bound to: 127.31.165.253:35275
00:28:22.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.116601 32555 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.165.253:35275 every 8 connection(s)
00:28:22.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.117861 32486 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/data/info.pb
00:28:22.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.121414 32407 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 32486
00:28:22.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.121559 32407 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-1/wal/instance
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.122176 32556 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.122319 32407 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/wal
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/data
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/logs
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/data/info.pb
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.165.252:40049
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.165.252
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.165.212:44819
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.165.254:37373,127.31.165.253:35275,127.31.165.252:40049
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38449/jwks.json
00:28:22.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37969 with env {}
00:28:22.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.127230 32556 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } has no permanent_uuid. Determining permanent_uuid...
00:28:22.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.139539 32556 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } has no permanent_uuid. Determining permanent_uuid...
00:28:22.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.146257 32485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } attempt: 3
00:28:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.147372 32556 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } has no permanent_uuid. Determining permanent_uuid...
00:28:22.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.148391 32504 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.165.252:40049: connect: Connection refused (error 111)
00:28:22.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.149508 32556 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.165.252:40049: Network error: Client connection negotiation failed: client connection to 127.31.165.252:40049: connect: Connection refused (error 111)
00:28:22.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.151446 32485 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } has no permanent_uuid. Determining permanent_uuid...
00:28:22.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.152740 32485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.165.252:40049: Network error: Client connection negotiation failed: client connection to 127.31.165.252:40049: connect: Connection refused (error 111)
00:28:22.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.183916 32485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } attempt: 1
00:28:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.185612 32485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.165.252:40049: Network error: Client connection negotiation failed: client connection to 127.31.165.252:40049: connect: Connection refused (error 111)
00:28:22.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.198763 32556 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } attempt: 1
00:28:22.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.201069 32556 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.165.252:40049: Network error: Client connection negotiation failed: client connection to 127.31.165.252:40049: connect: Connection refused (error 111)
00:28:22.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.254899 32557 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:22.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.255209 32557 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:22.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.255259 32557 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:22.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.259045 32557 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:22.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.259172 32557 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:22.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.259210 32557 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:22.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.259236 32557 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:22.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.259375 32557 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:22.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.259393 32557 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38449/jwks.json
00:28:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.260879 32485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } attempt: 2
00:28:22.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.262825 32485 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.165.252:40049: Network error: Client connection negotiation failed: client connection to 127.31.165.252:40049: connect: Connection refused (error 111)
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.264199 32557 master_runner.cc:387] Master server non-default flags:
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.165.212:44819
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/data
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/wal
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37969
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.165.254:37373,127.31.165.253:35275,127.31.165.252:40049
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.165.252:40049
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38449/jwks.json
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/data/info.pb
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.165.252
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32557
00:28:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/logs
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:22.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.265688 32557 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:22.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.267180 32557 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:22.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.269289 32556 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } attempt: 2
00:28:22.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.271118 32556 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.165.252:40049: Network error: Client connection negotiation failed: client connection to 127.31.165.252:40049: connect: Connection refused (error 111)
00:28:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.274718 32565 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
00:28:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.274742 32568 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
00:28:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.274742 32566 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
00:28:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.275125 32557 server_base.cc:1061] running on GCE node
00:28:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.275830 32557 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:22.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.277032 32557 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:22.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.278228 32557 hybrid_clock.cc:648] HybridClock initialized: now 1783470502278209 us; error 44 us; skew 500 ppm
00:28:22.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.280580 32557 webserver.cc:534] Webserver started at http://127.31.165.252:39745/ using document root <none> and password file <none>
00:28:22.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.281303 32557 fs_manager.cc:362] Metadata directory not provided
00:28:22.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.281414 32557 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:22.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.281692 32557 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:22.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.283604 32557 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/data/instance:
00:28:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1"
00:28:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:22 on dist-test-slave-88w2"
00:28:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.284266 32557 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/wal/instance:
00:28:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1"
00:28:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:22 on dist-test-slave-88w2"
00:28:22.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.288658 32557 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
00:28:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.291548 32574 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.293021 32557 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.293187 32557 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/wal
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1"
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:22 on dist-test-slave-88w2"
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.293358 32557 fs_report.cc:389] FS layout report
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/wal
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/wal
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/data/data
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:22.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:22.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:22.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:22.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:22.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.307814 32557 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:22.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.308810 32557 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:22.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.309060 32557 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:22.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.318404 32626 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.165.252:40049 every 8 connection(s)
00:28:22.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.318406 32557 rpc_server.cc:307] RPC server started. Bound to: 127.31.165.252:40049
00:28:22.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.319844 32557 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/data/info.pb
00:28:22.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.320649 32407 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 32557
00:28:22.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.320778 32407 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster12251286138641621666/master-2/wal/instance
00:28:22.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.323550 32627 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:22.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.328110 32627 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } has no permanent_uuid. Determining permanent_uuid...
00:28:22.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.335116 32627 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } has no permanent_uuid. Determining permanent_uuid...
00:28:22.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.340806 32627 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } has no permanent_uuid. Determining permanent_uuid...
00:28:22.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.348732 32627 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1: Bootstrap starting.
00:28:22.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.350786 32407 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:22.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.351586 32627 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1: Neither blocks nor log segments found. Creating new log.
00:28:22.351 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:22.352 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:22.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.352643 32627 log.cc:826] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1: Log is configured to *not* fsync() on all Append() calls
00:28:22.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.355026 32627 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1: No bootstrap required, opened a new log
00:28:22.353 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.165.254"
      port: 37373
    }
    bound_http_address {
      host: "127.31.165.254"
      port: 43823
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.165.253"
      port: 35275
    }
    bound_http_address {
      host: "127.31.165.253"
      port: 43561
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.165.252"
      port: 40049
    }
    bound_http_address {
      host: "127.31.165.252"
      port: 39745
    }
  }
}

00:28:22.355 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:22.355 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:22.357 [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)	
00:28:22.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.358428 32627 raft_consensus.cc:359] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } }
00:28:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.358707 32627 raft_consensus.cc:385] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.358758 32627 raft_consensus.cc:740] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fc0c0041bede4cd8b8b9a3390e80bfb1, State: Initialized, Role: FOLLOWER
00:28:22.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.359230 32627 consensus_queue.cc:260] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [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: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } }
00:28:22.359 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:22.360 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:22.360 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb, with PersistenceManager: null will be shutdown
00:28:22.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.360308 32632 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [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: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.360723 32627 sys_catalog.cc:565] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [sys.catalog]: configured and running, proceeding with master startup.
00:28:22.361 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6e8fd6f3 created in the thread with id: 128
00:28:22.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.362262 32485 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } attempt: 3
00:28:22.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.362280 32556 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } attempt: 3
00:28:22.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.360731 32632 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [sys.catalog]: This master's current role is: FOLLOWER
00:28:22.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.366477 32557 master_runner.cc:187] Error getting master registration for 127.31.165.254:37373: OK, instance_id { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" instance_seqno: 1783470501905136 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:22.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.369032 32557 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:22.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.370355 32647 catalog_manager.cc:1593] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:22.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.370630 32647 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:22.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.370802 32556 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f: Bootstrap starting.
00:28:22.372 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb
00:28:22.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.373584 32556 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f: Neither blocks nor log segments found. Creating new log.
00:28:22.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.374352 32556 log.cc:826] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f: Log is configured to *not* fsync() on all Append() calls
00:28:22.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.375073 32485 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4: Bootstrap starting.
00:28:22.377 [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=	
00:28:22.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.377933 32644 client.h:372] Failed to connect to Hive Metastore (localhost:37969): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:22.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.378362 32485 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4: Neither blocks nor log segments found. Creating new log.
00:28:22.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.379217 32556 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f: No bootstrap required, opened a new log
00:28:22.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.381879 32485 log.cc:826] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4: Log is configured to *not* fsync() on all Append() calls
00:28:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.382779 32556 raft_consensus.cc:359] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } }
00:28:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.383288 32556 raft_consensus.cc:385] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.383493 32556 raft_consensus.cc:740] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd869ff914054b0fa7c7feaef8a6c04f, State: Initialized, Role: FOLLOWER
00:28:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.384163 32556 consensus_queue.cc:260] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [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: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } }
00:28:22.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.385731 32556 sys_catalog.cc:565] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [sys.catalog]: configured and running, proceeding with master startup.
00:28:22.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.390151 32486 master_runner.cc:187] Error getting master registration for 127.31.165.254:37373: OK, instance_id { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" instance_seqno: 1783470501905136 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:22.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.392616 32486 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:22.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.394069 32485 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4: No bootstrap required, opened a new log
00:28:22.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.399207 32485 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } }
00:28:22.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.399822 32485 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:22.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.400189 32485 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6a22241c28ad46ca92885099542d78b4, State: Initialized, Role: FOLLOWER
00:28:22.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.400419 32652 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [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: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.400640 32652 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [sys.catalog]: This master's current role is: FOLLOWER
00:28:22.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.401237 32485 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [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: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } }
00:28:22.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.403003 32485 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [sys.catalog]: configured and running, proceeding with master startup.
00:28:22.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.404655 32666 catalog_manager.cc:1593] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:22.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.404755 32666 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:22.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.414713 32418 master_runner.cc:264] No leader master found from master 6a22241c28ad46ca92885099542d78b4
00:28:22.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.414813 32418 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:22.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.419796 32682 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:22.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.424222 32682 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:22.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.424577 32667 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [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: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.424706 32667 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [sys.catalog]: This master's current role is: FOLLOWER
00:28:22.448 [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=	
00:28:22.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.449641 32663 client.h:372] Failed to connect to Hive Metastore (localhost:37969): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:22.455 [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=	
00:28:22.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.456650 32679 client.h:372] Failed to connect to Hive Metastore (localhost:37969): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.555189 32632 raft_consensus.cc:493] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:28:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.555461 32632 raft_consensus.cc:515] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } }
00:28:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.556907 32632 leader_election.cc:290] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6a22241c28ad46ca92885099542d78b4 (127.31.165.254:37373), cd869ff914054b0fa7c7feaef8a6c04f (127.31.165.253:35275)
00:28:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.558816 32459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6a22241c28ad46ca92885099542d78b4" is_pre_election: true
00:28:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.559206 32459 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fc0c0041bede4cd8b8b9a3390e80bfb1 in term 0.
00:28:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.559712 32530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" is_pre_election: true
00:28:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.559976 32530 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fc0c0041bede4cd8b8b9a3390e80bfb1 in term 0.
00:28:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.560496 32577 leader_election.cc:304] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [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: cd869ff914054b0fa7c7feaef8a6c04f, fc0c0041bede4cd8b8b9a3390e80bfb1; no voters: 
00:28:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.560629 32580 tablet.cc:2406] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:22.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.561729 32632 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:28:22.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.561829 32632 raft_consensus.cc:493] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:28:22.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.561872 32632 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 0 FOLLOWER]: Advancing to term 1
00:28:22.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.563203 32632 raft_consensus.cc:515] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } }
00:28:22.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.564179 32459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6a22241c28ad46ca92885099542d78b4"
00:28:22.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.564337 32459 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [term 0 FOLLOWER]: Advancing to term 1
00:28:22.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.565711 32459 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fc0c0041bede4cd8b8b9a3390e80bfb1 in term 1.
00:28:22.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.566102 32576 leader_election.cc:304] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [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: 6a22241c28ad46ca92885099542d78b4, fc0c0041bede4cd8b8b9a3390e80bfb1; no voters: 
00:28:22.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.567703 32530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd869ff914054b0fa7c7feaef8a6c04f"
00:28:22.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.567873 32530 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [term 0 FOLLOWER]: Advancing to term 1
00:28:22.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.569329 32530 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fc0c0041bede4cd8b8b9a3390e80bfb1 in term 1.
00:28:22.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.570089 32632 leader_election.cc:290] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [CANDIDATE]: Term 1 election: Requested vote from peers 6a22241c28ad46ca92885099542d78b4 (127.31.165.254:37373), cd869ff914054b0fa7c7feaef8a6c04f (127.31.165.253:35275)
00:28:22.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.570343 32632 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 1 FOLLOWER]: Leader election won for term 1
00:28:22.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.570430 32632 raft_consensus.cc:697] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [term 1 LEADER]: Becoming Leader. State: Replica: fc0c0041bede4cd8b8b9a3390e80bfb1, State: Running, Role: LEADER
00:28:22.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.570849 32632 consensus_queue.cc:237] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [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: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } }
00:28:22.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.573729 32632 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fc0c0041bede4cd8b8b9a3390e80bfb1. Latest consensus state: current_term: 1 leader_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.574043 32632 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [sys.catalog]: This master's current role is: LEADER
00:28:22.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.580470 32688 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:28:22.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.583779 32688 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:28:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.610178 32509 tablet.cc:2406] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.625685 32530 raft_consensus.cc:1275] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [term 1 FOLLOWER]: Refusing update from remote peer fc0c0041bede4cd8b8b9a3390e80bfb1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.625661 32459 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [term 1 FOLLOWER]: Refusing update from remote peer fc0c0041bede4cd8b8b9a3390e80bfb1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.626314 32632 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.626784 32632 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.630851 32667 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fc0c0041bede4cd8b8b9a3390e80bfb1. Latest consensus state: current_term: 1 leader_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.630997 32667 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [sys.catalog]: This master's current role is: FOLLOWER
00:28:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.630934 32652 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [sys.catalog]: SysCatalogTable state changed. Reason: New leader fc0c0041bede4cd8b8b9a3390e80bfb1. Latest consensus state: current_term: 1 leader_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.631057 32652 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [sys.catalog]: This master's current role is: FOLLOWER
00:28:22.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.642005 32632 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.642194 32632 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [sys.catalog]: This master's current role is: LEADER
00:28:22.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.643534 32652 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.643663 32652 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f [sys.catalog]: This master's current role is: FOLLOWER
00:28:22.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.646943 32690 mvcc.cc:204] Tried to move back new op lower bound from 7305095178742722560 to 7305095178536128512. Current Snapshot: MvccSnapshot[applied={T|T < 7305095178742722560}]
00:28:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.650374 32438 tablet.cc:2406] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:22.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.652367 32688 catalog_manager.cc:1382] Generated new cluster ID: d1d544e154294fbc921c3583dc3fe5e8
00:28:22.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.652442 32688 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:28:22.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.655159 32689 mvcc.cc:204] Tried to move back new op lower bound from 7305095178742722560 to 7305095178536128512. Current Snapshot: MvccSnapshot[applied={T|T < 7305095178742722560 or (T in {7305095178742722560})}]
00:28:22.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.681129 32686 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.681304 32686 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1 [sys.catalog]: This master's current role is: LEADER
00:28:22.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.683025 32667 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6a22241c28ad46ca92885099542d78b4" member_type: VOTER last_known_addr { host: "127.31.165.254" port: 37373 } } peers { permanent_uuid: "cd869ff914054b0fa7c7feaef8a6c04f" member_type: VOTER last_known_addr { host: "127.31.165.253" port: 35275 } } peers { permanent_uuid: "fc0c0041bede4cd8b8b9a3390e80bfb1" member_type: VOTER last_known_addr { host: "127.31.165.252" port: 40049 } } }
00:28:22.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.683159 32667 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4 [sys.catalog]: This master's current role is: FOLLOWER
00:28:22.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.706969 32688 catalog_manager.cc:1405] Generated new certificate authority record
00:28:22.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.708549 32688 catalog_manager.cc:1539] Loading token signing keys...
00:28:22.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.735708 32688 catalog_manager.cc:6069] T 00000000000000000000000000000000 P fc0c0041bede4cd8b8b9a3390e80bfb1: Generated new TSK 0
00:28:22.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.736913 32688 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:28:22.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.737848 32688 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:28:22.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.738513 32688 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:28:22.941 [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.
00:28:22.949 [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.
00:28:22.949 [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.
00:28:23.033 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
00:28:23.039 [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/hive16050699843208589048/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)
00:28:23.041 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16050699843208589048/external-warehouse/legacy_table
00:28:23.145 [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	
00:28:23.192 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:23.201 [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	
00:28:23.215 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
00:28:23.298 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
00:28:23.299 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
00:28:23.382 [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=	
00:28:23.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.383553 32644 client.h:372] Failed to connect to Hive Metastore (localhost:37969): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:23.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.406486 32666 catalog_manager.cc:1294] Loaded cluster ID: d1d544e154294fbc921c3583dc3fe5e8
00:28:23.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.406603 32666 catalog_manager.cc:1587] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f: loading cluster ID for follower catalog manager: success
00:28:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.409090 32666 catalog_manager.cc:1609] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f: acquiring CA information for follower catalog manager: success
00:28:23.410 [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	
00:28:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.411626 32666 catalog_manager.cc:1637] T 00000000000000000000000000000000 P cd869ff914054b0fa7c7feaef8a6c04f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.425992 32682 catalog_manager.cc:1294] Loaded cluster ID: d1d544e154294fbc921c3583dc3fe5e8
00:28:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.426102 32682 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4: loading cluster ID for follower catalog manager: success
00:28:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.428715 32682 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4: acquiring CA information for follower catalog manager: success
00:28:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.430199 32682 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 6a22241c28ad46ca92885099542d78b4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:23.442 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
00:28:23.452 [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=	
00:28:23.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.458089 32663 client.h:372] Failed to connect to Hive Metastore (localhost:37969): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:23.462 [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=	
00:28:23.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.463116 32679 client.h:372] Failed to connect to Hive Metastore (localhost:37969): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:23.494 [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	
00:28:23.505 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:23.506 [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	
00:28:23.638 [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.
00:28:23.786 [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.
00:28:23.825 [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.
00:28:23.946 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:28:23.947 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:23.947 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:28:23.948 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6e8fd6f3 will be shutdown
00:28:23.948 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:28:23.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.948323 32407 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 32418
00:28:23.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.959692 32407 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 32486
00:28:23.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.971114 32407 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 32557
00:28:24.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:24Z chronyd exiting
.00:28:24.033 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:24.033 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:24.033 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:24.053 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive974130451346540546
00:28:24.055 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:24.055 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:24.057 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:24.057 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:24.058 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:24.058 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:24.061 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:24.061 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:24.062 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:24.062 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:24.065 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
00:28:24.132 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:24.132 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
00:28:24.133 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:24.134 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:24.136 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:24.139 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:24.153 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:24.153 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:24.153 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:24.176 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:24.177 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:24.177 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:24.177 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:24.178 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:24.178 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:24.454 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:24.455 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@383dbb1e, with PersistenceManager: null will be shutdown
00:28:24.455 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@383dbb1e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@72454c73 created in the thread with id: 138
00:28:24.457 [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
00:28:24.458 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@383dbb1e
00:28:24.567 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
00:28:24.588 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:24.613 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
00:28:24.615 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
00:28:24.649 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:24.650 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:24.651 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:24.651 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:24.651 [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)
00:28:24.652 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [37109]...
00:28:24.652 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:24.652 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:24.652 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
00:28:24.652 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
00:28:25.056 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:25.057 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:25.057 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:25.059 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:25.060 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37109]
00:28:25.060 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37109) in binary transport mode
00:28:25.061 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37109) current connections: 1
00:28:25.063 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskgYQYmc/test-tmp
00:28:25.063 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
00:28:25.064 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskgYQYmc/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:25.067 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37109"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:25.199 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:25.200 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:25.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.202081 32729 mini_oidc.cc:150] Starting JWKS server
00:28:25.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.204226 32729 webserver.cc:534] Webserver started at http://127.0.0.1:44887/ using document root <none> and password file <none>
00:28:25.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.204407 32729 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:25.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.204713 32729 webserver.cc:534] Webserver started at http://127.0.0.1:37489/ using document root <none> and password file <none>
00:28:25.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:25Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:25.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:25Z Disabled control of system clock
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.223248 32729 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/wal
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/data
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/logs
00:28:25.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/data/info.pb
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.246.126:41497
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.246.126
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.246.84:45767
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.246.126:41497,127.31.246.125:40781,127.31.246.124:37913
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json
00:28:25.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37109 with env {}
00:28:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.347505 32740 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.347786 32740 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:25.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.347847 32740 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:25.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.351585 32740 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:25.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.351657 32740 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:25.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.351678 32740 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:25.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.351698 32740 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:25.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.351718 32740 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:25.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.351733 32740 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44887/jwks.json
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.355818 32740 master_runner.cc:387] Master server non-default flags:
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.246.84:45767
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/data
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/wal
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37109
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.246.126:41497,127.31.246.125:40781,127.31.246.124:37913
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.246.126:41497
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/data/info.pb
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.246.126
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.32740
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:25.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/logs
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:25.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.357270 32740 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:25.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.358635 32740 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:25.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.366178 32748 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
00:28:25.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.366143 32746 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
00:28:25.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.366178 32745 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
00:28:25.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.366365 32740 server_base.cc:1061] running on GCE node
00:28:25.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.367482 32740 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.368736 32740 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:25.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.369975 32740 hybrid_clock.cc:648] HybridClock initialized: now 1783470505369928 us; error 73 us; skew 500 ppm
00:28:25.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.372594 32740 webserver.cc:534] Webserver started at http://127.31.246.126:42881/ using document root <none> and password file <none>
00:28:25.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.373452 32740 fs_manager.cc:362] Metadata directory not provided
00:28:25.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.373550 32740 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:25.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.373845 32740 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:25.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.375835 32740 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/data/instance:
00:28:25.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f57e089382284257b4d0178294fda021"
00:28:25.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-88w2"
00:28:25.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.376520 32740 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/wal/instance:
00:28:25.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f57e089382284257b4d0178294fda021"
00:28:25.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-88w2"
00:28:25.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.380935 32740 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
00:28:25.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.384284 32754 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:25.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.385648 32740 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.385824 32740 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/wal
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f57e089382284257b4d0178294fda021"
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-88w2"
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.385972 32740 fs_report.cc:389] FS layout report
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/wal
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/wal
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/data/data
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:25.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:25.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.405313 32740 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:25.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.406345 32740 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:25.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.406599 32740 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:25.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.416685 32740 rpc_server.cc:307] RPC server started. Bound to: 127.31.246.126:41497
00:28:25.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.416723   338 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.246.126:41497 every 8 connection(s)
00:28:25.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.418165 32740 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/data/info.pb
00:28:25.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.421380 32729 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 32740
00:28:25.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.421625 32729 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-0/wal/instance
00:28:25.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.421722   339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.423434 32729 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/wal
00:28:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/data
00:28:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/logs
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/data/info.pb
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.246.125:40781
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.246.125
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.246.84:45767
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.246.126:41497,127.31.246.125:40781,127.31.246.124:37913
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json
00:28:25.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37109 with env {}
00:28:25.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.425906   339 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.441233   339 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.442160 32755 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.246.125:40781: connect: Connection refused (error 111)
00:28:25.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.443320   339 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.246.125:40781: Network error: Client connection negotiation failed: client connection to 127.31.246.125:40781: connect: Connection refused (error 111)
00:28:25.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.492609   339 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } attempt: 1
00:28:25.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.494683   339 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.246.125:40781: Network error: Client connection negotiation failed: client connection to 127.31.246.125:40781: connect: Connection refused (error 111)
00:28:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.551007   340 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.551293   340 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.551344   340 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:25.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.554817   340 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:25.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.554883   340 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:25.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.554905   340 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:25.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.554924   340 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:25.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.554944   340 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:25.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.554958   340 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44887/jwks.json
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.559041   340 master_runner.cc:387] Master server non-default flags:
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.246.84:45767
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/data
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/wal
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37109
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.246.126:41497,127.31.246.125:40781,127.31.246.124:37913
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:25.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.246.125:40781
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/data/info.pb
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.246.125
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.340
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/logs
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.560799   340 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:25.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.562345   340 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.562881   339 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } attempt: 2
00:28:25.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.564880   339 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.246.125:40781: Network error: Client connection negotiation failed: client connection to 127.31.246.125:40781: connect: Connection refused (error 111)
00:28:25.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.569836   349 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
00:28:25.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.569788   348 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
00:28:25.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.569902   351 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
00:28:25.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.570381   340 server_base.cc:1061] running on GCE node
00:28:25.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.570879   340 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:25.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.571961   340 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:25.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.573124   340 hybrid_clock.cc:648] HybridClock initialized: now 1783470505573081 us; error 62 us; skew 500 ppm
00:28:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.575207   340 webserver.cc:534] Webserver started at http://127.31.246.125:35533/ using document root <none> and password file <none>
00:28:25.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.575872   340 fs_manager.cc:362] Metadata directory not provided
00:28:25.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.575937   340 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:25.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.576197   340 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:25.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.577991   340 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/data/instance:
00:28:25.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "87015d182d5a4f8ebb0c74483d1d0ecc"
00:28:25.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-88w2"
00:28:25.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.578490   340 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/wal/instance:
00:28:25.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "87015d182d5a4f8ebb0c74483d1d0ecc"
00:28:25.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-88w2"
00:28:25.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.582770   340 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
00:28:25.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.585543   357 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.586810   340 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.586970   340 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/wal
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "87015d182d5a4f8ebb0c74483d1d0ecc"
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-88w2"
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.587124   340 fs_report.cc:389] FS layout report
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/wal
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/wal
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/data/data
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:25.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:25.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.614502   340 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:25.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.615643   340 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:25.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.615940   340 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:25.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.626375   340 rpc_server.cc:307] RPC server started. Bound to: 127.31.246.125:40781
00:28:25.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.626392   409 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.246.125:40781 every 8 connection(s)
00:28:25.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.627851   340 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/data/info.pb
00:28:25.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.631237   410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:25.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.632468 32729 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 340
00:28:25.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.632607 32729 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-1/wal/instance
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.633430 32729 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/wal
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/data
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/logs
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/data/info.pb
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.246.124:37913
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.246.124
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.246.84:45767
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.246.126:41497,127.31.246.125:40781,127.31.246.124:37913
00:28:25.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:25.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json
00:28:25.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37109 with env {}
00:28:25.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.635066   410 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.646431   410 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.653636   410 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.654613   359 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.246.124:37913: connect: Connection refused (error 111)
00:28:25.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.655659   410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.246.124:37913: Network error: Client connection negotiation failed: client connection to 127.31.246.124:37913: connect: Connection refused (error 111)
00:28:25.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.656129   339 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } attempt: 3
00:28:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.661680   339 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.663681   339 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.246.124:37913: Network error: Client connection negotiation failed: client connection to 127.31.246.124:37913: connect: Connection refused (error 111)
00:28:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.694904   339 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } attempt: 1
00:28:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.697050   339 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.246.124:37913: Network error: Client connection negotiation failed: client connection to 127.31.246.124:37913: connect: Connection refused (error 111)
00:28:25.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.705000   410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } attempt: 1
00:28:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.708027   410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.246.124:37913: Network error: Client connection negotiation failed: client connection to 127.31.246.124:37913: connect: Connection refused (error 111)
00:28:25.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.760300   411 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:25.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.760609   411 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:25.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.760660   411 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:25.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.765044   411 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:25.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.765132   411 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:25.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.765156   411 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:25.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.765177   411 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:25.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.765196   411 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:25.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.765213   411 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44887/jwks.json
00:28:25.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.769604   411 master_runner.cc:387] Master server non-default flags:
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.246.84:45767
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/data
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/wal
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37109
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.246.126:41497,127.31.246.125:40781,127.31.246.124:37913
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.246.124:37913
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44887/jwks.json
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/data/info.pb
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.246.124
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.411
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/logs
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:25.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:25.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:25.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:25.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:25.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:25.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:25.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.771138   411 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:25.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.772313   339 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } attempt: 2
00:28:25.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.772748   411 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:25.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.774297   339 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.246.124:37913: Network error: Client connection negotiation failed: client connection to 127.31.246.124:37913: connect: Connection refused (error 111)
00:28:25.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.776309   410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } attempt: 2
00:28:25.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.778353   410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.246.124:37913: Network error: Client connection negotiation failed: client connection to 127.31.246.124:37913: connect: Connection refused (error 111)
00:28:25.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.779776   421 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
00:28:25.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.779757   423 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
00:28:25.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.779755   420 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
00:28:25.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.781088   411 server_base.cc:1061] running on GCE node
00:28:25.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.781654   411 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:25.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.783087   411 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:25.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.784417   411 hybrid_clock.cc:648] HybridClock initialized: now 1783470505784378 us; error 65 us; skew 500 ppm
00:28:25.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.786662   411 webserver.cc:534] Webserver started at http://127.31.246.124:45875/ using document root <none> and password file <none>
00:28:25.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.787314   411 fs_manager.cc:362] Metadata directory not provided
00:28:25.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.787375   411 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:25.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.787554   411 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.789343   411 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/data/instance:
00:28:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bd3a4815892a4b9fa0697c5016ecf92a"
00:28:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-88w2"
00:28:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.789832   411 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/wal/instance:
00:28:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bd3a4815892a4b9fa0697c5016ecf92a"
00:28:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-88w2"
00:28:25.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.794023   411 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
00:28:25.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.796784   429 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.798152   411 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.798358   411 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/wal
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bd3a4815892a4b9fa0697c5016ecf92a"
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-88w2"
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.798509   411 fs_report.cc:389] FS layout report
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/wal
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/wal
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/data/data
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:25.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:25.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:25.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:25.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:25.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:25.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:25.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:25.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:25.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.826604   411 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:25.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.827780   411 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:25.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.828028   411 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:25.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.838328   411 rpc_server.cc:307] RPC server started. Bound to: 127.31.246.124:37913
00:28:25.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.838384   481 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.246.124:37913 every 8 connection(s)
00:28:25.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.839655   411 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/data/info.pb
00:28:25.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.842020 32729 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 411
00:28:25.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.842175 32729 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster4355146938635452127/master-2/wal/instance
00:28:25.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.844286   482 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.850199   482 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.858482   482 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.863770   482 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.869552   410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } attempt: 3
00:28:25.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.871691   482 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a: Bootstrap starting.
00:28:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.873492   339 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } attempt: 3
00:28:25.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.875167 32729 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:25.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.875530   482 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a: Neither blocks nor log segments found. Creating new log.
00:28:25.876 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:25.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.876528   482 log.cc:826] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a: Log is configured to *not* fsync() on all Append() calls
00:28:25.876 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.878043   410 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc: Bootstrap starting.
00:28:25.877 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.246.126"
      port: 41497
    }
    bound_http_address {
      host: "127.31.246.126"
      port: 42881
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.246.125"
      port: 40781
    }
    bound_http_address {
      host: "127.31.246.125"
      port: 35533
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.246.124"
      port: 37913
    }
    bound_http_address {
      host: "127.31.246.124"
      port: 45875
    }
  }
}

00:28:25.879 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:25.879 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.880925   482 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a: No bootstrap required, opened a new log
00:28:25.881 [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=c211b12a-8129-4df3-a31d-728dfc219131, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.246.124:37913,127.31.246.126:41497,127.31.246.125:40781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.881698   410 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc: Neither blocks nor log segments found. Creating new log.
00:28:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.882761   410 log.cc:826] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc: Log is configured to *not* fsync() on all Append() calls
00:28:25.884 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:25.885 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:25.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.884954   482 raft_consensus.cc:359] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } }
00:28:25.885 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65faf051, with PersistenceManager: null will be shutdown
00:28:25.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.885432   482 raft_consensus.cc:385] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:25.885 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65faf051, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4fda3765 created in the thread with id: 159
00:28:25.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.885697   482 raft_consensus.cc:740] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bd3a4815892a4b9fa0697c5016ecf92a, State: Initialized, Role: FOLLOWER
00:28:25.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.886415   482 consensus_queue.cc:260] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [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: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } }
00:28:25.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.886592   410 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc: No bootstrap required, opened a new log
00:28:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.888314   482 sys_catalog.cc:565] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [sys.catalog]: configured and running, proceeding with master startup.
00:28:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.888486   488 sys_catalog.cc:455] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [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: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.888752   488 sys_catalog.cc:458] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [sys.catalog]: This master's current role is: FOLLOWER
00:28:25.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.892619   410 raft_consensus.cc:359] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } }
00:28:25.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.892890   410 raft_consensus.cc:385] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:25.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.892962   410 raft_consensus.cc:740] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 87015d182d5a4f8ebb0c74483d1d0ecc, State: Initialized, Role: FOLLOWER
00:28:25.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.893579   410 consensus_queue.cc:260] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [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: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } }
00:28:25.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.894243   503 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [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: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:25.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.894577   503 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [sys.catalog]: This master's current role is: FOLLOWER
00:28:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.894837   339 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021: Bootstrap starting.
00:28:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.895313   410 sys_catalog.cc:565] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [sys.catalog]: configured and running, proceeding with master startup.
00:28:25.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.897692   339 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021: Neither blocks nor log segments found. Creating new log.
00:28:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.899180   502 catalog_manager.cc:1593] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:25.899 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65faf051
00:28:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.899662   502 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:25.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.900161   339 log.cc:826] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021: Log is configured to *not* fsync() on all Append() calls
00:28:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.904158   340 master_runner.cc:187] Error getting master registration for 127.31.246.126:41497: OK, instance_id { permanent_uuid: "f57e089382284257b4d0178294fda021" instance_seqno: 1783470505413961 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:25.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.906935   340 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:25.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.906827   411 master_runner.cc:187] Error getting master registration for 127.31.246.126:41497: OK, instance_id { permanent_uuid: "f57e089382284257b4d0178294fda021" instance_seqno: 1783470505413961 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:25.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.909795   411 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:25.911 [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=	
00:28:25.911 [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=	
00:28:25.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.912385   515 client.h:372] Failed to connect to Hive Metastore (localhost:37109): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:25.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.912470   499 client.h:372] Failed to connect to Hive Metastore (localhost:37109): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:25.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.917603   518 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.918041   518 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:25.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.934116   339 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021: No bootstrap required, opened a new log
00:28:25.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.938499   339 raft_consensus.cc:359] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } }
00:28:25.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.938730   339 raft_consensus.cc:385] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:25.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.938788   339 raft_consensus.cc:740] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f57e089382284257b4d0178294fda021, State: Initialized, Role: FOLLOWER
00:28:25.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.939877   339 consensus_queue.cc:260] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [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: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } }
00:28:25.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.941584   339 sys_catalog.cc:565] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [sys.catalog]: configured and running, proceeding with master startup.
00:28:25.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.953837 32740 master_runner.cc:264] No leader master found from master f57e089382284257b4d0178294fda021
00:28:25.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.954025 32740 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.956322   523 sys_catalog.cc:455] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [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: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:25.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.956779   523 sys_catalog.cc:458] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [sys.catalog]: This master's current role is: FOLLOWER
00:28:25.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.964489   537 catalog_manager.cc:1593] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:25.973 [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=	
00:28:25.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.974763   537 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:25.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.974596   534 client.h:372] Failed to connect to Hive Metastore (localhost:37109): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:26.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.011965   503 raft_consensus.cc:493] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:28:26.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.012243   503 raft_consensus.cc:515] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } }
00:28:26.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.013679   503 leader_election.cc:290] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f57e089382284257b4d0178294fda021 (127.31.246.126:41497), bd3a4815892a4b9fa0697c5016ecf92a (127.31.246.124:37913)
00:28:26.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.015451   313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f57e089382284257b4d0178294fda021" is_pre_election: true
00:28:26.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.015559   456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" is_pre_election: true
00:28:26.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.015862   313 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 87015d182d5a4f8ebb0c74483d1d0ecc in term 0.
00:28:26.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.016003   456 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 87015d182d5a4f8ebb0c74483d1d0ecc in term 0.
00:28:26.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.016546   360 leader_election.cc:304] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [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: 87015d182d5a4f8ebb0c74483d1d0ecc, f57e089382284257b4d0178294fda021; no voters: 
00:28:26.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.017652   503 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 0 FOLLOWER]: Leader pre-election won for term 1
00:28:26.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.017750   503 raft_consensus.cc:493] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:28:26.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.017798   503 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 0 FOLLOWER]: Advancing to term 1
00:28:26.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.019248   503 raft_consensus.cc:515] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } }
00:28:26.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.020632   313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f57e089382284257b4d0178294fda021"
00:28:26.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.020797   313 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [term 0 FOLLOWER]: Advancing to term 1
00:28:26.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.022172   313 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 87015d182d5a4f8ebb0c74483d1d0ecc in term 1.
00:28:26.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.022615   360 leader_election.cc:304] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [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: 87015d182d5a4f8ebb0c74483d1d0ecc, f57e089382284257b4d0178294fda021; no voters: 
00:28:26.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.023990   456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bd3a4815892a4b9fa0697c5016ecf92a"
00:28:26.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.024219   456 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [term 0 FOLLOWER]: Advancing to term 1
00:28:26.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.025583   456 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 87015d182d5a4f8ebb0c74483d1d0ecc in term 1.
00:28:26.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.026362   503 leader_election.cc:290] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [CANDIDATE]: Term 1 election: Requested vote from peers f57e089382284257b4d0178294fda021 (127.31.246.126:41497), bd3a4815892a4b9fa0697c5016ecf92a (127.31.246.124:37913)
00:28:26.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.026594   503 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 1 FOLLOWER]: Leader election won for term 1
00:28:26.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.026690   503 raft_consensus.cc:697] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [term 1 LEADER]: Becoming Leader. State: Replica: 87015d182d5a4f8ebb0c74483d1d0ecc, State: Running, Role: LEADER
00:28:26.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.027065   503 consensus_queue.cc:237] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [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: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } }
00:28:26.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.029775   503 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [sys.catalog]: SysCatalogTable state changed. Reason: New leader 87015d182d5a4f8ebb0c74483d1d0ecc. Latest consensus state: current_term: 1 leader_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:26.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.030099   503 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [sys.catalog]: This master's current role is: LEADER
00:28:26.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.040573   542 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:28:26.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.042439   542 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:28:26.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.064823   456 raft_consensus.cc:1275] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [term 1 FOLLOWER]: Refusing update from remote peer 87015d182d5a4f8ebb0c74483d1d0ecc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:26.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.065901   540 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [LEADER]: Connected to new peer: Peer: permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:26.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.071451   488 sys_catalog.cc:455] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 87015d182d5a4f8ebb0c74483d1d0ecc. Latest consensus state: current_term: 1 leader_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:26.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.071612   488 sys_catalog.cc:458] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [sys.catalog]: This master's current role is: FOLLOWER
00:28:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.073294   313 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [term 1 FOLLOWER]: Refusing update from remote peer 87015d182d5a4f8ebb0c74483d1d0ecc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.074167   540 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [LEADER]: Connected to new peer: Peer: permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:26.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.079093   523 sys_catalog.cc:455] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 87015d182d5a4f8ebb0c74483d1d0ecc. Latest consensus state: current_term: 1 leader_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:26.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.079262   523 sys_catalog.cc:458] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [sys.catalog]: This master's current role is: FOLLOWER
00:28:26.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.079757   435 tablet.cc:2406] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.084651   540 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:26.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.084828   540 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [sys.catalog]: This master's current role is: LEADER
00:28:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.086805   488 sys_catalog.cc:455] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.086941   488 sys_catalog.cc:458] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a [sys.catalog]: This master's current role is: FOLLOWER
00:28:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.087651   543 mvcc.cc:204] Tried to move back new op lower bound from 7305095192830857216 to 7305095192692441088. Current Snapshot: MvccSnapshot[applied={T|T < 7305095192830857216}]
00:28:26.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.090977   544 mvcc.cc:204] Tried to move back new op lower bound from 7305095192830857216 to 7305095192692441088. Current Snapshot: MvccSnapshot[applied={T|T < 7305095192830857216}]
00:28:26.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.093742   503 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:26.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.093933   503 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc [sys.catalog]: This master's current role is: LEADER
00:28:26.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.093986   542 catalog_manager.cc:1382] Generated new cluster ID: a6da35a5ee474795958fd6fa6cbffb3f
00:28:26.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.094051   542 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:28:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.096213   523 sys_catalog.cc:455] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f57e089382284257b4d0178294fda021" member_type: VOTER last_known_addr { host: "127.31.246.126" port: 41497 } } peers { permanent_uuid: "87015d182d5a4f8ebb0c74483d1d0ecc" member_type: VOTER last_known_addr { host: "127.31.246.125" port: 40781 } } peers { permanent_uuid: "bd3a4815892a4b9fa0697c5016ecf92a" member_type: VOTER last_known_addr { host: "127.31.246.124" port: 37913 } } }
00:28:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.096392   523 sys_catalog.cc:458] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021 [sys.catalog]: This master's current role is: FOLLOWER
00:28:26.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.097548   546 mvcc.cc:204] Tried to move back new op lower bound from 7305095192830857216 to 7305095192692441088. Current Snapshot: MvccSnapshot[applied={T|T < 7305095192830857216}]
00:28:26.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.145498   542 catalog_manager.cc:1405] Generated new certificate authority record
00:28:26.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.146989   542 catalog_manager.cc:1539] Loading token signing keys...
00:28:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.174422   542 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 87015d182d5a4f8ebb0c74483d1d0ecc: Generated new TSK 0
00:28:26.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.175916   542 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:28:26.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.177052   542 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:28:26.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.177820   542 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:28:26.368 [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.
00:28:26.376 [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.
00:28:26.376 [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.
00:28:26.455 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:26.462 [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/hive974130451346540546/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=c211b12a-8129-4df3-a31d-728dfc219131, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.246.124:37913,127.31.246.126:41497,127.31.246.125:40781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:26.464 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive974130451346540546/external-warehouse/table
00:28:26.548 [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	
00:28:26.586 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:26.587 [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)	
00:28:26.590 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
00:28:26.592 [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/hive974130451346540546/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)
00:28:26.593 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive974130451346540546/external-warehouse/legacy_table
00:28:26.612 [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	
00:28:26.624 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:26.631 [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	
00:28:26.643 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:26.686 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:26.686 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:26.710 [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	
00:28:26.730 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:26.741 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:26.741 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:26.750 [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.
00:28:26.752 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:28:26.754 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.31.246.124:37913(127.31.246.124:37913)] connecting to peer
00:28:26.756 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.31.246.126:41497(127.31.246.126:41497)] connecting to peer
00:28:26.757 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.31.246.124:37913(127.31.246.124:37913)] Successfully connected to peer
00:28:26.763 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.31.246.125:40781(127.31.246.125:40781)] connecting to peer
00:28:26.766 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.31.246.126:41497(127.31.246.126:41497)] Successfully connected to peer
00:28:26.769 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.246.124
00:28:26.774 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.31.246.125:40781(127.31.246.125:40781)] Successfully connected to peer
00:28:26.793 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.246.126
00:28:26.794 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.31.246.125
00:28:26.818 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:26.831 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:26.836 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:26.841 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x88d1d8b9, L:/127.0.0.1:59350 - R:/127.31.246.125:40781] using SASL/PLAIN
00:28:26.843 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xf77e8e07, L:/127.0.0.1:49726 - R:/127.31.246.124:37913] using SASL/PLAIN
00:28:26.844 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x07814d54, L:/127.0.0.1:42908 - R:/127.31.246.126:41497] using SASL/PLAIN
00:28:26.846 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:28:26.847 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:26.850 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:26.851 [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	
00:28:26.862 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:26.873 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:26.874 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:26.880 [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	
00:28:26.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.901364   502 catalog_manager.cc:1294] Loaded cluster ID: a6da35a5ee474795958fd6fa6cbffb3f
00:28:26.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.901470   502 catalog_manager.cc:1587] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a: loading cluster ID for follower catalog manager: success
00:28:26.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.904038   502 catalog_manager.cc:1609] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a: acquiring CA information for follower catalog manager: success
00:28:26.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.905540   502 catalog_manager.cc:1637] T 00000000000000000000000000000000 P bd3a4815892a4b9fa0697c5016ecf92a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:26.911 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:26.925 [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=	
00:28:26.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.926409   499 client.h:372] Failed to connect to Hive Metastore (localhost:37109): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:26.927 [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=	
00:28:26.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.928166   515 client.h:372] Failed to connect to Hive Metastore (localhost:37109): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:26.940 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:26.940 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:26.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.977174   537 catalog_manager.cc:1294] Loaded cluster ID: a6da35a5ee474795958fd6fa6cbffb3f
00:28:26.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.977267   537 catalog_manager.cc:1587] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021: loading cluster ID for follower catalog manager: success
00:28:26.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.979647   537 catalog_manager.cc:1609] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021: acquiring CA information for follower catalog manager: success
00:28:26.982 [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	
00:28:26.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.982793   537 catalog_manager.cc:1637] T 00000000000000000000000000000000 P f57e089382284257b4d0178294fda021: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:26.990 [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=	
00:28:26.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.990800   534 client.h:372] Failed to connect to Hive Metastore (localhost:37109): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:27.002 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.035 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.035 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.043 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:27.045 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:27.046 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:27.056 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.070 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.070 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.074 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:27.075 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:27.076 [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	
00:28:27.086 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.099 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.099 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.104 [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	
00:28:27.114 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.125 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.125 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.139 [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	
00:28:27.149 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.159 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.159 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.163 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:27.164 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:27.166 [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	
00:28:27.178 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.193 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.193 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.202 [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	
00:28:27.213 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.225 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.226 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.234 [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	
00:28:27.248 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.262 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.262 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.271 [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	
00:28:27.284 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.297 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.297 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.388 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:27.392 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:27.394 [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	
00:28:27.429 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.448 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.448 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.462 [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	
00:28:27.472 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.483 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.483 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.493 [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	
00:28:27.502 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:27.513 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.513 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.521 [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	
00:28:27.530 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:27.531 [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	
00:28:27.643 [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.
00:28:27.777 [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.
00:28:27.815 [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.
00:28:27.930 [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=	
00:28:27.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.931401   499 client.h:372] Failed to connect to Hive Metastore (localhost:37109): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:27.932 [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=	
00:28:27.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.933210   515 client.h:372] Failed to connect to Hive Metastore (localhost:37109): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:27.938 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive974130451346540546/warehouse/default/table
00:28:27.939 [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)	
00:28:27.942 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:27.944 [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/hive974130451346540546/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)
00:28:27.945 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive974130451346540546/external-warehouse/table specified for non-external table:table
00:28:27.946 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:27.946 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:27.982 [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	
00:28:28.004 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:28.004 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:28.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:28.004607   534 client.h:372] Failed to connect to Hive Metastore (localhost:37109): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:28.006 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:28.016 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:28.034 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:28.034 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:28.039 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:28.040 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:28.042 [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	
00:28:28.051 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:28.062 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:28.062 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:28.066 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:28.068 [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.$Proxy25.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.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	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)

00:28:28.069 [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	
00:28:28.079 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:28.089 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:28.089 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:28.095 [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	
00:28:28.105 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
00:28:28.116 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
00:28:28.116 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
00:28:28.124 [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	
00:28:28.133 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:28.135 [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	
00:28:28.200 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:28:28.202 [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=c211b12a-8129-4df3-a31d-728dfc219131, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.246.124:37913,127.31.246.126:41497,127.31.246.125:40781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:28.204 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:28.206 [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/hive974130451346540546/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=c211b12a-8129-4df3-a31d-728dfc219131, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.246.124:37913,127.31.246.126:41497,127.31.246.125:40781}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:28.207 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive974130451346540546/external-warehouse/table
00:28:28.229 [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	
00:28:28.238 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:28.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	
00:28:28.249 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:28.261 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:28.261 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:28.267 [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	
00:28:28.274 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:28.275 [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	
00:28:28.313 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:28.313 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:28:28.313 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@65faf051, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4fda3765 will be shutdown
00:28:28.314 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:28:28.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.313791 32729 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 32740
00:28:28.325 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.31.246.126:41497(127.31.246.126:41497)] handling channelInactive
00:28:28.325 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.31.246.126:41497(127.31.246.126:41497)] cleaning up while in state READY due to: connection closed
00:28:28.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.325907 32729 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 340
00:28:28.335 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.31.246.125:40781(127.31.246.125:40781)] handling channelInactive
00:28:28.336 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.31.246.125:40781(127.31.246.125:40781)] cleaning up while in state READY due to: connection closed
00:28:28.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.336149 32729 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 411
00:28:28.343 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.31.246.124:37913(127.31.246.124:37913)] handling channelInactive
00:28:28.343 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.31.246.124:37913(127.31.246.124:37913)] cleaning up while in state READY due to: connection closed
00:28:28.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:28Z chronyd exiting
.00:28:28.393 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:28.393 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:28.393 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:28.411 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive4054833993769667381
00:28:28.412 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:28.413 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:28.415 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:28.415 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:28.415 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:28.415 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:28.417 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:28.417 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:28.418 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:28.418 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:28.419 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
00:28:28.469 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:28.470 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
00:28:28.470 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:28.471 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:28.473 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:28.473 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:28.486 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:28.486 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:28.486 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:28.505 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:28.506 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:28.506 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:28.506 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:28.507 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:28.507 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:28.678 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:28.678 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@670d819a, with PersistenceManager: null will be shutdown
00:28:28.679 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@670d819a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@437a0492 created in the thread with id: 178
00:28:28.681 [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
00:28:28.682 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@670d819a
00:28:28.886 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
00:28:28.906 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:28.935 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
00:28:28.936 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
00:28:28.970 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:28.970 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:28.971 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:28.971 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:28.972 [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)
00:28:28.972 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [40251]...
00:28:28.972 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:28.972 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:28.972 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
00:28:28.972 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
00:28:29.415 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:29.415 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:29.416 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:29.418 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:29.419 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40251]
00:28:29.419 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40251) in binary transport mode
00:28:29.420 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40251) current connections: 1
00:28:29.422 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskgYQYmc/test-tmp
00:28:29.422 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
00:28:29.423 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskgYQYmc/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:29.426 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40251"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:29.541 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:29.541 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:29.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.543061   597 mini_oidc.cc:150] Starting JWKS server
00:28:29.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.544900   597 webserver.cc:534] Webserver started at http://127.0.0.1:33501/ using document root <none> and password file <none>
00:28:29.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.545136   597 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:29.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.545442   597 webserver.cc:534] Webserver started at http://127.0.0.1:44851/ using document root <none> and password file <none>
00:28:29.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:29Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:29.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:29Z Disabled control of system clock
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.562794   597 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/wal
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/data
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/logs
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/data/info.pb
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:29.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:29.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:29.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:29.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.149.126:33919
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.149.126
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.149.84:42741
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.149.126:33919,127.0.149.125:41617,127.0.149.124:43079
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33501/jwks.json
00:28:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40251 with env {}
00:28:29.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.683048   608 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:29.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.683338   608 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:29.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.683393   608 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.687389   608 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.687480   608 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:29.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.687505   608 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.687525   608 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.687546   608 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:29.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.687570   608 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33501/jwks.json
00:28:29.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.692374   608 master_runner.cc:387] Master server non-default flags:
00:28:29.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:29.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.149.84:42741
00:28:29.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/data
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/wal
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40251
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.149.126:33919,127.0.149.125:41617,127.0.149.124:43079
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.149.126:33919
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33501/jwks.json
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/data/info.pb
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.149.126
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.608
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/logs
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:29.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:29.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.695163   608 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:29.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.696395   608 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:29.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.703315   616 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
00:28:29.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.703465   614 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
00:28:29.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.703657   613 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
00:28:29.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.703948   608 server_base.cc:1061] running on GCE node
00:28:29.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.704713   608 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:29.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.705996   608 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:29.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.707221   608 hybrid_clock.cc:648] HybridClock initialized: now 1783470509707193 us; error 45 us; skew 500 ppm
00:28:29.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.709896   608 webserver.cc:534] Webserver started at http://127.0.149.126:36397/ using document root <none> and password file <none>
00:28:29.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.710615   608 fs_manager.cc:362] Metadata directory not provided
00:28:29.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.710680   608 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:29.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.710897   608 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:29.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.712910   608 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/data/instance:
00:28:29.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b852d1d928f848be8c5f8ccc8b0b1753"
00:28:29.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:29 on dist-test-slave-88w2"
00:28:29.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.713433   608 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/wal/instance:
00:28:29.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b852d1d928f848be8c5f8ccc8b0b1753"
00:28:29.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:29 on dist-test-slave-88w2"
00:28:29.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.717738   608 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
00:28:29.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.720924   622 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:29.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.722513   608 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:29.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.722671   608 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/wal
00:28:29.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b852d1d928f848be8c5f8ccc8b0b1753"
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:29 on dist-test-slave-88w2"
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.722826   608 fs_report.cc:389] FS layout report
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/wal
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/wal
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/data/data
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:29.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:29.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.743600   608 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:29.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.744480   608 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:29.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.744650   608 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:29.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.752995   608 rpc_server.cc:307] RPC server started. Bound to: 127.0.149.126:33919
00:28:29.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.752987   674 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.149.126:33919 every 8 connection(s)
00:28:29.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.754079   608 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/data/info.pb
00:28:29.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.757745   675 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:29.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.761596   675 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } has no permanent_uuid. Determining permanent_uuid...
00:28:29.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.762127   597 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 608
00:28:29.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.762300   597 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-0/wal/instance
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.764281   597 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/wal
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/data
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/logs
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/data/info.pb
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.149.125:41617
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.149.125
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.149.84:42741
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.149.126:33919,127.0.149.125:41617,127.0.149.124:43079
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33501/jwks.json
00:28:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40251 with env {}
00:28:29.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.781788   675 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } has no permanent_uuid. Determining permanent_uuid...
00:28:29.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.782905   624 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.149.125:41617: connect: Connection refused (error 111)
00:28:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.784091   675 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.149.125:41617: Network error: Client connection negotiation failed: client connection to 127.0.149.125:41617: connect: Connection refused (error 111)
00:28:29.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.833389   675 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } attempt: 1
00:28:29.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.835361   675 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.149.125:41617: Network error: Client connection negotiation failed: client connection to 127.0.149.125:41617: connect: Connection refused (error 111)
00:28:29.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.893060   676 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:29.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.893458   676 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:29.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.893544   676 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:29.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.897536   676 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:29.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.897666   676 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:29.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.897702   676 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:29.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.897732   676 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:29.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.897758   676 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:29.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.897778   676 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33501/jwks.json
00:28:29.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.902523   676 master_runner.cc:387] Master server non-default flags:
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.149.84:42741
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/data
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/wal
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40251
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.149.126:33919,127.0.149.125:41617,127.0.149.124:43079
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.149.125:41617
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33501/jwks.json
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/data/info.pb
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.149.125
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.676
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/logs
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:29.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.903582   675 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } attempt: 2
00:28:29.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.905292   676 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:29.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.905669   675 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.149.125:41617: Network error: Client connection negotiation failed: client connection to 127.0.149.125:41617: connect: Connection refused (error 111)
00:28:29.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.907183   676 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:29.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.914294   685 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
00:28:29.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.914310   687 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
00:28:29.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.914958   676 server_base.cc:1061] running on GCE node
00:28:29.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.915105   684 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
00:28:29.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.915745   676 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:29.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.916899   676 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:29.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.918109   676 hybrid_clock.cc:648] HybridClock initialized: now 1783470509918089 us; error 42 us; skew 500 ppm
00:28:29.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.920213   676 webserver.cc:534] Webserver started at http://127.0.149.125:44201/ using document root <none> and password file <none>
00:28:29.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.920877   676 fs_manager.cc:362] Metadata directory not provided
00:28:29.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.920944   676 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:29.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.921133   676 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:29.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.922834   676 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/data/instance:
00:28:29.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6fd37f18aad74594860b77f488ba124e"
00:28:29.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:29 on dist-test-slave-88w2"
00:28:29.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.923307   676 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/wal/instance:
00:28:29.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6fd37f18aad74594860b77f488ba124e"
00:28:29.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:29 on dist-test-slave-88w2"
00:28:29.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.927214   676 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
00:28:29.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.930162   693 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:29.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.931653   676 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.931798   676 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/wal
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6fd37f18aad74594860b77f488ba124e"
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:29 on dist-test-slave-88w2"
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.931887   676 fs_report.cc:389] FS layout report
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/wal
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/wal
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/data/data
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:29.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:29.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.950240   676 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.950960   676 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:29.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.951134   676 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:29.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.959738   676 rpc_server.cc:307] RPC server started. Bound to: 127.0.149.125:41617
00:28:29.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.959780   745 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.149.125:41617 every 8 connection(s)
00:28:29.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.960930   676 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/data/info.pb
00:28:29.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.962704   597 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 676
00:28:29.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.962814   597 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-1/wal/instance
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.963433   597 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/wal
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/data
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/logs
00:28:29.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/data/info.pb
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.149.124:43079
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.149.124
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.149.84:42741
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.149.126:33919,127.0.149.125:41617,127.0.149.124:43079
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33501/jwks.json
00:28:29.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40251 with env {}
00:28:29.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.965204   746 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.969484   746 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } has no permanent_uuid. Determining permanent_uuid...
00:28:29.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.982404   746 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } has no permanent_uuid. Determining permanent_uuid...
00:28:29.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.990092   746 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } has no permanent_uuid. Determining permanent_uuid...
00:28:29.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.991027   697 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.149.124:43079: connect: Connection refused (error 111)
00:28:29.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.992172   746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.149.124:43079: Network error: Client connection negotiation failed: client connection to 127.0.149.124:43079: connect: Connection refused (error 111)
00:28:29.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.996886   675 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } attempt: 3
00:28:30.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.002060   675 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } has no permanent_uuid. Determining permanent_uuid...
00:28:30.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.003499   675 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.149.124:43079: Network error: Client connection negotiation failed: client connection to 127.0.149.124:43079: connect: Connection refused (error 111)
00:28:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.034772   675 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } attempt: 1
00:28:30.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.036823   675 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.149.124:43079: Network error: Client connection negotiation failed: client connection to 127.0.149.124:43079: connect: Connection refused (error 111)
00:28:30.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.041464   746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } attempt: 1
00:28:30.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.043411   746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.149.124:43079: Network error: Client connection negotiation failed: client connection to 127.0.149.124:43079: connect: Connection refused (error 111)
00:28:30.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.101462   747 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:30.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.101771   747 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:30.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.101821   747 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:30.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.105459   747 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:30.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.105542   747 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:30.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.105563   747 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:30.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.105581   747 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:30.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.105602   747 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:30.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.105616   747 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33501/jwks.json
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.109854   747 master_runner.cc:387] Master server non-default flags:
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.149.84:42741
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/data
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/wal
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40251
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.149.126:33919,127.0.149.125:41617,127.0.149.124:43079
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.149.124:43079
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33501/jwks.json
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/data/info.pb
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.149.124
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.747
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/logs
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.111640   747 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.111680   746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } attempt: 2
00:28:30.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.112104   675 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } attempt: 2
00:28:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.113968   675 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.149.124:43079: Network error: Client connection negotiation failed: client connection to 127.0.149.124:43079: connect: Connection refused (error 111)
00:28:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.114127   746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.149.124:43079: Network error: Client connection negotiation failed: client connection to 127.0.149.124:43079: connect: Connection refused (error 111)
00:28:30.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.114295   747 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:30.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.120920   756 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
00:28:30.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.120924   758 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
00:28:30.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.121162   747 server_base.cc:1061] running on GCE node
00:28:30.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.120908   755 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
00:28:30.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.122632   747 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:30.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.124233   747 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:30.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.125447   747 hybrid_clock.cc:648] HybridClock initialized: now 1783470510125398 us; error 76 us; skew 500 ppm
00:28:30.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.128391   747 webserver.cc:534] Webserver started at http://127.0.149.124:41027/ using document root <none> and password file <none>
00:28:30.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.129288   747 fs_manager.cc:362] Metadata directory not provided
00:28:30.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.129384   747 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:30.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.129658   747 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.131879   747 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/data/instance:
00:28:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf"
00:28:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:30 on dist-test-slave-88w2"
00:28:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.132507   747 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/wal/instance:
00:28:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf"
00:28:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:30 on dist-test-slave-88w2"
00:28:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.137151   747 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
00:28:30.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.140378   764 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.142004   747 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.142163   747 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/wal
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf"
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:30 on dist-test-slave-88w2"
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.142267   747 fs_report.cc:389] FS layout report
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/wal
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/wal
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/data/data
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:30.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.164204   747 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:30.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.165122   747 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:30.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.165333   747 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:30.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.174984   747 rpc_server.cc:307] RPC server started. Bound to: 127.0.149.124:43079
00:28:30.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.174985   816 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.149.124:43079 every 8 connection(s)
00:28:30.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.176498   747 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/data/info.pb
00:28:30.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.180163   817 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:30.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.183812   817 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } has no permanent_uuid. Determining permanent_uuid...
00:28:30.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.184772   597 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 747
00:28:30.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.184875   597 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster9356650967236735877/master-2/wal/instance
00:28:30.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.195948   817 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } has no permanent_uuid. Determining permanent_uuid...
00:28:30.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.201228   817 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } has no permanent_uuid. Determining permanent_uuid...
00:28:30.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.205284   746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } attempt: 3
00:28:30.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.209372   817 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf: Bootstrap starting.
00:28:30.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.212980   817 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf: Neither blocks nor log segments found. Creating new log.
00:28:30.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.213270   746 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e: Bootstrap starting.
00:28:30.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.213500   675 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } attempt: 3
00:28:30.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.214102   817 log.cc:826] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf: Log is configured to *not* fsync() on all Append() calls
00:28:30.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.214124   597 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:30.215 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:30.215 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:30.216 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.149.126"
      port: 33919
    }
    bound_http_address {
      host: "127.0.149.126"
      port: 36397
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.149.125"
      port: 41617
    }
    bound_http_address {
      host: "127.0.149.125"
      port: 44201
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.149.124"
      port: 43079
    }
    bound_http_address {
      host: "127.0.149.124"
      port: 41027
    }
  }
}

00:28:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.216724   817 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf: No bootstrap required, opened a new log
00:28:30.217 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:30.217 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:30.218 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.219744   597 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 608
00:28:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.219758   746 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e: Neither blocks nor log segments found. Creating new log.
00:28:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.220853   817 raft_consensus.cc:359] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b852d1d928f848be8c5f8ccc8b0b1753" member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } } peers { permanent_uuid: "6fd37f18aad74594860b77f488ba124e" member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } } peers { permanent_uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf" member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } }
00:28:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.221045   817 raft_consensus.cc:385] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.221081   817 raft_consensus.cc:740] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab6c8da0c2504e88ac9e0779c3f8fccf, State: Initialized, Role: FOLLOWER
00:28:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.221072   746 log.cc:826] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e: Log is configured to *not* fsync() on all Append() calls
00:28:30.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.221589   817 consensus_queue.cc:260] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [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: "b852d1d928f848be8c5f8ccc8b0b1753" member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } } peers { permanent_uuid: "6fd37f18aad74594860b77f488ba124e" member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } } peers { permanent_uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf" member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } }
00:28:30.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.223006   817 sys_catalog.cc:565] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [sys.catalog]: configured and running, proceeding with master startup.
00:28:30.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.223305   746 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e: No bootstrap required, opened a new log
00:28:30.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.227979   746 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b852d1d928f848be8c5f8ccc8b0b1753" member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } } peers { permanent_uuid: "6fd37f18aad74594860b77f488ba124e" member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } } peers { permanent_uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf" member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } }
00:28:30.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.228259   746 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:30.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.228328   746 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6fd37f18aad74594860b77f488ba124e, State: Initialized, Role: FOLLOWER
00:28:30.228 [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=	
00:28:30.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.228906   746 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e [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: "b852d1d928f848be8c5f8ccc8b0b1753" member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } } peers { permanent_uuid: "6fd37f18aad74594860b77f488ba124e" member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } } peers { permanent_uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf" member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } }
00:28:30.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.229493   768 connection.cc:573] client connection to 127.0.149.126:33919 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
00:28:30.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.229732   834 client.h:372] Failed to connect to Hive Metastore (localhost:40251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:30.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.230782   746 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e [sys.catalog]: configured and running, proceeding with master startup.
00:28:30.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.229774   747 master_runner.cc:187] Error getting master registration for 127.0.149.126:33919: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
00:28:30.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.231977   747 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:30.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.232607   845 sys_catalog.cc:455] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [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: "b852d1d928f848be8c5f8ccc8b0b1753" member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } } peers { permanent_uuid: "6fd37f18aad74594860b77f488ba124e" member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } } peers { permanent_uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf" member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } } }
00:28:30.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.232923   839 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e [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: "b852d1d928f848be8c5f8ccc8b0b1753" member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } } peers { permanent_uuid: "6fd37f18aad74594860b77f488ba124e" member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } } peers { permanent_uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf" member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } } }
00:28:30.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.233106   839 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6fd37f18aad74594860b77f488ba124e [sys.catalog]: This master's current role is: FOLLOWER
00:28:30.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.233271   845 sys_catalog.cc:458] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [sys.catalog]: This master's current role is: FOLLOWER
00:28:30.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.233340   597 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 676
00:28:30.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.234272   823 raft_consensus.cc:493] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:28:30.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.234428   823 raft_consensus.cc:515] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b852d1d928f848be8c5f8ccc8b0b1753" member_type: VOTER last_known_addr { host: "127.0.149.126" port: 33919 } } peers { permanent_uuid: "6fd37f18aad74594860b77f488ba124e" member_type: VOTER last_known_addr { host: "127.0.149.125" port: 41617 } } peers { permanent_uuid: "ab6c8da0c2504e88ac9e0779c3f8fccf" member_type: VOTER last_known_addr { host: "127.0.149.124" port: 43079 } }
00:28:30.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.235332   823 leader_election.cc:290] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b852d1d928f848be8c5f8ccc8b0b1753 (127.0.149.126:33919), 6fd37f18aad74594860b77f488ba124e (127.0.149.125:41617)
00:28:30.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.235847   768 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.149.126:33919: connect: Connection refused (error 111)
00:28:30.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.238752   837 catalog_manager.cc:1593] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:30.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.238981   837 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:30.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.241192   768 leader_election.cc:336] T 00000000000000000000000000000000 P ab6c8da0c2504e88ac9e0779c3f8fccf [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer b852d1d928f848be8c5f8ccc8b0b1753 (127.0.149.126:33919): Network error: Client connection negotiation failed: client connection to 127.0.149.126:33919: connect: Connection refused (error 111)
00:28:30.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:30.245293   766 connection.cc:573] client connection to 127.0.149.125:41617 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
00:28:30.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.245756   597 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 747
00:28:30.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:30Z chronyd exiting
.00:28:30.298 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:30.299 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:30.299 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:30.320 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive15094040096287170084
00:28:30.321 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:30.321 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:30.323 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:30.323 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:30.323 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:30.324 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:30.326 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:30.326 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:30.327 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:30.327 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:30.329 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
00:28:30.378 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:30.379 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
00:28:30.379 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:30.380 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:30.382 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:30.382 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:30.393 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:30.393 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:30.393 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:30.411 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:30.411 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:30.412 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:30.412 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:30.413 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:30.413 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:30.603 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:30.603 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cfa333e, with PersistenceManager: null will be shutdown
00:28:30.604 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cfa333e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1a73b0f created in the thread with id: 202
00:28:30.605 [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
00:28:30.606 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cfa333e
00:28:30.711 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
00:28:30.731 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:30.763 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
00:28:30.765 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
00:28:30.799 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:30.800 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:30.801 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:30.801 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:30.802 [WARN - Thread-141] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:28:30.802 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [32983]...
00:28:30.802 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:30.802 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:30.802 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
00:28:30.802 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
00:28:31.322 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:31.323 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:31.323 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:31.325 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:31.325 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:32983]
00:28:31.325 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:32983) in binary transport mode
00:28:31.326 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:32983) current connections: 1
00:28:31.328 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskgYQYmc/test-tmp
00:28:31.328 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
00:28:31.328 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskgYQYmc/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:31.332 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:31.449 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:31.450 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:31.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.451192   876 mini_oidc.cc:150] Starting JWKS server
00:28:31.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.452945   876 webserver.cc:534] Webserver started at http://127.0.0.1:37991/ using document root <none> and password file <none>
00:28:31.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.453088   876 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:31.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.453293   876 webserver.cc:534] Webserver started at http://127.0.0.1:44717/ using document root <none> and password file <none>
00:28:31.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:31Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:31.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:31Z Disabled control of system clock
00:28:31.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.469624   876 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:31.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:31.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/wal
00:28:31.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/data
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/logs
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/data/info.pb
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.219.62:34433
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.219.62
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.219.20:39347
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.219.62:34433,127.0.219.61:38197,127.0.219.60:41115
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:31.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37991/jwks.json with env {}
00:28:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.578150   887 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.578413   887 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.578460   887 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:31.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.582041   887 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:31.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.582134   887 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:31.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.582156   887 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:31.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.582175   887 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:31.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.582195   887 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:31.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.582211   887 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37991/jwks.json
00:28:31.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.586510   887 master_runner.cc:387] Master server non-default flags:
00:28:31.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:31.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.219.20:39347
00:28:31.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:31.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:31.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/data
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/wal
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.219.62:34433,127.0.219.61:38197,127.0.219.60:41115
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.219.62:34433
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37991/jwks.json
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/data/info.pb
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.219.62
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.887
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/logs
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:31.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:31.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.587944   887 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:31.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.589445   887 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:31.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.596344   893 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
00:28:31.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.596320   892 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
00:28:31.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.596323   895 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
00:28:31.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.596724   887 server_base.cc:1061] running on GCE node
00:28:31.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.597816   887 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:31.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.598821   887 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:31.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.600023   887 hybrid_clock.cc:648] HybridClock initialized: now 1783470511599984 us; error 60 us; skew 500 ppm
00:28:31.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.602205   887 webserver.cc:534] Webserver started at http://127.0.219.62:36965/ using document root <none> and password file <none>
00:28:31.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.603034   887 fs_manager.cc:362] Metadata directory not provided
00:28:31.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.603101   887 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:31.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.603279   887 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.604992   887 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/data/instance:
00:28:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e5cfea5656646ee9fe5a1e04809cf29"
00:28:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:31 on dist-test-slave-88w2"
00:28:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.605473   887 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/wal/instance:
00:28:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e5cfea5656646ee9fe5a1e04809cf29"
00:28:31.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:31 on dist-test-slave-88w2"
00:28:31.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.609282   887 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
00:28:31.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.612000   901 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:31.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.613639   887 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.613796   887 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/wal
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e5cfea5656646ee9fe5a1e04809cf29"
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:31 on dist-test-slave-88w2"
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.613888   887 fs_report.cc:389] FS layout report
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/wal
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/wal
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/data/data
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:31.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:31.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.635826   887 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:31.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.636595   887 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:31.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.636754   887 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:31.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.645126   887 rpc_server.cc:307] RPC server started. Bound to: 127.0.219.62:34433
00:28:31.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.645115   953 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.219.62:34433 every 8 connection(s)
00:28:31.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.646327   887 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/data/info.pb
00:28:31.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.650170   954 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:31.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.654546   954 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } has no permanent_uuid. Determining permanent_uuid...
00:28:31.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.656865   876 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 887
00:28:31.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.657045   876 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-0/wal/instance
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.658915   876 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/wal
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/data
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/logs
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/data/info.pb
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.219.61:38197
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.219.61
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.219.20:39347
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.219.62:34433,127.0.219.61:38197,127.0.219.60:41115
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:31.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37991/jwks.json with env {}
00:28:31.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.668001   954 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } has no permanent_uuid. Determining permanent_uuid...
00:28:31.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.669287   902 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.219.61:38197: connect: Connection refused (error 111)
00:28:31.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.670608   954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.219.61:38197: Network error: Client connection negotiation failed: client connection to 127.0.219.61:38197: connect: Connection refused (error 111)
00:28:31.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.719992   954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } attempt: 1
00:28:31.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.722325   954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.219.61:38197: Network error: Client connection negotiation failed: client connection to 127.0.219.61:38197: connect: Connection refused (error 111)
00:28:31.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.785312   958 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:31.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.785629   958 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:31.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.785682   958 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:31.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.789402   958 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:31.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.789482   958 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:31.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.789505   958 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:31.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.789525   958 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:31.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.789543   958 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:31.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.789559   958 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37991/jwks.json
00:28:31.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.790556   954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } attempt: 2
00:28:31.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.792721   954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.219.61:38197: Network error: Client connection negotiation failed: client connection to 127.0.219.61:38197: connect: Connection refused (error 111)
00:28:31.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.794746   958 master_runner.cc:387] Master server non-default flags:
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.219.20:39347
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/data
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/wal
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.219.62:34433,127.0.219.61:38197,127.0.219.60:41115
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.219.61:38197
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37991/jwks.json
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/data/info.pb
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.219.61
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.958
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/logs
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:31.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:31.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.796438   958 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:31.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.798040   958 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:31.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.805282   965 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
00:28:31.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.805305   964 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
00:28:31.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.805282   967 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
00:28:31.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.805720   958 server_base.cc:1061] running on GCE node
00:28:31.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.806442   958 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:31.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.807586   958 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:31.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.808820   958 hybrid_clock.cc:648] HybridClock initialized: now 1783470511808802 us; error 43 us; skew 500 ppm
00:28:31.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.811358   958 webserver.cc:534] Webserver started at http://127.0.219.61:34011/ using document root <none> and password file <none>
00:28:31.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.812171   958 fs_manager.cc:362] Metadata directory not provided
00:28:31.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.812245   958 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:31.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.812469   958 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:31.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.814435   958 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/data/instance:
00:28:31.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5dba1bf373d427897a344035e2e0bf8"
00:28:31.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:31 on dist-test-slave-88w2"
00:28:31.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.814961   958 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/wal/instance:
00:28:31.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5dba1bf373d427897a344035e2e0bf8"
00:28:31.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:31 on dist-test-slave-88w2"
00:28:31.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.819486   958 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
00:28:31.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.822378   973 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.823856   958 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.824031   958 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/wal
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5dba1bf373d427897a344035e2e0bf8"
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:31 on dist-test-slave-88w2"
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.824198   958 fs_report.cc:389] FS layout report
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/wal
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/wal
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/data/data
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:31.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:31.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.857900   958 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:31.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.858932   958 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:31.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.859198   958 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:31.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.869306   958 rpc_server.cc:307] RPC server started. Bound to: 127.0.219.61:38197
00:28:31.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.869295  1025 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.219.61:38197 every 8 connection(s)
00:28:31.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.870750   958 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/data/info.pb
00:28:31.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.874161  1026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:31.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.878265   876 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 958
00:28:31.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.878376   876 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-1/wal/instance
00:28:31.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.877669  1026 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } has no permanent_uuid. Determining permanent_uuid...
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.879101   876 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/wal
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/data
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/logs
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/data/info.pb
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:31.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.219.60:41115
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.219.60
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.219.20:39347
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.219.62:34433,127.0.219.61:38197,127.0.219.60:41115
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:31.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37991/jwks.json with env {}
00:28:31.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.883914   954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } attempt: 3
00:28:31.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.890564  1026 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } has no permanent_uuid. Determining permanent_uuid...
00:28:31.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.892665   954 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } has no permanent_uuid. Determining permanent_uuid...
00:28:31.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.894433   954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.219.60:41115: Network error: Client connection negotiation failed: client connection to 127.0.219.60:41115: connect: Connection refused (error 111)
00:28:31.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.896742  1026 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } has no permanent_uuid. Determining permanent_uuid...
00:28:31.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.897661   975 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.219.60:41115: connect: Connection refused (error 111)
00:28:31.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.898738  1026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.219.60:41115: Network error: Client connection negotiation failed: client connection to 127.0.219.60:41115: connect: Connection refused (error 111)
00:28:31.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.925689   954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } attempt: 1
00:28:31.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.927752   954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.219.60:41115: Network error: Client connection negotiation failed: client connection to 127.0.219.60:41115: connect: Connection refused (error 111)
00:28:31.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:31.948014  1026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } attempt: 1
00:28:31.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:31.950174  1026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.219.60:41115: Network error: Client connection negotiation failed: client connection to 127.0.219.60:41115: connect: Connection refused (error 111)
00:28:32.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.000165  1028 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:32.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.000451  1028 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:32.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.000515  1028 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:32.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.003013   954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } attempt: 2
00:28:32.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.004566  1028 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:32.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.004675  1028 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:32.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.004717  1028 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:32.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.004746  1028 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:32.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.004772  1028 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:32.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.004793  1028 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37991/jwks.json
00:28:32.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.005185   954 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.219.60:41115: Network error: Client connection negotiation failed: client connection to 127.0.219.60:41115: connect: Connection refused (error 111)
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.009157  1028 master_runner.cc:387] Master server non-default flags:
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.219.20:39347
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/data
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/wal
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.219.62:34433,127.0.219.61:38197,127.0.219.60:41115
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.219.60:41115
00:28:32.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37991/jwks.json
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/data/info.pb
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.219.60
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.1028
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/logs
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:03 UTC on bdcb31816ec0
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16840
00:28:32.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.010356  1028 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:32.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.011547  1028 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:32.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.018173  1039 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
00:28:32.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.018286  1037 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
00:28:32.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.018620  1028 server_base.cc:1061] running on GCE node
00:28:32.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.018756  1026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } attempt: 2
00:28:32.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.018173  1036 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
00:28:32.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.019922  1028 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:32.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.020467  1026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.219.60:41115: Network error: Client connection negotiation failed: client connection to 127.0.219.60:41115: connect: Connection refused (error 111)
00:28:32.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.021167  1028 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:32.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.022397  1028 hybrid_clock.cc:648] HybridClock initialized: now 1783470512022343 us; error 67 us; skew 500 ppm
00:28:32.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.024700  1028 webserver.cc:534] Webserver started at http://127.0.219.60:43519/ using document root <none> and password file <none>
00:28:32.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.025414  1028 fs_manager.cc:362] Metadata directory not provided
00:28:32.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.025511  1028 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:32.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.025817  1028 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:32.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.027576  1028 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/data/instance:
00:28:32.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "198cdc0ec5904d07ab07bad8bf58cfa5"
00:28:32.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:32 on dist-test-slave-88w2"
00:28:32.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.028191  1028 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/wal/instance:
00:28:32.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "198cdc0ec5904d07ab07bad8bf58cfa5"
00:28:32.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:32 on dist-test-slave-88w2"
00:28:32.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.032601  1028 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
00:28:32.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.036381  1045 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:32.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.038599  1028 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.038811  1028 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/data,/tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/wal
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "198cdc0ec5904d07ab07bad8bf58cfa5"
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:32 on dist-test-slave-88w2"
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.038932  1028 fs_report.cc:389] FS layout report
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/wal
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/wal
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/data/data
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:32.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:32.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.069559  1028 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:32.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.070490  1028 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:32.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.070683  1028 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:32.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.081885  1097 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.219.60:41115 every 8 connection(s)
00:28:32.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.081851  1028 rpc_server.cc:307] RPC server started. Bound to: 127.0.219.60:41115
00:28:32.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.083480  1028 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/data/info.pb
00:28:32.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.086925  1098 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:32.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.087291   876 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu as pid 1028
00:28:32.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.087399   876 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskgYQYmc/test-tmp/mini-kudu-cluster2790984742097487574/master-2/wal/instance
00:28:32.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.090890  1098 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } has no permanent_uuid. Determining permanent_uuid...
00:28:32.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.100013  1098 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } has no permanent_uuid. Determining permanent_uuid...
00:28:32.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.104405   954 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } attempt: 3
00:28:32.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.105783  1098 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } has no permanent_uuid. Determining permanent_uuid...
00:28:32.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.111651  1026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } attempt: 3
00:28:32.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.114353   954 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29: Bootstrap starting.
00:28:32.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.117791   954 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29: Neither blocks nor log segments found. Creating new log.
00:28:32.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.118757   954 log.cc:826] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29: Log is configured to *not* fsync() on all Append() calls
00:28:32.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.119535  1026 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8: Bootstrap starting.
00:28:32.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.119807  1098 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5: Bootstrap starting.
00:28:32.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.121394   954 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29: No bootstrap required, opened a new log
00:28:32.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.122398  1026 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8: Neither blocks nor log segments found. Creating new log.
00:28:32.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.122854  1098 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5: Neither blocks nor log segments found. Creating new log.
00:28:32.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.123260  1026 log.cc:826] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8: Log is configured to *not* fsync() on all Append() calls
00:28:32.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.123862  1098 log.cc:826] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5: Log is configured to *not* fsync() on all Append() calls
00:28:32.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.125881   954 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } }
00:28:32.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.126142   954 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:32.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.126153  1026 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8: No bootstrap required, opened a new log
00:28:32.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.126209   954 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e5cfea5656646ee9fe5a1e04809cf29, State: Initialized, Role: FOLLOWER
00:28:32.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.126742   954 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [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: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } }
00:28:32.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.127226   876 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:32.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.127404  1107 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [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: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.127586  1107 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [sys.catalog]: This master's current role is: FOLLOWER
00:28:32.128 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:32.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.128281   954 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [sys.catalog]: configured and running, proceeding with master startup.
00:28:32.128 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:32.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.130882  1026 raft_consensus.cc:359] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } }
00:28:32.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.131258  1026 raft_consensus.cc:385] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:32.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.131436  1026 raft_consensus.cc:740] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5dba1bf373d427897a344035e2e0bf8, State: Initialized, Role: FOLLOWER
00:28:32.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.132110  1026 consensus_queue.cc:260] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [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: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } }
00:28:32.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.133826  1026 sys_catalog.cc:565] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [sys.catalog]: configured and running, proceeding with master startup.
00:28:32.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.134331  1118 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:32.129 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.219.62"
      port: 34433
    }
    bound_http_address {
      host: "127.0.219.62"
      port: 36965
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.219.61"
      port: 38197
    }
    bound_http_address {
      host: "127.0.219.61"
      port: 34011
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.219.60"
      port: 41115
    }
    bound_http_address {
      host: "127.0.219.60"
      port: 43519
    }
  }
}

00:28:32.135 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:32.136 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:32.137 [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=6943cd0e-65e2-47a4-aa59-5f647d02bb75, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.219.62:34433,127.0.219.60:41115,127.0.219.61:38197}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:32.139 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:32.139 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:32.139 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4b5cd9dd, with PersistenceManager: null will be shutdown
00:28:32.139 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4b5cd9dd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ea73389 created in the thread with id: 223
00:28:32.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.136716  1098 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5: No bootstrap required, opened a new log
00:28:32.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.141536  1098 raft_consensus.cc:359] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } }
00:28:32.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.141953  1098 raft_consensus.cc:385] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:32.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.142118  1098 raft_consensus.cc:740] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 198cdc0ec5904d07ab07bad8bf58cfa5, State: Initialized, Role: FOLLOWER
00:28:32.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.142795  1098 consensus_queue.cc:260] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [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: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } }
00:28:32.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.144546  1098 sys_catalog.cc:565] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [sys.catalog]: configured and running, proceeding with master startup.
00:28:32.145 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4b5cd9dd
00:28:32.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.152305  1131 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:32.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.138375   907 tablet.cc:2406] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:32.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.155596  1118 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:32.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.153079   958 master_runner.cc:187] Error getting master registration for 127.0.219.60:41115: OK, instance_id { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" instance_seqno: 1783470512079037 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:32.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.136135   887 master_runner.cc:187] Error getting master registration for 127.0.219.61:38197: OK, instance_id { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" instance_seqno: 1783470511866461 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:32.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.156169   887 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:32.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.156030   958 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:32.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.156847  1132 sys_catalog.cc:455] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [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: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.157157  1132 sys_catalog.cc:458] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [sys.catalog]: This master's current role is: FOLLOWER
00:28:32.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.153093  1131 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:32.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.165450  1028 master_runner.cc:264] No leader master found from master 198cdc0ec5904d07ab07bad8bf58cfa5
00:28:32.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.165576  1028 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:32.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.167402  1144 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:32.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:32.167814  1144 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:32.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.168298  1119 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [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: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.168884  1119 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [sys.catalog]: This master's current role is: FOLLOWER
00:28:32.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.179389  1119 raft_consensus.cc:493] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:28:32.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.179672  1119 raft_consensus.cc:515] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } }
00:28:32.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.181111  1119 leader_election.cc:290] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4e5cfea5656646ee9fe5a1e04809cf29 (127.0.219.62:34433), 198cdc0ec5904d07ab07bad8bf58cfa5 (127.0.219.60:41115)
00:28:32.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.183151   928 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d5dba1bf373d427897a344035e2e0bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" is_pre_election: true
00:28:32.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.183573   928 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d5dba1bf373d427897a344035e2e0bf8 in term 0.
00:28:32.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.184518  1072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d5dba1bf373d427897a344035e2e0bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" is_pre_election: true
00:28:32.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.184859  1072 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d5dba1bf373d427897a344035e2e0bf8 in term 0.
00:28:32.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.185444   975 leader_election.cc:304] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [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: 198cdc0ec5904d07ab07bad8bf58cfa5, d5dba1bf373d427897a344035e2e0bf8; no voters: 
00:28:32.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.186699  1119 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:28:32.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.186782  1119 raft_consensus.cc:493] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:28:32.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.186828  1119 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 0 FOLLOWER]: Advancing to term 1
00:28:32.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.205844  1119 raft_consensus.cc:515] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } }
00:28:32.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.206566  1119 leader_election.cc:290] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [CANDIDATE]: Term 1 election: Requested vote from peers 4e5cfea5656646ee9fe5a1e04809cf29 (127.0.219.62:34433), 198cdc0ec5904d07ab07bad8bf58cfa5 (127.0.219.60:41115)
00:28:32.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.208164   928 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d5dba1bf373d427897a344035e2e0bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4e5cfea5656646ee9fe5a1e04809cf29"
00:28:32.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.208384   928 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [term 0 FOLLOWER]: Advancing to term 1
00:28:32.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.209836  1072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d5dba1bf373d427897a344035e2e0bf8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5"
00:28:32.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.209990  1072 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [term 0 FOLLOWER]: Advancing to term 1
00:28:32.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.234159   928 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d5dba1bf373d427897a344035e2e0bf8 in term 1.
00:28:32.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.234759  1072 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d5dba1bf373d427897a344035e2e0bf8 in term 1.
00:28:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.235935   976 leader_election.cc:304] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [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: 4e5cfea5656646ee9fe5a1e04809cf29, d5dba1bf373d427897a344035e2e0bf8; no voters: 
00:28:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.236498  1119 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 1 FOLLOWER]: Leader election won for term 1
00:28:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.236828  1119 raft_consensus.cc:697] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [term 1 LEADER]: Becoming Leader. State: Replica: d5dba1bf373d427897a344035e2e0bf8, State: Running, Role: LEADER
00:28:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.237293  1119 consensus_queue.cc:237] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [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: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } }
00:28:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.239701  1119 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d5dba1bf373d427897a344035e2e0bf8. Latest consensus state: current_term: 1 leader_uuid: "d5dba1bf373d427897a344035e2e0bf8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.239825  1119 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [sys.catalog]: This master's current role is: LEADER
00:28:32.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.245127  1148 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:28:32.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.247754  1148 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:28:32.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.272959  1072 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [term 1 FOLLOWER]: Refusing update from remote peer d5dba1bf373d427897a344035e2e0bf8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:32.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.274019  1146 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:32.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.279673  1132 sys_catalog.cc:455] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d5dba1bf373d427897a344035e2e0bf8. Latest consensus state: current_term: 1 leader_uuid: "d5dba1bf373d427897a344035e2e0bf8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.279827  1132 sys_catalog.cc:458] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [sys.catalog]: This master's current role is: FOLLOWER
00:28:32.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.281880   928 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [term 1 FOLLOWER]: Refusing update from remote peer d5dba1bf373d427897a344035e2e0bf8: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:32.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.283169  1146 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:32.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.288650  1107 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d5dba1bf373d427897a344035e2e0bf8. Latest consensus state: current_term: 1 leader_uuid: "d5dba1bf373d427897a344035e2e0bf8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.288832  1107 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [sys.catalog]: This master's current role is: FOLLOWER
00:28:32.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.295861  1146 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d5dba1bf373d427897a344035e2e0bf8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.296103  1146 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [sys.catalog]: This master's current role is: LEADER
00:28:32.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.297573  1132 sys_catalog.cc:455] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d5dba1bf373d427897a344035e2e0bf8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.297752  1132 sys_catalog.cc:458] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5 [sys.catalog]: This master's current role is: FOLLOWER
00:28:32.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.298424  1119 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d5dba1bf373d427897a344035e2e0bf8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.298564  1119 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8 [sys.catalog]: This master's current role is: LEADER
00:28:32.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.300613  1107 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d5dba1bf373d427897a344035e2e0bf8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e5cfea5656646ee9fe5a1e04809cf29" member_type: VOTER last_known_addr { host: "127.0.219.62" port: 34433 } } peers { permanent_uuid: "d5dba1bf373d427897a344035e2e0bf8" member_type: VOTER last_known_addr { host: "127.0.219.61" port: 38197 } } peers { permanent_uuid: "198cdc0ec5904d07ab07bad8bf58cfa5" member_type: VOTER last_known_addr { host: "127.0.219.60" port: 41115 } } }
00:28:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.300763  1107 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29 [sys.catalog]: This master's current role is: FOLLOWER
00:28:32.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.304167  1152 mvcc.cc:204] Tried to move back new op lower bound from 7305095218259800064 to 7305095218128543744. Current Snapshot: MvccSnapshot[applied={T|T < 7305095218259800064}]
00:28:32.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.306641  1148 catalog_manager.cc:1382] Generated new cluster ID: 36518bbda55c4e7eb7f4be8b9e38e9db
00:28:32.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.306720  1148 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:28:32.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.400594  1148 catalog_manager.cc:1405] Generated new certificate authority record
00:28:32.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.402086  1148 catalog_manager.cc:1539] Loading token signing keys...
00:28:32.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.421607  1148 catalog_manager.cc:6069] T 00000000000000000000000000000000 P d5dba1bf373d427897a344035e2e0bf8: Generated new TSK 0
00:28:32.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:32.422739  1148 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:28:32.623 [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.
00:28:32.627 [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.
00:28:32.627 [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.
00:28:32.702 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:32.709 [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/hive15094040096287170084/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=6943cd0e-65e2-47a4-aa59-5f647d02bb75, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.219.62:34433,127.0.219.60:41115,127.0.219.61:38197}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:32.710 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15094040096287170084/external-warehouse/table
00:28:32.782 [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.
00:28:32.784 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:28:32.787 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.0.219.62:34433(127.0.219.62:34433)] connecting to peer
00:28:32.790 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.0.219.60:41115(127.0.219.60:41115)] connecting to peer
00:28:32.793 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.219.62:34433(127.0.219.62:34433)] Successfully connected to peer
00:28:32.794 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.0.219.61:38197(127.0.219.61:38197)] connecting to peer
00:28:32.799 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.219.62
00:28:32.801 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.0.219.60:41115(127.0.219.60:41115)] Successfully connected to peer
00:28:32.813 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.219.60
00:28:32.819 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.0.219.61:38197(127.0.219.61:38197)] Successfully connected to peer
00:28:32.826 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:32.829 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:32.833 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.0.219.61
00:28:32.840 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x0b7afb43, L:/127.0.0.1:47838 - R:/127.0.219.62:34433] using SASL/PLAIN
00:28:32.845 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x64333b20, L:/127.0.0.1:39050 - R:/127.0.219.60:41115] using SASL/PLAIN
00:28:32.854 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:32.859 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xfe3074da, L:/127.0.0.1:37684 - R:/127.0.219.61:38197] using SASL/PLAIN
00:28:32.863 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:28:32.924 [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	
00:28:32.994 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:32.997 [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	
00:28:33.050 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:33.106 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:33.106 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.157730  1118 catalog_manager.cc:1294] Loaded cluster ID: 36518bbda55c4e7eb7f4be8b9e38e9db
00:28:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.157850  1118 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29: loading cluster ID for follower catalog manager: success
00:28:33.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.161278  1118 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29: acquiring CA information for follower catalog manager: success
00:28:33.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.162984  1118 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 4e5cfea5656646ee9fe5a1e04809cf29: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:33.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.169663  1144 catalog_manager.cc:1294] Loaded cluster ID: 36518bbda55c4e7eb7f4be8b9e38e9db
00:28:33.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.169751  1144 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5: loading cluster ID for follower catalog manager: success
00:28:33.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.172279  1144 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5: acquiring CA information for follower catalog manager: success
00:28:33.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.173767  1144 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 198cdc0ec5904d07ab07bad8bf58cfa5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:33.199 [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	
00:28:33.220 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:33.222 [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	
00:28:33.334 [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.
00:28:33.509 [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.
00:28:33.557 [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.
00:28:33.687 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:28:33.688 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:33.688 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:28:33.689 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4b5cd9dd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ea73389 will be shutdown
00:28:33.689 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:28:33.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.689255   876 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 887
00:28:33.706 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.219.62:34433(127.0.219.62:34433)] handling channelInactive
00:28:33.706 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.219.62:34433(127.0.219.62:34433)] cleaning up while in state READY due to: connection closed
00:28:33.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.709116   876 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 958
00:28:33.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:33.724828   876 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskgYQYmc/build/debug/bin/kudu with pid 1028
00:28:33.726 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.0.219.61:38197(127.0.219.61:38197)] handling channelInactive
00:28:33.726 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.0.219.61:38197(127.0.219.61:38197)] cleaning up while in state READY due to: connection closed
00:28:33.735 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.0.219.60:41115(127.0.219.60:41115)] handling channelInactive
00:28:33.735 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.0.219.60:41115(127.0.219.60:41115)] cleaning up while in state READY due to: connection closed
00:28:33.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:33Z chronyd exiting

Time: 27.934

OK (6 tests)

