JUnit version 4.13.2
.02:11:08.669 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:08.676 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:08.677 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:08.796 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13747588872733349441
02:11:08.955 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:08.968 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:09.272 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:09.319 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:09.320 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
02:11:09.360 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
02:11:09.374 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:09.394 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
02:11:10.234 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:10.239 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
02:11:10.263 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:10.265 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:10.280 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:10.281 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:10.513 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:10.513 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:10.515 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:11.068 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:11.069 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: null will be shutdown
02:11:11.098 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@79c7ce6f created in the thread with id: 13
02:11:11.182 [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
02:11:11.451 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:11.453 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:11.455 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:11.456 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:11.457 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:11.458 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:12.153 [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
02:11:12.154 [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.174
02:11:12.154 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66f91288
02:11:12.480 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
02:11:12.527 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:12.581 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
02:11:12.586 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
02:11:12.677 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:12.684 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:12.979 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:12.987 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:12.999 [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)
02:11:13.000 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [46641]...
02:11:13.000 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:13.000 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:13.001 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
02:11:13.001 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
02:11:13.827 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:13.828 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:13.829 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:13.843 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:13.845 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46641]
02:11:13.846 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46641) in binary transport mode
02:11:13.863 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46641) current connections: 1
02:11:13.966 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
02:11:14.132 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP2Gqxr/test-tmp
02:11:14.135 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:14.139 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP2Gqxr/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:14.179 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46641"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:11:14.417 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:14.425 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:11:14.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.426564  4266 mini_oidc.cc:150] Starting JWKS server
02:11:14.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.428768  4266 webserver.cc:533] Webserver started at http://127.0.0.1:39891/ using document root <none> and password file <none>
02:11:14.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.428998  4266 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:14.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.429329  4266 webserver.cc:533] Webserver started at http://127.0.0.1:43159/ using document root <none> and password file <none>
02:11:14.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:14Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:14.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:14Z Disabled control of system clock
02:11:14.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.451617  4266 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:14.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:14.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/wal
02:11:14.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/data
02:11:14.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:14.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/logs
02:11:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/data/info.pb
02:11:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.42.190:41581
02:11:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.42.190
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.42.148:39405
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.42.190:41581,127.4.42.189:42281,127.4.42.188:45239
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39891/jwks.json
02:11:14.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46641 with env {}
02:11:14.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.586694  4277 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:14.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.587006  4277 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:14.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.587071  4277 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:14.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.591375  4277 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:14.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.591511  4277 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:14.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.591544  4277 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:14.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.591569  4277 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:14.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.591594  4277 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:14.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.591614  4277 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39891/jwks.json
02:11:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.597980  4277 master_runner.cc:387] Master server non-default flags:
02:11:14.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:14.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.42.148:39405
02:11:14.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:14.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:14.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/data
02:11:14.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/wal
02:11:14.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46641
02:11:14.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:14.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.42.190:41581,127.4.42.189:42281,127.4.42.188:45239
02:11:14.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:14.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:14.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:14.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.42.190:41581
02:11:14.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:14.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:14.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:14.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39891/jwks.json
02:11:14.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:14.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/data/info.pb
02:11:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.42.190
02:11:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4277
02:11:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:14.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:14.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/logs
02:11:14.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:14.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:14.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:14.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:14.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:14.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:14.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:14.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:14.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:14.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.599989  4277 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:14.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.601972  4277 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:14.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.612322  4283 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
02:11:14.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.612381  4285 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
02:11:14.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.612440  4282 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
02:11:14.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.613929  4277 server_base.cc:1061] running on GCE node
02:11:14.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.614903  4277 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:14.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.616616  4277 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:14.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.619997  4277 hybrid_clock.cc:648] HybridClock initialized: now 1783476674619960 us; error 68 us; skew 500 ppm
02:11:14.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.623107  4277 webserver.cc:533] Webserver started at http://127.4.42.190:42817/ using document root <none> and password file <none>
02:11:14.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.624029  4277 fs_manager.cc:362] Metadata directory not provided
02:11:14.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.624135  4277 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:14.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.624475  4277 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:14.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.627166  4277 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/data/instance:
02:11:14.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "90579e8096734dda901ad289fb358682"
02:11:14.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:14 on dist-test-slave-kzt9"
02:11:14.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.628175  4277 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/wal/instance:
02:11:14.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "90579e8096734dda901ad289fb358682"
02:11:14.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:14 on dist-test-slave-kzt9"
02:11:14.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.635435  4277 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.003s
02:11:14.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.639264  4291 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:14.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.641577  4277 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.000s
02:11:14.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.641798  4277 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/wal
02:11:14.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "90579e8096734dda901ad289fb358682"
02:11:14.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:14 on dist-test-slave-kzt9"
02:11:14.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.641956  4277 fs_report.cc:389] FS layout report
02:11:14.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:14.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/wal
02:11:14.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/wal
02:11:14.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/data/data
02:11:14.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:14.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:14.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:14.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:14.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:14.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:14.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:14.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:14.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:14.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:14.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:14.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.659974  4277 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.661644  4277 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:14.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.661935  4277 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.674103  4277 rpc_server.cc:307] RPC server started. Bound to: 127.4.42.190:41581
02:11:14.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.674158  4343 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.42.190:41581 every 8 connection(s)
02:11:14.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.675556  4277 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/data/info.pb
02:11:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.678953  4266 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 4277
02:11:14.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.679247  4266 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-0/wal/instance
02:11:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.680219  4344 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.681293  4266 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/wal
02:11:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/data
02:11:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/logs
02:11:14.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/data/info.pb
02:11:14.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:14.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:14.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:14.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:14.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:14.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:14.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:14.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:14.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:14.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.42.189:42281
02:11:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.42.189
02:11:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.42.148:39405
02:11:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.42.190:41581,127.4.42.189:42281,127.4.42.188:45239
02:11:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39891/jwks.json
02:11:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46641 with env {}
02:11:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.686266  4344 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } has no permanent_uuid. Determining permanent_uuid...
02:11:14.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.707121  4344 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } has no permanent_uuid. Determining permanent_uuid...
02:11:14.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.708472  4292 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.42.189:42281: connect: Connection refused (error 111)
02:11:14.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.710027  4344 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.42.189:42281: Network error: Client connection negotiation failed: client connection to 127.4.42.189:42281: connect: Connection refused (error 111)
02:11:14.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.759444  4344 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } attempt: 1
02:11:14.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.761986  4344 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.42.189:42281: Network error: Client connection negotiation failed: client connection to 127.4.42.189:42281: connect: Connection refused (error 111)
02:11:14.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.821794  4345 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:14.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.822100  4345 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:14.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.822149  4345 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.826287  4345 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.826380  4345 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.826402  4345 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.826421  4345 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.826442  4345 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.826457  4345 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39891/jwks.json
02:11:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.830356  4344 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } attempt: 2
02:11:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.831455  4345 master_runner.cc:387] Master server non-default flags:
02:11:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.42.148:39405
02:11:14.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:14.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:14.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/data
02:11:14.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/wal
02:11:14.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46641
02:11:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.42.190:41581,127.4.42.189:42281,127.4.42.188:45239
02:11:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.42.189:42281
02:11:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39891/jwks.json
02:11:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/data/info.pb
02:11:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.42.189
02:11:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4345
02:11:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/logs
02:11:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:14.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.833748  4344 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.42.189:42281: Network error: Client connection negotiation failed: client connection to 127.4.42.189:42281: connect: Connection refused (error 111)
02:11:14.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.833967  4345 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:14.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.835793  4345 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:14.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.843684  4356 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
02:11:14.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.843757  4353 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
02:11:14.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.843693  4354 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
02:11:14.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.843806  4345 server_base.cc:1061] running on GCE node
02:11:14.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.844869  4345 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:14.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.846235  4345 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:14.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.847452  4345 hybrid_clock.cc:648] HybridClock initialized: now 1783476674847439 us; error 51 us; skew 500 ppm
02:11:14.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.850402  4345 webserver.cc:533] Webserver started at http://127.4.42.189:46435/ using document root <none> and password file <none>
02:11:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.851521  4345 fs_manager.cc:362] Metadata directory not provided
02:11:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.851636  4345 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.851878  4345 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.854409  4345 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/data/instance:
02:11:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "600a2a255a984fe6b009f4ff02ea7f3f"
02:11:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:14 on dist-test-slave-kzt9"
02:11:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.854993  4345 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/wal/instance:
02:11:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "600a2a255a984fe6b009f4ff02ea7f3f"
02:11:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:14 on dist-test-slave-kzt9"
02:11:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.859413  4345 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
02:11:14.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.862542  4362 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:14.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.864156  4345 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
02:11:14.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.864387  4345 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/wal
02:11:14.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "600a2a255a984fe6b009f4ff02ea7f3f"
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:14 on dist-test-slave-kzt9"
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.864514  4345 fs_report.cc:389] FS layout report
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/wal
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/wal
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/data/data
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:14.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:14.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:14.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:14.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:14.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:14.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:14.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:14.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.882645  4345 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:14.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.883853  4345 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:14.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.884116  4345 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.893258  4345 rpc_server.cc:307] RPC server started. Bound to: 127.4.42.189:42281
02:11:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.893251  4414 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.42.189:42281 every 8 connection(s)
02:11:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.894515  4345 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/data/info.pb
02:11:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.898556  4415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:14.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.901214  4266 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 4345
02:11:14.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.901338  4266 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-1/wal/instance
02:11:14.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.902024  4266 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:14.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:14.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/wal
02:11:14.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/data
02:11:14.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/logs
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/data/info.pb
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:14.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:14.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.42.188:45239
02:11:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.42.188
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.42.148:39405
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.42.190:41581,127.4.42.189:42281,127.4.42.188:45239
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39891/jwks.json
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46641 with env {}
02:11:14.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.904822  4415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } has no permanent_uuid. Determining permanent_uuid...
02:11:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.918931  4415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } has no permanent_uuid. Determining permanent_uuid...
02:11:14.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.924961  4344 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } attempt: 3
02:11:14.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.927126  4415 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } has no permanent_uuid. Determining permanent_uuid...
02:11:14.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.928855  4366 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.42.188:45239: connect: Connection refused (error 111)
02:11:14.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.930222  4415 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.42.188:45239: Network error: Client connection negotiation failed: client connection to 127.4.42.188:45239: connect: Connection refused (error 111)
02:11:14.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.933593  4344 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } has no permanent_uuid. Determining permanent_uuid...
02:11:14.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.935678  4344 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.42.188:45239: Network error: Client connection negotiation failed: client connection to 127.4.42.188:45239: connect: Connection refused (error 111)
02:11:14.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.966948  4344 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } attempt: 1
02:11:14.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.969311  4344 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.42.188:45239: Network error: Client connection negotiation failed: client connection to 127.4.42.188:45239: connect: Connection refused (error 111)
02:11:14.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:14.979598  4415 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } attempt: 1
02:11:14.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:14.981705  4415 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.42.188:45239: Network error: Client connection negotiation failed: client connection to 127.4.42.188:45239: connect: Connection refused (error 111)
02:11:15.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.035111  4416 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:15.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.035410  4416 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:15.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.035458  4416 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.039099  4416 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.039230  4416 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.039254  4416 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:15.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.039274  4416 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.039294  4416 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.039310  4416 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39891/jwks.json
02:11:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.043722  4416 master_runner.cc:387] Master server non-default flags:
02:11:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.42.148:39405
02:11:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/data
02:11:15.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/wal
02:11:15.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46641
02:11:15.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:15.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.42.190:41581,127.4.42.189:42281,127.4.42.188:45239
02:11:15.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:15.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:15.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.42.188:45239
02:11:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39891/jwks.json
02:11:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/data/info.pb
02:11:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.42.188
02:11:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4416
02:11:15.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/logs
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.044548  4344 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } attempt: 2
02:11:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.045112  4416 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.046608  4416 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.047896  4344 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.42.188:45239: Network error: Client connection negotiation failed: client connection to 127.4.42.188:45239: connect: Connection refused (error 111)
02:11:15.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.049985  4415 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } attempt: 2
02:11:15.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.051774  4415 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.42.188:45239: Network error: Client connection negotiation failed: client connection to 127.4.42.188:45239: connect: Connection refused (error 111)
02:11:15.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.053953  4427 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
02:11:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.055105  4424 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
02:11:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.055341  4416 server_base.cc:1061] running on GCE node
02:11:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.053995  4425 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
02:11:15.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.056897  4416 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:15.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.058374  4416 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:15.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.059616  4416 hybrid_clock.cc:648] HybridClock initialized: now 1783476675059597 us; error 52 us; skew 500 ppm
02:11:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.062803  4416 webserver.cc:533] Webserver started at http://127.4.42.188:37665/ using document root <none> and password file <none>
02:11:15.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.063707  4416 fs_manager.cc:362] Metadata directory not provided
02:11:15.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.063818  4416 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:15.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.064136  4416 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:15.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.066321  4416 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/data/instance:
02:11:15.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d2dda9502f3497e9ee075b2364ede5c"
02:11:15.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-kzt9"
02:11:15.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.067034  4416 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/wal/instance:
02:11:15.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d2dda9502f3497e9ee075b2364ede5c"
02:11:15.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-kzt9"
02:11:15.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.072252  4416 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.005s
02:11:15.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.075742  4433 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:15.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.077500  4416 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.077767  4416 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/wal
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d2dda9502f3497e9ee075b2364ede5c"
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:15 on dist-test-slave-kzt9"
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.077927  4416 fs_report.cc:389] FS layout report
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/wal
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/wal
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/data/data
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:15.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:15.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:15.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:15.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:15.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:15.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:15.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:15.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:15.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:15.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.108513  4416 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:15.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.109588  4416 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:15.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.109845  4416 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:15.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.121408  4485 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.42.188:45239 every 8 connection(s)
02:11:15.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.121414  4416 rpc_server.cc:307] RPC server started. Bound to: 127.4.42.188:45239
02:11:15.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.124198  4416 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/data/info.pb
02:11:15.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.128284  4486 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:15.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.131906  4486 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.133733  4266 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 4416
02:11:15.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.133879  4266 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster13735307028218142570/master-2/wal/instance
02:11:15.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.142429  4486 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.143004  4415 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } attempt: 3
02:11:15.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.147125  4344 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } attempt: 3
02:11:15.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.148281  4486 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } has no permanent_uuid. Determining permanent_uuid...
02:11:15.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.153178  4415 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f: Bootstrap starting.
02:11:15.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.157464  4415 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f: Neither blocks nor log segments found. Creating new log.
02:11:15.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.158631  4415 log.cc:826] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f: Log is configured to *not* fsync() on all Append() calls
02:11:15.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.158797  4344 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682: Bootstrap starting.
02:11:15.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.162655  4415 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f: No bootstrap required, opened a new log
02:11:15.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.162693  4486 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c: Bootstrap starting.
02:11:15.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.164023  4344 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682: Neither blocks nor log segments found. Creating new log.
02:11:15.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.165621  4344 log.cc:826] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682: Log is configured to *not* fsync() on all Append() calls
02:11:15.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.166570  4486 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c: Neither blocks nor log segments found. Creating new log.
02:11:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.167402  4415 raft_consensus.cc:359] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } }
02:11:15.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.167963  4415 raft_consensus.cc:385] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:15.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.168238  4415 raft_consensus.cc:740] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 600a2a255a984fe6b009f4ff02ea7f3f, State: Initialized, Role: FOLLOWER
02:11:15.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.168442  4344 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682: No bootstrap required, opened a new log
02:11:15.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.169605  4415 consensus_queue.cc:260] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [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: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } }
02:11:15.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.171413  4415 sys_catalog.cc:565] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [sys.catalog]: configured and running, proceeding with master startup.
02:11:15.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.172544  4344 raft_consensus.cc:359] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } }
02:11:15.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.173164  4344 raft_consensus.cc:385] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:15.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.173444  4344 raft_consensus.cc:740] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 90579e8096734dda901ad289fb358682, State: Initialized, Role: FOLLOWER
02:11:15.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.173462  4486 log.cc:826] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c: Log is configured to *not* fsync() on all Append() calls
02:11:15.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.174396  4344 consensus_queue.cc:260] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [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: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } }
02:11:15.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.175365  4507 sys_catalog.cc:455] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [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: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.175505  4507 sys_catalog.cc:458] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [sys.catalog]: This master's current role is: FOLLOWER
02:11:15.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.175966  4344 sys_catalog.cc:565] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [sys.catalog]: configured and running, proceeding with master startup.
02:11:15.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.178839  4494 sys_catalog.cc:455] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [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: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.179347  4494 sys_catalog.cc:458] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [sys.catalog]: This master's current role is: FOLLOWER
02:11:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.179768  4486 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c: No bootstrap required, opened a new log
02:11:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.177198  4345 master_runner.cc:187] Error getting master registration for 127.4.42.190:41581: OK, instance_id { permanent_uuid: "90579e8096734dda901ad289fb358682" instance_seqno: 1783476674670884 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.180112  4345 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.183353  4510 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.183440  4510 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.183395  4486 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } }
02:11:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.183619  4486 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.183670  4486 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d2dda9502f3497e9ee075b2364ede5c, State: Initialized, Role: FOLLOWER
02:11:15.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.186169  4486 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [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: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } }
02:11:15.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.188022  4486 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [sys.catalog]: configured and running, proceeding with master startup.
02:11:15.195 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:15.196 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:15.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.193957  4266 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:15.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.196062  4525 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:15.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.196141  4525 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:15.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.204136  4416 master_runner.cc:264] No leader master found from master 6d2dda9502f3497e9ee075b2364ede5c
02:11:15.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.204264  4416 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:15.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.204605  4527 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [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: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.204810  4527 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [sys.catalog]: This master's current role is: FOLLOWER
02:11:15.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.189144  4277 master_runner.cc:187] Error getting master registration for 127.4.42.188:45239: OK, instance_id { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" instance_seqno: 1783476675117666 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:15.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.205962  4277 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:15.207 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.4.42.190"
      port: 41581
    }
    bound_http_address {
      host: "127.4.42.190"
      port: 42817
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.4.42.189"
      port: 42281
    }
    bound_http_address {
      host: "127.4.42.189"
      port: 46435
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.4.42.188"
      port: 45239
    }
    bound_http_address {
      host: "127.4.42.188"
      port: 37665
    }
  }
}

02:11:15.214 [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=	
02:11:15.215 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:11:15.216 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:15.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.216349  4506 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:15.217 [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=	
02:11:15.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.220090  4522 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.231806  4541 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.232481  4541 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:15.233 [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=	
02:11:15.235 [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=3e8de653-af42-417e-b4ff-77e2baccb76e, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:15.246 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:15.246 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:15.247 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ee24600, with PersistenceManager: null will be shutdown
02:11:15.248 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ee24600, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1c4f7554 created in the thread with id: 36
02:11:15.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.248255  4494 raft_consensus.cc:493] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:11:15.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.248566  4494 raft_consensus.cc:515] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } }
02:11:15.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.250120  4494 leader_election.cc:290] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 90579e8096734dda901ad289fb358682 (127.4.42.190:41581), 6d2dda9502f3497e9ee075b2364ede5c (127.4.42.188:45239)
02:11:15.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.251492  4318 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "90579e8096734dda901ad289fb358682" is_pre_election: true
02:11:15.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.251520  4453 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d2dda9502f3497e9ee075b2364ede5c" is_pre_election: true
02:11:15.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.251900  4318 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 600a2a255a984fe6b009f4ff02ea7f3f in term 0.
02:11:15.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.251938  4453 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 600a2a255a984fe6b009f4ff02ea7f3f in term 0.
02:11:15.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.252513  4363 leader_election.cc:304] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [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: 600a2a255a984fe6b009f4ff02ea7f3f, 90579e8096734dda901ad289fb358682; no voters: 
02:11:15.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:15.252961  4538 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:15.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.253130  4494 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 0 FOLLOWER]: Leader pre-election won for term 1
02:11:15.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.253203  4494 raft_consensus.cc:493] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:11:15.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.253247  4494 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 0 FOLLOWER]: Advancing to term 1
02:11:15.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.254765  4494 raft_consensus.cc:515] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } }
02:11:15.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.255816  4318 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "90579e8096734dda901ad289fb358682"
02:11:15.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.256001  4318 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [term 0 FOLLOWER]: Advancing to term 1
02:11:15.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.257413  4318 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 600a2a255a984fe6b009f4ff02ea7f3f in term 1.
02:11:15.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.257993  4363 leader_election.cc:304] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [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: 600a2a255a984fe6b009f4ff02ea7f3f, 90579e8096734dda901ad289fb358682; no voters: 
02:11:15.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.258499  4494 leader_election.cc:290] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [CANDIDATE]: Term 1 election: Requested vote from peers 90579e8096734dda901ad289fb358682 (127.4.42.190:41581), 6d2dda9502f3497e9ee075b2364ede5c (127.4.42.188:45239)
02:11:15.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.258630  4494 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 1 FOLLOWER]: Leader election won for term 1
02:11:15.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.258698  4494 raft_consensus.cc:697] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [term 1 LEADER]: Becoming Leader. State: Replica: 600a2a255a984fe6b009f4ff02ea7f3f, State: Running, Role: LEADER
02:11:15.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.259125  4494 consensus_queue.cc:237] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [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: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } }
02:11:15.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.259142  4453 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6d2dda9502f3497e9ee075b2364ede5c"
02:11:15.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.259317  4453 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [term 0 FOLLOWER]: Advancing to term 1
02:11:15.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.261207  4453 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 600a2a255a984fe6b009f4ff02ea7f3f in term 1.
02:11:15.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.261361  4494 sys_catalog.cc:455] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 600a2a255a984fe6b009f4ff02ea7f3f. Latest consensus state: current_term: 1 leader_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.261471  4494 sys_catalog.cc:458] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [sys.catalog]: This master's current role is: LEADER
02:11:15.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.282920  4548 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:11:15.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.286741  4548 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:11:15.304 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ee24600
02:11:15.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.318145  4453 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [term 1 FOLLOWER]: Refusing update from remote peer 600a2a255a984fe6b009f4ff02ea7f3f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:15.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.319603  4546 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:15.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.326128  4527 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 600a2a255a984fe6b009f4ff02ea7f3f. Latest consensus state: current_term: 1 leader_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.326313  4527 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [sys.catalog]: This master's current role is: FOLLOWER
02:11:15.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.328338  4318 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [term 1 FOLLOWER]: Refusing update from remote peer 600a2a255a984fe6b009f4ff02ea7f3f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:15.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.329452  4546 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [LEADER]: Connected to new peer: Peer: permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:15.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.335789  4507 sys_catalog.cc:455] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 600a2a255a984fe6b009f4ff02ea7f3f. Latest consensus state: current_term: 1 leader_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.335995  4507 sys_catalog.cc:458] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [sys.catalog]: This master's current role is: FOLLOWER
02:11:15.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.343526  4494 sys_catalog.cc:455] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.343767  4494 sys_catalog.cc:458] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [sys.catalog]: This master's current role is: LEADER
02:11:15.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.343966  4507 sys_catalog.cc:455] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.344128  4507 sys_catalog.cc:458] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682 [sys.catalog]: This master's current role is: FOLLOWER
02:11:15.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.344157  4550 mvcc.cc:204] Tried to move back new op lower bound from 7305120462037762048 to 7305120461865320448. Current Snapshot: MvccSnapshot[applied={T|T < 7305120462037762048}]
02:11:15.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.347342  4553 mvcc.cc:204] Tried to move back new op lower bound from 7305120462037762048 to 7305120461865320448. Current Snapshot: MvccSnapshot[applied={T|T < 7305120462037762048}]
02:11:15.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.348934  4546 sys_catalog.cc:455] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.349112  4546 sys_catalog.cc:458] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f [sys.catalog]: This master's current role is: LEADER
02:11:15.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.352733  4527 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "90579e8096734dda901ad289fb358682" member_type: VOTER last_known_addr { host: "127.4.42.190" port: 41581 } } peers { permanent_uuid: "600a2a255a984fe6b009f4ff02ea7f3f" member_type: VOTER last_known_addr { host: "127.4.42.189" port: 42281 } } peers { permanent_uuid: "6d2dda9502f3497e9ee075b2364ede5c" member_type: VOTER last_known_addr { host: "127.4.42.188" port: 45239 } } }
02:11:15.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.352912  4527 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c [sys.catalog]: This master's current role is: FOLLOWER
02:11:15.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.354471  4551 mvcc.cc:204] Tried to move back new op lower bound from 7305120462037762048 to 7305120461865320448. Current Snapshot: MvccSnapshot[applied={T|T < 7305120462037762048}]
02:11:15.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.358955  4548 catalog_manager.cc:1383] Generated new cluster ID: f302d95085554a0fbfb133e8a78a240c
02:11:15.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.359071  4548 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:11:15.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.398712  4548 catalog_manager.cc:1406] Generated new certificate authority record
02:11:15.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.400877  4548 catalog_manager.cc:1540] Loading token signing keys...
02:11:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.451568  4548 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 600a2a255a984fe6b009f4ff02ea7f3f: Generated new TSK 0
02:11:15.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.453747  4548 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:11:15.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.456521  4548 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:11:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:15.457959  4548 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:11:16.058 [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.
02:11:16.078 [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.
02:11:16.079 [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.
02:11:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:16.198829  4525 catalog_manager.cc:1295] Loaded cluster ID: f302d95085554a0fbfb133e8a78a240c
02:11:16.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:16.198992  4525 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682: loading cluster ID for follower catalog manager: success
02:11:16.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:16.203657  4525 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682: acquiring CA information for follower catalog manager: success
02:11:16.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:16.206403  4525 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 90579e8096734dda901ad289fb358682: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:16.222 [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=	
02:11:16.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:16.227173  4506 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:16.232 [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=	
02:11:16.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:16.233541  4522 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:16.237461  4541 catalog_manager.cc:1295] Loaded cluster ID: f302d95085554a0fbfb133e8a78a240c
02:11:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:16.237557  4541 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c: loading cluster ID for follower catalog manager: success
02:11:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:16.241954  4541 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c: acquiring CA information for follower catalog manager: success
02:11:16.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:16.246516  4541 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 6d2dda9502f3497e9ee075b2364ede5c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:16.258 [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=	
02:11:16.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:16.266453  4538 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:16.316 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:16.335 [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/hive13747588872733349441/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=3e8de653-af42-417e-b4ff-77e2baccb76e, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:16.451 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13747588872733349441/external-warehouse/table
02:11:16.798 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:16.802 [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)
02:11:16.806 [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)

02:11:16.836 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.42.189:42281,127.4.42.188:45239,127.4.42.190:41581}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:16.865 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:16.871 [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/hive13747588872733349441/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.42.189:42281,127.4.42.188:45239,127.4.42.190:41581}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:16.876 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13747588872733349441/external-warehouse/table
02:11:16.908 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:16.909 [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)
02:11:16.910 [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)

02:11:16.912 [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=4d6cadcd-1775-4903-8a28-ae94879478d0, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.42.189:42281,127.4.42.188:45239,127.4.42.190:41581}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:16.917 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:16.922 [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/hive13747588872733349441/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=4d6cadcd-1775-4903-8a28-ae94879478d0, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.42.189:42281,127.4.42.188:45239,127.4.42.190:41581}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:16.925 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13747588872733349441/external-warehouse/table
02:11:16.950 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
02:11:16.956 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
02:11:16.956 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
02:11:16.962 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@15b8a74d
02:11:16.989 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
02:11:16.990 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
02:11:16.990 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
02:11:16.990 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
02:11:16.991 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
02:11:16.992 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
02:11:16.992 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
02:11:16.992 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
02:11:16.993 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
02:11:16.994 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
02:11:16.995 [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
02:11:16.996 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
02:11:16.996 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
02:11:16.996 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
02:11:16.997 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
02:11:16.997 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
02:11:16.997 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
02:11:16.998 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
02:11:16.998 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
02:11:17.007 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
02:11:17.050 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
02:11:17.073 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
02:11:17.079 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
02:11:17.080 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
02:11:17.092 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
02:11:17.093 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
02:11:17.148 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
02:11:17.148 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
02:11:17.148 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
02:11:17.149 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
02:11:17.168 [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)
02:11:17.171 [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.
02:11:17.199 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:11:17.233 [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=	
02:11:17.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.233989  4506 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:17.238 [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=	
02:11:17.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.239110  4522 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:17.271 [INFO - Metastore-Handler-Pool: Thread-55] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:17.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:17.272724  4538 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:17.364 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.4.42.189:42281(127.4.42.189:42281)] connecting to peer
02:11:17.372 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 4212 (auto-detected)
02:11:17.375 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
02:11:17.375 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
02:11:17.377 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
02:11:17.378 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
02:11:17.379 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:eb:ff:fe:97:1e:e9 (auto-detected)
02:11:17.404 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
02:11:17.404 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
02:11:17.404 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
02:11:17.411 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
02:11:17.417 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.4.42.188:45239(127.4.42.188:45239)] connecting to peer
02:11:17.419 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.4.42.190:41581(127.4.42.190:41581)] connecting to peer
02:11:17.444 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.4.42.189:42281(127.4.42.189:42281)] Successfully connected to peer
02:11:17.444 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.4.42.188:45239(127.4.42.188:45239)] Successfully connected to peer
02:11:17.445 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.4.42.190:41581(127.4.42.190:41581)] Successfully connected to peer
02:11:17.457 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
02:11:17.457 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
02:11:17.457 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@22822c2d
02:11:17.462 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
02:11:17.462 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
02:11:17.462 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
02:11:17.462 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
02:11:17.462 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
02:11:17.553 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.42.190
02:11:17.553 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.42.189
02:11:17.553 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.42.188
02:11:17.806 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:17.809 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:17.810 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:17.835 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x389a1cee, L:/127.0.0.1:34920 - R:/127.4.42.190:41581] using SASL/PLAIN
02:11:17.835 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x80d523d9, L:/127.0.0.1:34722 - R:/127.4.42.188:45239] using SASL/PLAIN
02:11:17.834 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x62f6104f, L:/127.0.0.1:54860 - R:/127.4.42.189:42281] using SASL/PLAIN
02:11:17.895 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:11:17.905 [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)
02:11:17.906 [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)

02:11:17.908 [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=79c18d78-57e7-4cb2-9cf8-e2217d37a983, 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)	
02:11:17.913 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:17.918 [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/hive13747588872733349441/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=79c18d78-57e7-4cb2-9cf8-e2217d37a983, 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)
02:11:17.922 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13747588872733349441/external-warehouse/table
02:11:17.946 [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)
02:11:17.947 [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)

02:11:17.949 [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=4646cf5b-6972-4a62-8bb1-809be3f7259b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.42.189:42281,127.4.42.188:45239,127.4.42.190:41581}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:17.955 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:17.959 [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/hive13747588872733349441/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=4646cf5b-6972-4a62-8bb1-809be3f7259b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.42.189:42281,127.4.42.188:45239,127.4.42.190:41581}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:17.962 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13747588872733349441/external-warehouse/table
02:11:18.073 [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	
02:11:18.159 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:18.168 [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	
02:11:18.241 [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=	
02:11:18.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:18.242534  4506 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:18.249 [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=	
02:11:18.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:18.250296  4522 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:18.276 [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=	
02:11:18.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:18.277189  4538 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:18.375 [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.
02:11:18.725 [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.
02:11:18.799 [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.
02:11:18.859 [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
02:11:19.093 [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=96fef38c-90f3-4cd2-8151-a6ae1be17355, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.42.189:42281,127.4.42.188:45239,127.4.42.190:41581}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:19.098 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:19.103 [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/hive13747588872733349441/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=96fef38c-90f3-4cd2-8151-a6ae1be17355, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.42.189:42281,127.4.42.188:45239,127.4.42.190:41581}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:19.106 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13747588872733349441/external-warehouse/table
02:11:19.167 [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	
02:11:19.208 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:19.209 [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	
02:11:19.245 [INFO - Metastore-Handler-Pool: Thread-65] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:19.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:19.247493  4506 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:19.253 [INFO - Metastore-Handler-Pool: Thread-66] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:19.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:19.253955  4522 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:19.281 [INFO - Metastore-Handler-Pool: Thread-67] (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=	
02:11:19.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:19.281857  4538 client.h:372] Failed to connect to Hive Metastore (localhost:46641): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:19.284 [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
02:11:19.310 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:19.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:19.310642  4266 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 4277
02:11:19.311 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:19.312 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7ee24600, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1c4f7554 will be shutdown
02:11:19.312 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:19.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:19.319873  4266 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 4345
02:11:19.323 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.4.42.190:41581(127.4.42.190:41581)] handling channelInactive
02:11:19.324 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.4.42.190:41581(127.4.42.190:41581)] cleaning up while in state READY due to: connection closed
02:11:19.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:19.329622  4266 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 4416
02:11:19.330 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.4.42.189:42281(127.4.42.189:42281)] handling channelInactive
02:11:19.330 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.4.42.189:42281(127.4.42.189:42281)] cleaning up while in state READY due to: connection closed
02:11:19.339 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.4.42.188:45239(127.4.42.188:45239)] handling channelInactive
02:11:19.339 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.4.42.188:45239(127.4.42.188:45239)] cleaning up while in state READY due to: connection closed
02:11:19.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:19Z chronyd exiting
.02:11:19.389 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:19.389 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:19.389 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:19.416 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive6819643185710636172
02:11:19.418 [INFO - Thread-43] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:19.418 [INFO - Thread-43] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:19.421 [INFO - Thread-43] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:19.421 [INFO - Thread-43] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:19.422 [INFO - Thread-43] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:19.427 [INFO - Thread-43] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:19.431 [INFO - Thread-43] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:19.431 [INFO - Thread-43] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:19.432 [INFO - Thread-43] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:19.432 [INFO - Thread-43] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:19.434 [INFO - Thread-43] (HikariDataSource.java:80) objectstore - Starting...
02:11:19.590 [INFO - Thread-43] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:19.618 [INFO - Thread-43] (HikariDataSource.java:82) objectstore - Start completed.
02:11:19.619 [INFO - Thread-43] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:19.622 [INFO - Thread-43] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:19.628 [INFO - Thread-43] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:19.629 [INFO - Thread-43] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:19.655 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:19.656 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:19.656 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:19.697 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:19.699 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:19.700 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:19.700 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:19.701 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:19.701 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:19.984 [INFO - Thread-43] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:19.984 [INFO - Thread-43] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@53b1e23f, with PersistenceManager: null will be shutdown
02:11:19.985 [INFO - Thread-43] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@53b1e23f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4a0779f1 created in the thread with id: 68
02:11:19.987 [WARN - Thread-43] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:11:19.989 [INFO - Thread-43] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@53b1e23f
02:11:20.146 [INFO - Thread-43] (HMSHandler.java:595) Started creating a default database with name: default
02:11:20.177 [INFO - Thread-43] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:20.220 [INFO - Thread-43] (HMSHandler.java:668) Added admin role in metastore
02:11:20.223 [INFO - Thread-43] (HMSHandler.java:677) Added public role in metastore
02:11:20.268 [INFO - Thread-43] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:20.269 [INFO - Thread-43] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:20.270 [INFO - Thread-43] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:20.270 [INFO - Thread-43] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:20.271 [WARN - Thread-43] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:11:20.271 [INFO - Thread-43] (HiveMetaStore.java:632) Started the new metaserver on port [38229]...
02:11:20.271 [INFO - Thread-43] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:20.271 [INFO - Thread-43] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:20.271 [INFO - Thread-43] (HiveMetaStore.java:635) TCP keepalive = true
02:11:20.271 [INFO - Thread-43] (HiveMetaStore.java:636) Enable SSL = false
02:11:20.420 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:20.421 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:20.421 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:20.425 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:20.426 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38229]
02:11:20.426 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38229) in binary transport mode
02:11:20.427 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38229) current connections: 1
02:11:20.429 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP2Gqxr/test-tmp
02:11:20.429 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:20.430 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP2Gqxr/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:20.433 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38229"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:11:20.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.567492  4619 mini_oidc.cc:150] Starting JWKS server
02:11:20.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.569516  4619 webserver.cc:533] Webserver started at http://127.0.0.1:36647/ using document root <none> and password file <none>
02:11:20.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.569679  4619 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:20.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.569901  4619 webserver.cc:533] Webserver started at http://127.0.0.1:39175/ using document root <none> and password file <none>
02:11:20.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:20Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:20.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:20Z Disabled control of system clock
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.586133  4619 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/wal
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/data
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/logs
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/data/info.pb
02:11:20.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.130.254:35173
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.130.254
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.130.212:42453
02:11:20.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.130.254:35173,127.4.130.253:36425,127.4.130.252:46563
02:11:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36647/jwks.json
02:11:20.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38229 with env {}
02:11:20.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.708729  4630 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:20.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.708999  4630 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:20.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.709046  4630 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:20.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.712901  4630 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:20.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.712983  4630 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:20.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.713006  4630 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:20.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.713023  4630 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:20.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.713044  4630 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:20.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.713059  4630 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36647/jwks.json
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.718905  4630 master_runner.cc:387] Master server non-default flags:
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.130.212:42453
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/data
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/wal
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38229
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.130.254:35173,127.4.130.253:36425,127.4.130.252:46563
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:20.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.130.254:35173
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36647/jwks.json
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/data/info.pb
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.130.254
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4630
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/logs
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:20.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:20.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:20.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:20.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:20.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:20.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:20.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:20.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:20.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.720391  4630 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:20.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.721522  4630 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:20.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.728513  4638 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
02:11:20.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.728541  4630 server_base.cc:1061] running on GCE node
02:11:20.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.728453  4635 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
02:11:20.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.728453  4636 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
02:11:20.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.729429  4630 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:20.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.730454  4630 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:20.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.731631  4630 hybrid_clock.cc:648] HybridClock initialized: now 1783476680731601 us; error 55 us; skew 500 ppm
02:11:20.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.733788  4630 webserver.cc:533] Webserver started at http://127.4.130.254:39717/ using document root <none> and password file <none>
02:11:20.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.734426  4630 fs_manager.cc:362] Metadata directory not provided
02:11:20.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.734486  4630 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:20.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.734658  4630 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:20.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.736223  4630 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/data/instance:
02:11:20.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "08405fcf6f1347f5bebe1a5b0986a412"
02:11:20.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:20 on dist-test-slave-kzt9"
02:11:20.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.736769  4630 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/wal/instance:
02:11:20.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "08405fcf6f1347f5bebe1a5b0986a412"
02:11:20.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:20 on dist-test-slave-kzt9"
02:11:20.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.740561  4630 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
02:11:20.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.743304  4644 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.744962  4630 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.745122  4630 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/wal
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "08405fcf6f1347f5bebe1a5b0986a412"
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:20 on dist-test-slave-kzt9"
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.745214  4630 fs_report.cc:389] FS layout report
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/wal
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/wal
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/data/data
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:20.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:20.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.761492  4630 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:20.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.762168  4630 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:20.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.762341  4630 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:20.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.773455  4696 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.130.254:35173 every 8 connection(s)
02:11:20.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.773542  4630 rpc_server.cc:307] RPC server started. Bound to: 127.4.130.254:35173
02:11:20.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.775287  4630 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/data/info.pb
02:11:20.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.779914  4697 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:20.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.784029  4619 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 4630
02:11:20.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.784189  4619 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-0/wal/instance
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.785522  4697 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } has no permanent_uuid. Determining permanent_uuid...
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.785893  4619 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/wal
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/data
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/logs
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/data/info.pb
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:20.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.130.253:36425
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.130.253
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.130.212:42453
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.130.254:35173,127.4.130.253:36425,127.4.130.252:46563
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36647/jwks.json
02:11:20.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38229 with env {}
02:11:20.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.805097  4697 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } has no permanent_uuid. Determining permanent_uuid...
02:11:20.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.806368  4645 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.130.253:36425: connect: Connection refused (error 111)
02:11:20.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.807650  4697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.130.253:36425: Network error: Client connection negotiation failed: client connection to 127.4.130.253:36425: connect: Connection refused (error 111)
02:11:20.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.857012  4697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } attempt: 1
02:11:20.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.859263  4697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.130.253:36425: Network error: Client connection negotiation failed: client connection to 127.4.130.253:36425: connect: Connection refused (error 111)
02:11:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.903523  4698 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.903864  4698 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.903918  4698 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.907809  4698 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.907907  4698 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.907928  4698 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.907948  4698 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.907967  4698 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:20.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.907984  4698 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36647/jwks.json
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.914004  4698 master_runner.cc:387] Master server non-default flags:
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.130.212:42453
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/data
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/wal
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38229
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.130.254:35173,127.4.130.253:36425,127.4.130.252:46563
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.130.253:36425
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:20.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36647/jwks.json
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/data/info.pb
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.130.253
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4698
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/logs
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:20.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.915225  4698 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:20.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.916424  4698 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:20.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.923609  4709 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
02:11:20.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.923758  4707 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
02:11:20.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.923862  4706 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
02:11:20.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.924082  4698 server_base.cc:1061] running on GCE node
02:11:20.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.924816  4698 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:20.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.925827  4698 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.927136  4698 hybrid_clock.cc:648] HybridClock initialized: now 1783476680927087 us; error 81 us; skew 500 ppm
02:11:20.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.927485  4697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } attempt: 2
02:11:20.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:20.929845  4697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.130.253:36425: Network error: Client connection negotiation failed: client connection to 127.4.130.253:36425: connect: Connection refused (error 111)
02:11:20.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.929970  4698 webserver.cc:533] Webserver started at http://127.4.130.253:46355/ using document root <none> and password file <none>
02:11:20.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.930615  4698 fs_manager.cc:362] Metadata directory not provided
02:11:20.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.930691  4698 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:20.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.930873  4698 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.932857  4698 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/data/instance:
02:11:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c6a98390f5d544e484c3f4ad309d0dc9"
02:11:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:20 on dist-test-slave-kzt9"
02:11:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.933420  4698 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/wal/instance:
02:11:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c6a98390f5d544e484c3f4ad309d0dc9"
02:11:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:20 on dist-test-slave-kzt9"
02:11:20.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.937983  4698 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
02:11:20.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.941649  4715 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:20.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.943604  4698 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.943797  4698 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/wal
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c6a98390f5d544e484c3f4ad309d0dc9"
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:20 on dist-test-slave-kzt9"
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.943970  4698 fs_report.cc:389] FS layout report
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/wal
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/wal
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/data/data
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:20.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.987097  4698 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:20.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.988090  4698 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:20.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:20.988363  4698 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:21.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.000118  4698 rpc_server.cc:307] RPC server started. Bound to: 127.4.130.253:36425
02:11:21.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.001804  4698 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/data/info.pb
02:11:21.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.000104  4767 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.130.253:36425 every 8 connection(s)
02:11:21.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.006835  4768 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:21.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.009462  4619 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 4698
02:11:21.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.009641  4619 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-1/wal/instance
02:11:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.010520  4619 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/wal
02:11:21.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/data
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/logs
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/data/info.pb
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:21.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.130.252:46563
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.130.252
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.130.212:42453
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:21.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:21.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.130.254:35173,127.4.130.253:36425,127.4.130.252:46563
02:11:21.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:21.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36647/jwks.json
02:11:21.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38229 with env {}
02:11:21.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.012398  4768 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } has no permanent_uuid. Determining permanent_uuid...
02:11:21.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.021173  4697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } attempt: 3
02:11:21.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.028786  4768 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } has no permanent_uuid. Determining permanent_uuid...
02:11:21.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.035498  4697 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } has no permanent_uuid. Determining permanent_uuid...
02:11:21.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.037871  4697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.130.252:46563: Network error: Client connection negotiation failed: client connection to 127.4.130.252:46563: connect: Connection refused (error 111)
02:11:21.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.037943  4768 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } has no permanent_uuid. Determining permanent_uuid...
02:11:21.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.039119  4717 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.130.252:46563: connect: Connection refused (error 111)
02:11:21.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.040653  4768 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.130.252:46563: Network error: Client connection negotiation failed: client connection to 127.4.130.252:46563: connect: Connection refused (error 111)
02:11:21.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.069103  4697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } attempt: 1
02:11:21.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.071174  4697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.130.252:46563: Network error: Client connection negotiation failed: client connection to 127.4.130.252:46563: connect: Connection refused (error 111)
02:11:21.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.089967  4768 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } attempt: 1
02:11:21.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.092208  4768 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.130.252:46563: Network error: Client connection negotiation failed: client connection to 127.4.130.252:46563: connect: Connection refused (error 111)
02:11:21.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.145512  4769 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:21.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.145781  4769 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:21.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.145826  4769 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:21.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.146416  4697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } attempt: 2
02:11:21.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.148334  4697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.130.252:46563: Network error: Client connection negotiation failed: client connection to 127.4.130.252:46563: connect: Connection refused (error 111)
02:11:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.149881  4769 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.149940  4769 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.149962  4769 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.149987  4769 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.150007  4769 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.150023  4769 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36647/jwks.json
02:11:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.154582  4769 master_runner.cc:387] Master server non-default flags:
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.130.212:42453
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/data
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/wal
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38229
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.130.254:35173,127.4.130.253:36425,127.4.130.252:46563
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.130.252:46563
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36647/jwks.json
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/data/info.pb
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.130.252
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4769
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/logs
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.155752  4769 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.156955  4769 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.160439  4768 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } attempt: 2
02:11:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.162760  4768 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.130.252:46563: Network error: Client connection negotiation failed: client connection to 127.4.130.252:46563: connect: Connection refused (error 111)
02:11:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.163393  4778 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
02:11:21.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.163393  4781 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
02:11:21.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.163906  4779 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
02:11:21.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.165099  4769 server_base.cc:1061] running on GCE node
02:11:21.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.165827  4769 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.167203  4769 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.168440  4769 hybrid_clock.cc:648] HybridClock initialized: now 1783476681168403 us; error 59 us; skew 500 ppm
02:11:21.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.171555  4769 webserver.cc:533] Webserver started at http://127.4.130.252:46193/ using document root <none> and password file <none>
02:11:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.172513  4769 fs_manager.cc:362] Metadata directory not provided
02:11:21.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.172616  4769 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:21.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.172942  4769 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:21.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.175122  4769 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/data/instance:
02:11:21.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5090b5c6c23e482a9c789cf099a702d3"
02:11:21.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:21 on dist-test-slave-kzt9"
02:11:21.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.175757  4769 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/wal/instance:
02:11:21.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5090b5c6c23e482a9c789cf099a702d3"
02:11:21.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:21 on dist-test-slave-kzt9"
02:11:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.180203  4769 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
02:11:21.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.183415  4787 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.185029  4769 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.185220  4769 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/wal
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5090b5c6c23e482a9c789cf099a702d3"
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:21 on dist-test-slave-kzt9"
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.185392  4769 fs_report.cc:389] FS layout report
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/wal
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/wal
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/data/data
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:21.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:21.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:21.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:21.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:21.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:21.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:21.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:21.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:21.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.201542  4769 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:21.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.202586  4769 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:21.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.202858  4769 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:21.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.213399  4769 rpc_server.cc:307] RPC server started. Bound to: 127.4.130.252:46563
02:11:21.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.213429  4839 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.130.252:46563 every 8 connection(s)
02:11:21.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.214897  4769 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/data/info.pb
02:11:21.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.218657  4619 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 4769
02:11:21.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.218832  4619 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster17284729134051235732/master-2/wal/instance
02:11:21.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.219269  4840 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:21.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.224601  4840 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } has no permanent_uuid. Determining permanent_uuid...
02:11:21.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.234205  4840 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } has no permanent_uuid. Determining permanent_uuid...
02:11:21.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.240178  4840 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } has no permanent_uuid. Determining permanent_uuid...
02:11:21.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.247516  4697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } attempt: 3
02:11:21.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.248503  4840 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3: Bootstrap starting.
02:11:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.251036  4619 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:21.252 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.252357  4840 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3: Neither blocks nor log segments found. Creating new log.
02:11:21.252 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:21.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.253513  4840 log.cc:826] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3: Log is configured to *not* fsync() on all Append() calls
02:11:21.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.253966  4768 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } attempt: 3
02:11:21.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.256181  4840 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3: No bootstrap required, opened a new log
02:11:21.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.259598  4697 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412: Bootstrap starting.
02:11:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.260288  4840 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } }
02:11:21.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.260946  4840 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:21.255 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.4.130.254"
      port: 35173
    }
    bound_http_address {
      host: "127.4.130.254"
      port: 39717
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.4.130.253"
      port: 36425
    }
    bound_http_address {
      host: "127.4.130.253"
      port: 46355
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.4.130.252"
      port: 46563
    }
    bound_http_address {
      host: "127.4.130.252"
      port: 46193
    }
  }
}

02:11:21.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.261229  4840 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5090b5c6c23e482a9c789cf099a702d3, State: Initialized, Role: FOLLOWER
02:11:21.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.261988  4840 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [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: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } }
02:11:21.261 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:11:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.262310  4768 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9: Bootstrap starting.
02:11:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.263252  4697 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412: Neither blocks nor log segments found. Creating new log.
02:11:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.264346  4840 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [sys.catalog]: configured and running, proceeding with master startup.
02:11:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.264901  4697 log.cc:826] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412: Log is configured to *not* fsync() on all Append() calls
02:11:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.266172  4768 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9: Neither blocks nor log segments found. Creating new log.
02:11:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.267339  4697 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412: No bootstrap required, opened a new log
02:11:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.267364  4768 log.cc:826] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9: Log is configured to *not* fsync() on all Append() calls
02:11:21.271 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:21.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.271627  4697 raft_consensus.cc:359] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } }
02:11:21.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.271890  4697 raft_consensus.cc:385] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:21.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.271960  4697 raft_consensus.cc:740] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 08405fcf6f1347f5bebe1a5b0986a412, State: Initialized, Role: FOLLOWER
02:11:21.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.272591  4697 consensus_queue.cc:260] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [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: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } }
02:11:21.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.273206  4862 sys_catalog.cc:455] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [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: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.273 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=8a2a0cd4-5c51-4c74-a809-1f15efa82d3f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.130.252:46563,127.4.130.254:35173,127.4.130.253:36425}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:21.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.273479  4862 sys_catalog.cc:458] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [sys.catalog]: This master's current role is: FOLLOWER
02:11:21.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.274296  4697 sys_catalog.cc:565] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [sys.catalog]: configured and running, proceeding with master startup.
02:11:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.273389  4769 master_runner.cc:187] Error getting master registration for 127.4.130.254:35173: OK, instance_id { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" instance_seqno: 1783476680768675 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.276360  4769 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:21.277 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:21.277 [INFO - Metastore-Handler-Pool: Thread-89] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:21.277 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ef11c, with PersistenceManager: null will be shutdown
02:11:21.278 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ef11c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6f70dced created in the thread with id: 89
02:11:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.281387  4876 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.281807  4876 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.283702  4860 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:21.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.283840  4860 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.282759  4630 master_runner.cc:187] Error getting master registration for 127.4.130.253:36425: OK, instance_id { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" instance_seqno: 1783476680996716 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:21.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.285797  4630 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:21.291 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ef11c
02:11:21.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.291666  4768 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9: No bootstrap required, opened a new log
02:11:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.296968  4768 raft_consensus.cc:359] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } }
02:11:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.297652  4768 raft_consensus.cc:385] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.297885  4768 raft_consensus.cc:740] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6a98390f5d544e484c3f4ad309d0dc9, State: Initialized, Role: FOLLOWER
02:11:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.298744  4768 consensus_queue.cc:260] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [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: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } }
02:11:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.300971  4768 sys_catalog.cc:565] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [sys.catalog]: configured and running, proceeding with master startup.
02:11:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.304937  4845 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [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: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.305404  4845 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:21.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.307658  4881 sys_catalog.cc:455] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [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: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.308056  4881 sys_catalog.cc:458] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [sys.catalog]: This master's current role is: FOLLOWER
02:11:21.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.313403  4698 master_runner.cc:264] No leader master found from master c6a98390f5d544e484c3f4ad309d0dc9
02:11:21.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.313529  4698 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:21.317 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:21.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.320889  4895 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:21.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.321457  4895 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:21.333 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:21.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.334410  4873 client.h:372] Failed to connect to Hive Metastore (localhost:38229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:21.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.335263  4857 client.h:372] Failed to connect to Hive Metastore (localhost:38229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:21.336 [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=	
02:11:21.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.339980  4892 client.h:372] Failed to connect to Hive Metastore (localhost:38229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:21.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.440117  4881 raft_consensus.cc:493] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:11:21.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.440435  4881 raft_consensus.cc:515] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } }
02:11:21.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.442061  4881 leader_election.cc:290] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 08405fcf6f1347f5bebe1a5b0986a412 (127.4.130.254:35173), 5090b5c6c23e482a9c789cf099a702d3 (127.4.130.252:46563)
02:11:21.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.443011  4814 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5090b5c6c23e482a9c789cf099a702d3" is_pre_election: true
02:11:21.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.443427  4814 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6a98390f5d544e484c3f4ad309d0dc9 in term 0.
02:11:21.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.443693  4671 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08405fcf6f1347f5bebe1a5b0986a412" is_pre_election: true
02:11:21.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.443960  4717 leader_election.cc:304] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [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: 5090b5c6c23e482a9c789cf099a702d3, c6a98390f5d544e484c3f4ad309d0dc9; no voters: 
02:11:21.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.444065  4671 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6a98390f5d544e484c3f4ad309d0dc9 in term 0.
02:11:21.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.444790  4881 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:11:21.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.444873  4881 raft_consensus.cc:493] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:11:21.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.444916  4881 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 0 FOLLOWER]: Advancing to term 1
02:11:21.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.446389  4881 raft_consensus.cc:515] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } }
02:11:21.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.447443  4671 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "08405fcf6f1347f5bebe1a5b0986a412"
02:11:21.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.447619  4671 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [term 0 FOLLOWER]: Advancing to term 1
02:11:21.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.448493  4814 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5090b5c6c23e482a9c789cf099a702d3"
02:11:21.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.448676  4814 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [term 0 FOLLOWER]: Advancing to term 1
02:11:21.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.449066  4671 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6a98390f5d544e484c3f4ad309d0dc9 in term 1.
02:11:21.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.449599  4719 leader_election.cc:304] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [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: 08405fcf6f1347f5bebe1a5b0986a412, c6a98390f5d544e484c3f4ad309d0dc9; no voters: 
02:11:21.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.450115  4814 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6a98390f5d544e484c3f4ad309d0dc9 in term 1.
02:11:21.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.451205  4881 leader_election.cc:290] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [CANDIDATE]: Term 1 election: Requested vote from peers 08405fcf6f1347f5bebe1a5b0986a412 (127.4.130.254:35173), 5090b5c6c23e482a9c789cf099a702d3 (127.4.130.252:46563)
02:11:21.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.451463  4881 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 1 FOLLOWER]: Leader election won for term 1
02:11:21.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.451555  4881 raft_consensus.cc:697] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [term 1 LEADER]: Becoming Leader. State: Replica: c6a98390f5d544e484c3f4ad309d0dc9, State: Running, Role: LEADER
02:11:21.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.451987  4881 consensus_queue.cc:237] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [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: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } }
02:11:21.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.454514  4793 tablet.cc:2406] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:21.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.455173  4881 sys_catalog.cc:455] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c6a98390f5d544e484c3f4ad309d0dc9. Latest consensus state: current_term: 1 leader_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.455346  4881 sys_catalog.cc:458] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [sys.catalog]: This master's current role is: LEADER
02:11:21.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.468883  4900 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:11:21.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.470875  4900 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:11:21.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.490270  4721 tablet.cc:2406] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:21.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.492596  4671 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [term 1 FOLLOWER]: Refusing update from remote peer c6a98390f5d544e484c3f4ad309d0dc9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:21.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.492740  4814 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [term 1 FOLLOWER]: Refusing update from remote peer c6a98390f5d544e484c3f4ad309d0dc9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:21.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.493551  4898 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:21.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.494122  4898 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.503949  4845 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c6a98390f5d544e484c3f4ad309d0dc9. Latest consensus state: current_term: 1 leader_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.504179  4845 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:21.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.506040  4862 sys_catalog.cc:455] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c6a98390f5d544e484c3f4ad309d0dc9. Latest consensus state: current_term: 1 leader_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.506258  4862 sys_catalog.cc:458] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [sys.catalog]: This master's current role is: FOLLOWER
02:11:21.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:21.519553  4650 tablet.cc:2406] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:21.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.526585  4881 sys_catalog.cc:455] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.526810  4881 sys_catalog.cc:458] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [sys.catalog]: This master's current role is: LEADER
02:11:21.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.526943  4901 mvcc.cc:204] Tried to move back new op lower bound from 7305120487349288960 to 7305120487233921024. Current Snapshot: MvccSnapshot[applied={T|T < 7305120487349288960}]
02:11:21.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.529310  4898 sys_catalog.cc:455] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.529485  4898 sys_catalog.cc:458] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9 [sys.catalog]: This master's current role is: LEADER
02:11:21.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.529589  4845 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.529724  4845 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:21.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.530946  4862 sys_catalog.cc:455] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08405fcf6f1347f5bebe1a5b0986a412" member_type: VOTER last_known_addr { host: "127.4.130.254" port: 35173 } } peers { permanent_uuid: "c6a98390f5d544e484c3f4ad309d0dc9" member_type: VOTER last_known_addr { host: "127.4.130.253" port: 36425 } } peers { permanent_uuid: "5090b5c6c23e482a9c789cf099a702d3" member_type: VOTER last_known_addr { host: "127.4.130.252" port: 46563 } } }
02:11:21.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.531100  4862 sys_catalog.cc:458] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412 [sys.catalog]: This master's current role is: FOLLOWER
02:11:21.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.531754  4902 mvcc.cc:204] Tried to move back new op lower bound from 7305120487349288960 to 7305120487233921024. Current Snapshot: MvccSnapshot[applied={T|T < 7305120487349288960}]
02:11:21.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.532116  4903 mvcc.cc:204] Tried to move back new op lower bound from 7305120487349288960 to 7305120487233921024. Current Snapshot: MvccSnapshot[applied={T|T < 7305120487349288960}]
02:11:21.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.540995  4900 catalog_manager.cc:1383] Generated new cluster ID: a4056ccb50994334aeb357f290b200e7
02:11:21.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.541116  4900 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:11:21.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.563242  4900 catalog_manager.cc:1406] Generated new certificate authority record
02:11:21.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.565683  4900 catalog_manager.cc:1540] Loading token signing keys...
02:11:21.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.594275  4900 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c6a98390f5d544e484c3f4ad309d0dc9: Generated new TSK 0
02:11:21.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.595418  4900 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:11:21.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.596357  4900 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:11:21.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:21.596941  4900 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:11:21.935 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:11:21.944 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:11:21.944 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:11:22.048 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:22.057 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6819643185710636172/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=8a2a0cd4-5c51-4c74-a809-1f15efa82d3f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.130.252:46563,127.4.130.254:35173,127.4.130.253:36425}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:22.060 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6819643185710636172/external-warehouse/table
02:11:22.194 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:22.261 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:22.263 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:22.283510  4876 catalog_manager.cc:1295] Loaded cluster ID: a4056ccb50994334aeb357f290b200e7
02:11:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:22.283610  4876 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412: loading cluster ID for follower catalog manager: success
02:11:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:22.285102  4860 catalog_manager.cc:1295] Loaded cluster ID: a4056ccb50994334aeb357f290b200e7
02:11:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:22.285171  4860 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3: loading cluster ID for follower catalog manager: success
02:11:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:22.285964  4876 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412: acquiring CA information for follower catalog manager: success
02:11:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:22.287194  4860 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3: acquiring CA information for follower catalog manager: success
02:11:22.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:22.287245  4876 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 08405fcf6f1347f5bebe1a5b0986a412: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:22.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:22.288378  4860 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5090b5c6c23e482a9c789cf099a702d3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:22.339 [INFO - Metastore-Handler-Pool: Thread-97] (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=	
02:11:22.338 [INFO - Metastore-Handler-Pool: Thread-96] (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=	
02:11:22.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:22.340209  4857 client.h:372] Failed to connect to Hive Metastore (localhost:38229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:22.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:22.340901  4873 client.h:372] Failed to connect to Hive Metastore (localhost:38229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:22.343 [INFO - Metastore-Handler-Pool: Thread-98] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:22.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:22.343538  4892 client.h:372] Failed to connect to Hive Metastore (localhost:38229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:22.434 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:11:22.705 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:11:22.752 [WARN - Metastore-Handler-Pool: Thread-89] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:11:22.783 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
02:11:22.911 [DEBUG - Metastore-Handler-Pool: Thread-89] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
02:11:22.912 [DEBUG - Metastore-Handler-Pool: Thread-89] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:11:22.914 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.4.130.252:46563(127.4.130.252:46563)] connecting to peer
02:11:22.916 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.4.130.254:35173(127.4.130.254:35173)] connecting to peer
02:11:22.918 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.4.130.252:46563(127.4.130.252:46563)] Successfully connected to peer
02:11:22.929 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.4.130.253:36425(127.4.130.253:36425)] connecting to peer
02:11:22.932 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.4.130.253:36425(127.4.130.253:36425)] Successfully connected to peer
02:11:22.936 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.130.252
02:11:22.937 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.4.130.254:35173(127.4.130.254:35173)] Successfully connected to peer
02:11:22.947 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.130.253
02:11:22.955 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.130.254
02:11:22.973 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:22.979 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xce05297f, L:/127.0.0.1:58302 - R:/127.4.130.253:36425] using SASL/PLAIN
02:11:22.981 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:22.982 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:22.986 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:11:22.993 [ERROR - Metastore-Handler-Pool: Thread-89] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:11:22.994 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x99b97529, L:/127.0.0.1:35396 - R:/127.4.130.254:35173] using SASL/PLAIN
02:11:22.995 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:22.998 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x021093dd, L:/127.0.0.1:49836 - R:/127.4.130.252:46563] using SASL/PLAIN
02:11:23.023 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:23.024 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:23.088 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
02:11:23.118 [INFO - Metastore-Handler-Pool: Thread-89] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:23.120 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=8a2a0cd4-5c51-4c74-a809-1f15efa82d3f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.130.252:46563,127.4.130.254:35173,127.4.130.253:36425}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:23.125 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:23.136 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6819643185710636172/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=8a2a0cd4-5c51-4c74-a809-1f15efa82d3f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.130.252:46563,127.4.130.254:35173,127.4.130.253:36425}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:23.139 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6819643185710636172/external-warehouse/table
02:11:23.187 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:23.216 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:23.218 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:23.239 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
02:11:23.258 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:23.261 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:23.263 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6819643185710636172/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)
02:11:23.264 [WARN - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:2452) Location: file:/tmp/hive6819643185710636172/external-warehouse/table specified for non-external table:table
02:11:23.264 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6819643185710636172/external-warehouse/table
02:11:23.286 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:23.305 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:23.307 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:23.330 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
02:11:23.345 [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=	
02:11:23.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:23.345781  4857 client.h:372] Failed to connect to Hive Metastore (localhost:38229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:23.347 [INFO - Metastore-Handler-Pool: Thread-106] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:23.348090  4873 client.h:372] Failed to connect to Hive Metastore (localhost:38229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:23.349 [INFO - Metastore-Handler-Pool: Thread-107] (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=	
02:11:23.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:23.349915  4892 client.h:372] Failed to connect to Hive Metastore (localhost:38229): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:23.353 [ERROR - Metastore-Handler-Pool: Thread-89] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:11:23.354 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:23.368 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:23.370 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:23.390 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
02:11:23.409 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:23.411 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:23.414 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6819643185710636172/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)
02:11:23.415 [WARN - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:2452) Location: file:/tmp/hive6819643185710636172/external-warehouse/table specified for non-external table:table
02:11:23.416 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6819643185710636172/external-warehouse/table
02:11:23.439 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:23.453 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:23.455 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:23.478 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
02:11:23.496 [ERROR - Metastore-Handler-Pool: Thread-89] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:11:23.497 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:23.509 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:23.511 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:23.529 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
02:11:23.546 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:23.549 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:23.551 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive6819643185710636172/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)
02:11:23.553 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6819643185710636172/external-warehouse/table
02:11:23.573 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:23.585 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:23.587 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:23.619 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
02:11:23.633 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:23.633 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:23.634 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ef11c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6f70dced will be shutdown
02:11:23.634 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:23.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:23.634224  4619 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 4630
02:11:23.646 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.4.130.254:35173(127.4.130.254:35173)] handling channelInactive
02:11:23.646 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.4.130.254:35173(127.4.130.254:35173)] cleaning up while in state READY due to: connection closed
02:11:23.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:23.646064  4619 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 4698
02:11:23.656 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.4.130.253:36425(127.4.130.253:36425)] handling channelInactive
02:11:23.657 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.4.130.253:36425(127.4.130.253:36425)] cleaning up while in state READY due to: connection closed
02:11:23.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:23.657294  4619 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 4769
02:11:23.668 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.4.130.252:46563(127.4.130.252:46563)] handling channelInactive
02:11:23.668 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.4.130.252:46563(127.4.130.252:46563)] cleaning up while in state READY due to: connection closed
02:11:23.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:23Z chronyd exiting
.02:11:23.719 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:23.719 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:23.720 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:23.747 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17979941740550044496
02:11:23.748 [INFO - Thread-74] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:23.748 [INFO - Thread-74] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:23.751 [INFO - Thread-74] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:23.752 [INFO - Thread-74] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:23.752 [INFO - Thread-74] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:23.753 [INFO - Thread-74] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:23.755 [INFO - Thread-74] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:23.755 [INFO - Thread-74] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:23.758 [INFO - Thread-74] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:23.758 [INFO - Thread-74] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:23.761 [INFO - Thread-74] (HikariDataSource.java:80) objectstore - Starting...
02:11:23.838 [INFO - Thread-74] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:23.839 [INFO - Thread-74] (HikariDataSource.java:82) objectstore - Start completed.
02:11:23.840 [INFO - Thread-74] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:23.841 [INFO - Thread-74] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:23.844 [INFO - Thread-74] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:23.844 [INFO - Thread-74] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:23.865 [INFO - Thread-74] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:23.865 [INFO - Thread-74] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:23.866 [INFO - Thread-74] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:23.893 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:23.894 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:23.894 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:23.894 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:23.895 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:23.895 [WARN - Thread-74] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:24.092 [INFO - Thread-74] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:24.092 [INFO - Thread-74] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6de6fcb1, with PersistenceManager: null will be shutdown
02:11:24.093 [INFO - Thread-74] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6de6fcb1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1eb8c21d created in the thread with id: 110
02:11:24.095 [WARN - Thread-74] (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
02:11:24.096 [INFO - Thread-74] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6de6fcb1
02:11:24.202 [INFO - Thread-74] (HMSHandler.java:595) Started creating a default database with name: default
02:11:24.231 [INFO - Thread-74] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:24.265 [INFO - Thread-74] (HMSHandler.java:668) Added admin role in metastore
02:11:24.267 [INFO - Thread-74] (HMSHandler.java:677) Added public role in metastore
02:11:24.302 [INFO - Thread-74] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:24.303 [INFO - Thread-74] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:24.303 [INFO - Thread-74] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:24.304 [INFO - Thread-74] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:24.304 [WARN - Thread-74] (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)
02:11:24.305 [INFO - Thread-74] (HiveMetaStore.java:632) Started the new metaserver on port [38453]...
02:11:24.305 [INFO - Thread-74] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:24.305 [INFO - Thread-74] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:24.305 [INFO - Thread-74] (HiveMetaStore.java:635) TCP keepalive = true
02:11:24.305 [INFO - Thread-74] (HiveMetaStore.java:636) Enable SSL = false
02:11:24.750 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:24.751 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:24.751 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:24.753 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:24.753 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38453]
02:11:24.753 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38453) in binary transport mode
02:11:24.754 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38453) current connections: 1
02:11:24.755 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP2Gqxr/test-tmp
02:11:24.756 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:24.756 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP2Gqxr/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:24.759 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38453"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:11:24.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:24.882977  4962 mini_oidc.cc:150] Starting JWKS server
02:11:24.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:24.884820  4962 webserver.cc:533] Webserver started at http://127.0.0.1:44039/ using document root <none> and password file <none>
02:11:24.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:24.885141  4962 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:24.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:24.885414  4962 webserver.cc:533] Webserver started at http://127.0.0.1:39979/ using document root <none> and password file <none>
02:11:24.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:24Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:24.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:24Z Disabled control of system clock
02:11:24.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:24.903551  4962 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/wal
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/data
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/logs
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/data/info.pb
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.216.190:46615
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.216.190
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.216.148:38421
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:24.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:24.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.216.190:46615,127.4.216.189:33921,127.4.216.188:44355
02:11:24.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:24.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44039/jwks.json
02:11:24.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38453 with env {}
02:11:25.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.030982  4973 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:25.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.031396  4973 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:25.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.031481  4973 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:25.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.035633  4973 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:25.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.035773  4973 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:25.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.035808  4973 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:25.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.035838  4973 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:25.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.035866  4973 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:25.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.035885  4973 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44039/jwks.json
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.040773  4973 master_runner.cc:387] Master server non-default flags:
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.216.148:38421
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/data
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/wal
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38453
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.216.190:46615,127.4.216.189:33921,127.4.216.188:44355
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.216.190:46615
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44039/jwks.json
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/data/info.pb
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.216.190
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4973
02:11:25.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/logs
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.042752  4973 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:25.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.044404  4973 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:25.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.051656  4981 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
02:11:25.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.051612  4979 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
02:11:25.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.052075  4978 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
02:11:25.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.052402  4973 server_base.cc:1061] running on GCE node
02:11:25.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.053135  4973 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:25.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.054288  4973 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:25.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.055514  4973 hybrid_clock.cc:648] HybridClock initialized: now 1783476685055489 us; error 51 us; skew 500 ppm
02:11:25.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.058650  4973 webserver.cc:533] Webserver started at http://127.4.216.190:33879/ using document root <none> and password file <none>
02:11:25.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.059458  4973 fs_manager.cc:362] Metadata directory not provided
02:11:25.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.059541  4973 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:25.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.059762  4973 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:25.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.061738  4973 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/data/instance:
02:11:25.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d43dede8fe3f4eb5a0ef1d992e031b61"
02:11:25.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:25 on dist-test-slave-kzt9"
02:11:25.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.062268  4973 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/wal/instance:
02:11:25.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d43dede8fe3f4eb5a0ef1d992e031b61"
02:11:25.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:25 on dist-test-slave-kzt9"
02:11:25.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.066602  4973 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
02:11:25.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.069370  4987 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:25.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.070772  4973 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.070941  4973 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/wal
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d43dede8fe3f4eb5a0ef1d992e031b61"
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:25 on dist-test-slave-kzt9"
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.071028  4973 fs_report.cc:389] FS layout report
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/wal
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/wal
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/data/data
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:25.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.084877  4973 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:25.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.085649  4973 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:25.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.085810  4973 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:25.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.093994  4973 rpc_server.cc:307] RPC server started. Bound to: 127.4.216.190:46615
02:11:25.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.094026  5039 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.216.190:46615 every 8 connection(s)
02:11:25.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.095295  4973 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/data/info.pb
02:11:25.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.099737  5040 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:25.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.101779  4962 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 4973
02:11:25.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.101979  4962 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-0/wal/instance
02:11:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.103581  4962 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/wal
02:11:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/data
02:11:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/logs
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/data/info.pb
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.216.189:33921
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.216.189
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.216.148:38421
02:11:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:25.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:25.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:25.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:25.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.216.190:46615,127.4.216.189:33921,127.4.216.188:44355
02:11:25.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:25.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44039/jwks.json
02:11:25.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38453 with env {}
02:11:25.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.104436  5040 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } has no permanent_uuid. Determining permanent_uuid...
02:11:25.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.119911  5040 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } has no permanent_uuid. Determining permanent_uuid...
02:11:25.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.120939  4988 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.216.189:33921: connect: Connection refused (error 111)
02:11:25.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.121941  5040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.216.189:33921: Network error: Client connection negotiation failed: client connection to 127.4.216.189:33921: connect: Connection refused (error 111)
02:11:25.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.171247  5040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } attempt: 1
02:11:25.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.173627  5040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.216.189:33921: Network error: Client connection negotiation failed: client connection to 127.4.216.189:33921: connect: Connection refused (error 111)
02:11:25.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.233044  5041 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:25.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.233378  5041 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:25.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.233431  5041 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:25.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.237437  5041 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:25.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.237538  5041 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:25.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.237561  5041 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:25.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.237584  5041 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:25.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.237604  5041 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:25.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.237625  5041 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44039/jwks.json
02:11:25.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.241886  5040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } attempt: 2
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.242687  5041 master_runner.cc:387] Master server non-default flags:
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.216.148:38421
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/data
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/wal
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38453
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.216.190:46615,127.4.216.189:33921,127.4.216.188:44355
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.216.189:33921
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44039/jwks.json
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/data/info.pb
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.216.189
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:25.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5041
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/logs
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.244165  5040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.216.189:33921: Network error: Client connection negotiation failed: client connection to 127.4.216.189:33921: connect: Connection refused (error 111)
02:11:25.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.244629  5041 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:25.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.246114  5041 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:25.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.253264  5052 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
02:11:25.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.253264  5049 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
02:11:25.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.253381  5050 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
02:11:25.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.254132  5041 server_base.cc:1061] running on GCE node
02:11:25.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.254912  5041 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:25.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.256371  5041 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:25.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.257589  5041 hybrid_clock.cc:648] HybridClock initialized: now 1783476685257559 us; error 68 us; skew 500 ppm
02:11:25.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.260578  5041 webserver.cc:533] Webserver started at http://127.4.216.189:43155/ using document root <none> and password file <none>
02:11:25.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.261456  5041 fs_manager.cc:362] Metadata directory not provided
02:11:25.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.261564  5041 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:25.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.261912  5041 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:25.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.264235  5041 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/data/instance:
02:11:25.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e247402f313c4dcbb4e6d2663ceeb9e3"
02:11:25.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:25 on dist-test-slave-kzt9"
02:11:25.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.265048  5041 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/wal/instance:
02:11:25.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e247402f313c4dcbb4e6d2663ceeb9e3"
02:11:25.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:25 on dist-test-slave-kzt9"
02:11:25.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.270071  5041 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
02:11:25.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.274012  5058 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.275859  5041 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.276072  5041 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/wal
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e247402f313c4dcbb4e6d2663ceeb9e3"
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:25 on dist-test-slave-kzt9"
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.276361  5041 fs_report.cc:389] FS layout report
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/wal
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/wal
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/data/data
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:25.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:25.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:25.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:25.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:25.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:25.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:25.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.301908  5041 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:25.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.302932  5041 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:25.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.303201  5041 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.313158  5041 rpc_server.cc:307] RPC server started. Bound to: 127.4.216.189:33921
02:11:25.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.313164  5110 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.216.189:33921 every 8 connection(s)
02:11:25.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.314774  5041 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/data/info.pb
02:11:25.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.318547  5111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.322126  4962 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5041
02:11:25.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.322264  4962 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-1/wal/instance
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.322566  5111 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } has no permanent_uuid. Determining permanent_uuid...
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.323026  4962 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/wal
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/data
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/logs
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/data/info.pb
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.216.188:44355
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.216.188
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.216.148:38421
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:25.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:25.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.216.190:46615,127.4.216.189:33921,127.4.216.188:44355
02:11:25.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:25.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44039/jwks.json
02:11:25.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38453 with env {}
02:11:25.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.335355  5040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } attempt: 3
02:11:25.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.335783  5111 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } has no permanent_uuid. Determining permanent_uuid...
02:11:25.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.344422  5111 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } has no permanent_uuid. Determining permanent_uuid...
02:11:25.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.344349  5040 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } has no permanent_uuid. Determining permanent_uuid...
02:11:25.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.346086  5062 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.216.188:44355: connect: Connection refused (error 111)
02:11:25.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.346186  5040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.216.188:44355: Network error: Client connection negotiation failed: client connection to 127.4.216.188:44355: connect: Connection refused (error 111)
02:11:25.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.347283  5111 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.216.188:44355: Network error: Client connection negotiation failed: client connection to 127.4.216.188:44355: connect: Connection refused (error 111)
02:11:25.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.377372  5040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } attempt: 1
02:11:25.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.379333  5040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.216.188:44355: Network error: Client connection negotiation failed: client connection to 127.4.216.188:44355: connect: Connection refused (error 111)
02:11:25.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.396580  5111 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } attempt: 1
02:11:25.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.398816  5111 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.216.188:44355: Network error: Client connection negotiation failed: client connection to 127.4.216.188:44355: connect: Connection refused (error 111)
02:11:25.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.442714  5112 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:25.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.443002  5112 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:25.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.443050  5112 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:25.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.446645  5112 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:25.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.446731  5112 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:25.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.446753  5112 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:25.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.446779  5112 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:25.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.446799  5112 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:25.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.446815  5112 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44039/jwks.json
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.451507  5112 master_runner.cc:387] Master server non-default flags:
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.216.148:38421
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/data
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/wal
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38453
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.216.190:46615,127.4.216.189:33921,127.4.216.188:44355
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.216.188:44355
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44039/jwks.json
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/data/info.pb
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.216.188
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5112
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/logs
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.454068  5112 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:25.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.454640  5040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } attempt: 2
02:11:25.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.455952  5112 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:25.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.457563  5040 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.216.188:44355: Network error: Client connection negotiation failed: client connection to 127.4.216.188:44355: connect: Connection refused (error 111)
02:11:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.465997  5124 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
02:11:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.466005  5122 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
02:11:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.466524  5121 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
02:11:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.467070  5111 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } attempt: 2
02:11:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.467164  5112 server_base.cc:1061] running on GCE node
02:11:25.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.467962  5112 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:25.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.469295  5112 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:25.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.469818  5111 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.216.188:44355: Network error: Client connection negotiation failed: client connection to 127.4.216.188:44355: connect: Connection refused (error 111)
02:11:25.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.470572  5112 hybrid_clock.cc:648] HybridClock initialized: now 1783476685470540 us; error 51 us; skew 500 ppm
02:11:25.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.473591  5112 webserver.cc:533] Webserver started at http://127.4.216.188:40857/ using document root <none> and password file <none>
02:11:25.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.474355  5112 fs_manager.cc:362] Metadata directory not provided
02:11:25.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.474457  5112 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:25.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.474714  5112 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:25.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.476990  5112 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/data/instance:
02:11:25.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "898c7b66198f486babac5b65db4d1039"
02:11:25.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:25 on dist-test-slave-kzt9"
02:11:25.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.477795  5112 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/wal/instance:
02:11:25.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "898c7b66198f486babac5b65db4d1039"
02:11:25.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:25 on dist-test-slave-kzt9"
02:11:25.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.484099  5112 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
02:11:25.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.487664  5130 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:25.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.489665  5112 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.489887  5112 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/wal
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "898c7b66198f486babac5b65db4d1039"
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:25 on dist-test-slave-kzt9"
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.490023  5112 fs_report.cc:389] FS layout report
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/wal
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/wal
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/data/data
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:25.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.505776  5112 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:25.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.506647  5112 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:25.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.506893  5112 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:25.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.515969  5112 rpc_server.cc:307] RPC server started. Bound to: 127.4.216.188:44355
02:11:25.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.515909  5182 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.216.188:44355 every 8 connection(s)
02:11:25.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.517264  5112 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/data/info.pb
02:11:25.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.521164  4962 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5112
02:11:25.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.521333  4962 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster10742927481531539724/master-2/wal/instance
02:11:25.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.521692  5183 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:25.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.528389  5183 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } has no permanent_uuid. Determining permanent_uuid...
02:11:25.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.537762  5183 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } has no permanent_uuid. Determining permanent_uuid...
02:11:25.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.543390  5183 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } has no permanent_uuid. Determining permanent_uuid...
02:11:25.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.552089  5183 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039: Bootstrap starting.
02:11:25.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.555823  5183 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039: Neither blocks nor log segments found. Creating new log.
02:11:25.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.556803  5040 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } attempt: 3
02:11:25.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.557165  5183 log.cc:826] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039: Log is configured to *not* fsync() on all Append() calls
02:11:25.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.560032  5183 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039: No bootstrap required, opened a new log
02:11:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.560917  4962 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.561017  5111 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } attempt: 3
02:11:25.561 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:25.562 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:25.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.564805  5183 raft_consensus.cc:359] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } }
02:11:25.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.565362  5183 raft_consensus.cc:385] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:25.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.565451  5183 raft_consensus.cc:740] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 898c7b66198f486babac5b65db4d1039, State: Initialized, Role: FOLLOWER
02:11:25.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.566051  5183 consensus_queue.cc:260] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [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: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } }
02:11:25.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.566687  5189 sys_catalog.cc:455] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [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: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.566807  5189 sys_catalog.cc:458] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [sys.catalog]: This master's current role is: FOLLOWER
02:11:25.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.569298  5040 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61: Bootstrap starting.
02:11:25.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.571058  5111 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3: Bootstrap starting.
02:11:25.563 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.4.216.190"
      port: 46615
    }
    bound_http_address {
      host: "127.4.216.190"
      port: 33879
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.4.216.189"
      port: 33921
    }
    bound_http_address {
      host: "127.4.216.189"
      port: 43155
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.4.216.188"
      port: 44355
    }
    bound_http_address {
      host: "127.4.216.188"
      port: 40857
    }
  }
}

02:11:25.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.572650  5040 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61: Neither blocks nor log segments found. Creating new log.
02:11:25.572 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:11:25.573 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:25.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.573704  5040 log.cc:826] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61: Log is configured to *not* fsync() on all Append() calls
02:11:25.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.573927  5111 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3: Neither blocks nor log segments found. Creating new log.
02:11:25.574 [INFO - Metastore-Handler-Pool: Thread-131] (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)	
02:11:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.575065  5111 log.cc:826] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3: Log is configured to *not* fsync() on all Append() calls
02:11:25.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.567965  5183 sys_catalog.cc:565] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [sys.catalog]: configured and running, proceeding with master startup.
02:11:25.576 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:25.576 [INFO - Metastore-Handler-Pool: Thread-131] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:25.576 [INFO - Metastore-Handler-Pool: Thread-131] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@130458, with PersistenceManager: null will be shutdown
02:11:25.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.577009  5040 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61: No bootstrap required, opened a new log
02:11:25.577 [INFO - Metastore-Handler-Pool: Thread-131] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@130458, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@35bb3d created in the thread with id: 131
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.581238  5040 raft_consensus.cc:359] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } }
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.581524  5040 raft_consensus.cc:385] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.581605  5040 raft_consensus.cc:740] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d43dede8fe3f4eb5a0ef1d992e031b61, State: Initialized, Role: FOLLOWER
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.582221  5040 consensus_queue.cc:260] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [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: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } }
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.583890  5040 sys_catalog.cc:565] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [sys.catalog]: configured and running, proceeding with master startup.
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.581909  5112 master_runner.cc:187] Error getting master registration for 127.4.216.190:46615: OK, instance_id { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" instance_seqno: 1783476685091485 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.585299  5112 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.587410  5111 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3: No bootstrap required, opened a new log
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.587440  5205 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.587545  5205 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.587332  4993 tablet.cc:2406] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.592569  5111 raft_consensus.cc:359] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } }
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.592828  5111 raft_consensus.cc:385] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.592882  5111 raft_consensus.cc:740] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e247402f313c4dcbb4e6d2663ceeb9e3, State: Initialized, Role: FOLLOWER
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.593526  5111 consensus_queue.cc:260] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [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: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } }
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.591454  4973 master_runner.cc:187] Error getting master registration for 127.4.216.189:33921: OK, instance_id { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" instance_seqno: 1783476685310331 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.594185  4973 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.595304  5111 sys_catalog.cc:565] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [sys.catalog]: configured and running, proceeding with master startup.
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.600555  5206 sys_catalog.cc:455] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [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: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.600741  5206 sys_catalog.cc:458] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [sys.catalog]: This master's current role is: FOLLOWER
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.604396  5221 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.604497  5221 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.607786  5041 master_runner.cc:264] No leader master found from master e247402f313c4dcbb4e6d2663ceeb9e3
02:11:25.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.607894  5041 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:25.613 [INFO - Metastore-Handler-Pool: Thread-133] (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=	
02:11:25.614 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@130458
02:11:25.614 [INFO - Metastore-Handler-Pool: Thread-134] (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=	
02:11:25.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.614573  5202 client.h:372] Failed to connect to Hive Metastore (localhost:38453): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:25.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.615655  5218 client.h:372] Failed to connect to Hive Metastore (localhost:38453): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:25.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.616641  5222 sys_catalog.cc:455] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [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: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.616852  5222 sys_catalog.cc:458] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:25.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.621115  5237 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:25.621 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:25.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.621490  5237 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:25.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:25.622212  5234 client.h:372] Failed to connect to Hive Metastore (localhost:38453): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:25.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.651670  5206 raft_consensus.cc:493] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:11:25.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.651945  5206 raft_consensus.cc:515] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } }
02:11:25.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.653563  5206 leader_election.cc:290] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e247402f313c4dcbb4e6d2663ceeb9e3 (127.4.216.189:33921), 898c7b66198f486babac5b65db4d1039 (127.4.216.188:44355)
02:11:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.655503  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" is_pre_election: true
02:11:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.655915  5085 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d43dede8fe3f4eb5a0ef1d992e031b61 in term 0.
02:11:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.656448  5157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "898c7b66198f486babac5b65db4d1039" is_pre_election: true
02:11:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.656754  5157 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d43dede8fe3f4eb5a0ef1d992e031b61 in term 0.
02:11:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.657339  4991 leader_election.cc:304] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [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: 898c7b66198f486babac5b65db4d1039, d43dede8fe3f4eb5a0ef1d992e031b61; no voters: 
02:11:25.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.658691  5206 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:11:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.658782  5206 raft_consensus.cc:493] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:11:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.658825  5206 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 0 FOLLOWER]: Advancing to term 1
02:11:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.660425  5206 raft_consensus.cc:515] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } }
02:11:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.661827  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3"
02:11:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.662091  5085 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [term 0 FOLLOWER]: Advancing to term 1
02:11:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.663676  5085 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d43dede8fe3f4eb5a0ef1d992e031b61 in term 1.
02:11:25.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.664330  4988 leader_election.cc:304] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [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: d43dede8fe3f4eb5a0ef1d992e031b61, e247402f313c4dcbb4e6d2663ceeb9e3; no voters: 
02:11:25.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.666215  5157 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "898c7b66198f486babac5b65db4d1039"
02:11:25.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.666420  5157 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [term 0 FOLLOWER]: Advancing to term 1
02:11:25.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.668035  5157 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d43dede8fe3f4eb5a0ef1d992e031b61 in term 1.
02:11:25.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.669130  5206 leader_election.cc:290] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [CANDIDATE]: Term 1 election: Requested vote from peers e247402f313c4dcbb4e6d2663ceeb9e3 (127.4.216.189:33921), 898c7b66198f486babac5b65db4d1039 (127.4.216.188:44355)
02:11:25.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.669456  5206 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 1 FOLLOWER]: Leader election won for term 1
02:11:25.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.669555  5206 raft_consensus.cc:697] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [term 1 LEADER]: Becoming Leader. State: Replica: d43dede8fe3f4eb5a0ef1d992e031b61, State: Running, Role: LEADER
02:11:25.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.670030  5206 consensus_queue.cc:237] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [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: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } }
02:11:25.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.673273  5206 sys_catalog.cc:455] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d43dede8fe3f4eb5a0ef1d992e031b61. Latest consensus state: current_term: 1 leader_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.673723  5206 sys_catalog.cc:458] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [sys.catalog]: This master's current role is: LEADER
02:11:25.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.680932  5245 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:11:25.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.682719  5245 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:11:25.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.699227  5157 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [term 1 FOLLOWER]: Refusing update from remote peer d43dede8fe3f4eb5a0ef1d992e031b61: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:25.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.700553  5243 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [LEADER]: Connected to new peer: Peer: permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:25.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.705935  5189 sys_catalog.cc:455] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d43dede8fe3f4eb5a0ef1d992e031b61. Latest consensus state: current_term: 1 leader_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.706126  5189 sys_catalog.cc:458] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [sys.catalog]: This master's current role is: FOLLOWER
02:11:25.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.707839  5085 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [term 1 FOLLOWER]: Refusing update from remote peer d43dede8fe3f4eb5a0ef1d992e031b61: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:25.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.708777  5243 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:25.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.714114  5222 sys_catalog.cc:455] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d43dede8fe3f4eb5a0ef1d992e031b61. Latest consensus state: current_term: 1 leader_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.714277  5222 sys_catalog.cc:458] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:25.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.721626  5243 sys_catalog.cc:455] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.721823  5243 sys_catalog.cc:458] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [sys.catalog]: This master's current role is: LEADER
02:11:25.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.724073  5222 sys_catalog.cc:455] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.724231  5222 sys_catalog.cc:458] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:25.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.725291  5246 mvcc.cc:204] Tried to move back new op lower bound from 7305120504613273600 to 7305120504511533056. Current Snapshot: MvccSnapshot[applied={T|T < 7305120504613273600}]
02:11:25.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.729189  5206 sys_catalog.cc:455] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.729362  5206 sys_catalog.cc:458] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61 [sys.catalog]: This master's current role is: LEADER
02:11:25.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.731323  5189 sys_catalog.cc:455] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d43dede8fe3f4eb5a0ef1d992e031b61" member_type: VOTER last_known_addr { host: "127.4.216.190" port: 46615 } } peers { permanent_uuid: "e247402f313c4dcbb4e6d2663ceeb9e3" member_type: VOTER last_known_addr { host: "127.4.216.189" port: 33921 } } peers { permanent_uuid: "898c7b66198f486babac5b65db4d1039" member_type: VOTER last_known_addr { host: "127.4.216.188" port: 44355 } } }
02:11:25.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.731520  5189 sys_catalog.cc:458] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039 [sys.catalog]: This master's current role is: FOLLOWER
02:11:25.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.732856  5249 mvcc.cc:204] Tried to move back new op lower bound from 7305120504613273600 to 7305120504511533056. Current Snapshot: MvccSnapshot[applied={T|T < 7305120504613273600}]
02:11:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.736538  5247 mvcc.cc:204] Tried to move back new op lower bound from 7305120504613273600 to 7305120504511533056. Current Snapshot: MvccSnapshot[applied={T|T < 7305120504613273600}]
02:11:25.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.739598  5245 catalog_manager.cc:1383] Generated new cluster ID: 670e652b28f44bab84701ef00a39e0ff
02:11:25.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.739698  5245 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:11:25.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.788203  5245 catalog_manager.cc:1406] Generated new certificate authority record
02:11:25.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.790246  5245 catalog_manager.cc:1540] Loading token signing keys...
02:11:25.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.821741  5245 catalog_manager.cc:6070] T 00000000000000000000000000000000 P d43dede8fe3f4eb5a0ef1d992e031b61: Generated new TSK 0
02:11:25.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.823167  5245 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:11:25.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.824226  5245 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:11:25.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:25.825163  5245 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:11:26.076 [WARN - Metastore-Handler-Pool: Thread-131] (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.
02:11:26.083 [WARN - Metastore-Handler-Pool: Thread-131] (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.
02:11:26.083 [WARN - Metastore-Handler-Pool: Thread-131] (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.
02:11:26.163 [INFO - Metastore-Handler-Pool: Thread-131] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:11:26.169 [INFO - Metastore-Handler-Pool: Thread-131] (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/hive17979941740550044496/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)
02:11:26.171 [INFO - Metastore-Handler-Pool: Thread-131] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17979941740550044496/external-warehouse/legacy_table
02:11:26.282 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:11:26.324 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:26.333 [INFO - Metastore-Handler-Pool: Thread-131] (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	
02:11:26.355 [INFO - Metastore-Handler-Pool: Thread-131] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:11:26.438 [INFO - Metastore-Handler-Pool: Thread-131] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:11:26.438 [INFO - Metastore-Handler-Pool: Thread-131] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:11:26.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:26.589725  5205 catalog_manager.cc:1295] Loaded cluster ID: 670e652b28f44bab84701ef00a39e0ff
02:11:26.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:26.589869  5205 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039: loading cluster ID for follower catalog manager: success
02:11:26.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:26.593979  5205 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039: acquiring CA information for follower catalog manager: success
02:11:26.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:26.597416  5205 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 898c7b66198f486babac5b65db4d1039: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:26.598 [INFO - Metastore-Handler-Pool: Thread-131] (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	
02:11:26.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:26.623382  5237 catalog_manager.cc:1295] Loaded cluster ID: 670e652b28f44bab84701ef00a39e0ff
02:11:26.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:26.623464  5237 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3: loading cluster ID for follower catalog manager: success
02:11:26.624 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:26.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:26.625360  5202 client.h:372] Failed to connect to Hive Metastore (localhost:38453): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:26.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:26.626770  5237 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3: acquiring CA information for follower catalog manager: success
02:11:26.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:26.628603  5237 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e247402f313c4dcbb4e6d2663ceeb9e3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:26.634 [INFO - Metastore-Handler-Pool: Thread-131] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
02:11:26.645 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:26.646251  5218 client.h:372] Failed to connect to Hive Metastore (localhost:38453): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:26.653 [INFO - Metastore-Handler-Pool: Thread-140] (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=	
02:11:26.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:26.653826  5234 client.h:372] Failed to connect to Hive Metastore (localhost:38453): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:26.686 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
02:11:26.699 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:26.708 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
02:11:26.852 [WARN - Metastore-Handler-Pool: Thread-131] (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.
02:11:27.000 [WARN - Metastore-Handler-Pool: Thread-131] (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.
02:11:27.051 [WARN - Metastore-Handler-Pool: Thread-131] (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.
02:11:27.229 [INFO - Metastore-Handler-Pool: Thread-131] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:27.231 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:27.231 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:27.231 [INFO - Metastore-Handler-Pool: Thread-131] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@130458, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@35bb3d will be shutdown
02:11:27.231 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:27.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:27.231520  4962 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 4973
02:11:27.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:27.241266  4962 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5041
02:11:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:27.249298  4962 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5112
02:11:27.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:27Z chronyd exiting
.02:11:27.307 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:27.307 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:27.308 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:27.335 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10387711622318957572
02:11:27.337 [INFO - Thread-98] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:27.337 [INFO - Thread-98] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:27.340 [INFO - Thread-98] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:27.340 [INFO - Thread-98] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:27.341 [INFO - Thread-98] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:27.342 [INFO - Thread-98] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:27.344 [INFO - Thread-98] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:27.344 [INFO - Thread-98] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:27.345 [INFO - Thread-98] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:27.346 [INFO - Thread-98] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:27.347 [INFO - Thread-98] (HikariDataSource.java:80) objectstore - Starting...
02:11:27.413 [INFO - Thread-98] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:27.413 [INFO - Thread-98] (HikariDataSource.java:82) objectstore - Start completed.
02:11:27.413 [INFO - Thread-98] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:27.415 [INFO - Thread-98] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:27.416 [INFO - Thread-98] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:27.417 [INFO - Thread-98] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:27.430 [INFO - Thread-98] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:27.430 [INFO - Thread-98] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:27.430 [INFO - Thread-98] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:27.447 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:27.447 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:27.448 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:27.448 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:27.448 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:27.448 [WARN - Thread-98] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:27.618 [INFO - Thread-98] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:27.619 [INFO - Thread-98] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@390db531, with PersistenceManager: null will be shutdown
02:11:27.619 [INFO - Thread-98] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@390db531, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@62a52e74 created in the thread with id: 141
02:11:27.620 [WARN - Thread-98] (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
02:11:27.621 [INFO - Thread-98] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@390db531
02:11:27.726 [INFO - Thread-98] (HMSHandler.java:595) Started creating a default database with name: default
02:11:27.746 [INFO - Thread-98] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:27.783 [INFO - Thread-98] (HMSHandler.java:668) Added admin role in metastore
02:11:27.785 [INFO - Thread-98] (HMSHandler.java:677) Added public role in metastore
02:11:27.823 [INFO - Thread-98] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:27.824 [INFO - Thread-98] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:27.824 [INFO - Thread-98] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:27.825 [INFO - Thread-98] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:27.825 [WARN - Thread-98] (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)
02:11:27.825 [INFO - Thread-98] (HiveMetaStore.java:632) Started the new metaserver on port [41767]...
02:11:27.825 [INFO - Thread-98] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:27.825 [INFO - Thread-98] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:27.825 [INFO - Thread-98] (HiveMetaStore.java:635) TCP keepalive = true
02:11:27.825 [INFO - Thread-98] (HiveMetaStore.java:636) Enable SSL = false
02:11:28.338 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:28.339 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:28.339 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:28.341 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:28.341 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41767]
02:11:28.341 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41767) in binary transport mode
02:11:28.342 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41767) current connections: 1
02:11:28.344 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP2Gqxr/test-tmp
02:11:28.344 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:28.344 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP2Gqxr/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:28.348 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41767"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:11:28.486 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:28.487 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:11:28.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.489282  5283 mini_oidc.cc:150] Starting JWKS server
02:11:28.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.491475  5283 webserver.cc:533] Webserver started at http://127.0.0.1:38023/ using document root <none> and password file <none>
02:11:28.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.491667  5283 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.492017  5283 webserver.cc:533] Webserver started at http://127.0.0.1:40509/ using document root <none> and password file <none>
02:11:28.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:28Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:28.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:28Z Disabled control of system clock
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.510982  5283 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/wal
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/data
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/logs
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/data/info.pb
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.40.254:39023
02:11:28.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.40.254
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.40.212:36669
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.40.254:39023,127.5.40.253:42195,127.5.40.252:34547
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38023/jwks.json
02:11:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41767 with env {}
02:11:28.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.634306  5294 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:28.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.634629  5294 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:28.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.634699  5294 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:28.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.638433  5294 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:28.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.638567  5294 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:28.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.638602  5294 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:28.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.638628  5294 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:28.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.638651  5294 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:28.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.638669  5294 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38023/jwks.json
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.643245  5294 master_runner.cc:387] Master server non-default flags:
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.40.212:36669
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/data
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/wal
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41767
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:28.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.40.254:39023,127.5.40.253:42195,127.5.40.252:34547
02:11:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.40.254:39023
02:11:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38023/jwks.json
02:11:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/data/info.pb
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.40.254
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5294
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/logs
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:28.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:28.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:28.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:28.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.644882  5294 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:28.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.646390  5294 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:28.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.653314  5299 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
02:11:28.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.653872  5294 server_base.cc:1061] running on GCE node
02:11:28.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.653344  5300 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
02:11:28.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.653314  5302 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
02:11:28.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.654662  5294 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:28.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.655802  5294 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:28.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.657025  5294 hybrid_clock.cc:648] HybridClock initialized: now 1783476688657004 us; error 48 us; skew 500 ppm
02:11:28.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.659554  5294 webserver.cc:533] Webserver started at http://127.5.40.254:38947/ using document root <none> and password file <none>
02:11:28.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.660215  5294 fs_manager.cc:362] Metadata directory not provided
02:11:28.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.660341  5294 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:28.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.660600  5294 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:28.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.662297  5294 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/data/instance:
02:11:28.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "12d9c0ecd6d64b728f15613df7c6adbc"
02:11:28.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:28 on dist-test-slave-kzt9"
02:11:28.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.662868  5294 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/wal/instance:
02:11:28.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "12d9c0ecd6d64b728f15613df7c6adbc"
02:11:28.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:28 on dist-test-slave-kzt9"
02:11:28.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.666857  5294 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
02:11:28.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.669998  5308 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:28.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.671689  5294 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.671967  5294 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/wal
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "12d9c0ecd6d64b728f15613df7c6adbc"
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:28 on dist-test-slave-kzt9"
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.672115  5294 fs_report.cc:389] FS layout report
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/wal
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/wal
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/data/data
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:28.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.682260  5294 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:28.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.683055  5294 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:28.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.683269  5294 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:28.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.691864  5294 rpc_server.cc:307] RPC server started. Bound to: 127.5.40.254:39023
02:11:28.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.691864  5360 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.40.254:39023 every 8 connection(s)
02:11:28.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.693197  5294 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/data/info.pb
02:11:28.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.697062  5361 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:28.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.699780  5283 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5294
02:11:28.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.699983  5283 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-0/wal/instance
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.702065  5283 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/wal
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/data
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/logs
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/data/info.pb
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.40.253:42195
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.40.253
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.40.212:36669
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.40.254:39023,127.5.40.253:42195,127.5.40.252:34547
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38023/jwks.json
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41767 with env {}
02:11:28.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.701514  5361 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } has no permanent_uuid. Determining permanent_uuid...
02:11:28.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.717048  5361 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } has no permanent_uuid. Determining permanent_uuid...
02:11:28.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.718163  5312 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.40.253:42195: connect: Connection refused (error 111)
02:11:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.719302  5361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.40.253:42195: Network error: Client connection negotiation failed: client connection to 127.5.40.253:42195: connect: Connection refused (error 111)
02:11:28.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.768642  5361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } attempt: 1
02:11:28.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.771088  5361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.40.253:42195: Network error: Client connection negotiation failed: client connection to 127.5.40.253:42195: connect: Connection refused (error 111)
02:11:28.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.823308  5362 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:28.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.823621  5362 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:28.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.823674  5362 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:28.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.827787  5362 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:28.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.827890  5362 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:28.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.827913  5362 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:28.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.827932  5362 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:28.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.827951  5362 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:28.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.827967  5362 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38023/jwks.json
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.832648  5362 master_runner.cc:387] Master server non-default flags:
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.40.212:36669
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/data
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/wal
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41767
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.40.254:39023,127.5.40.253:42195,127.5.40.252:34547
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.40.253:42195
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38023/jwks.json
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/data/info.pb
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.40.253
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5362
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/logs
02:11:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.833997  5362 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:28.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.835110  5362 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:28.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.839298  5361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } attempt: 2
02:11:28.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.841454  5371 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
02:11:28.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.841595  5370 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
02:11:28.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.841449  5373 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
02:11:28.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.841826  5361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.40.253:42195: Network error: Client connection negotiation failed: client connection to 127.5.40.253:42195: connect: Connection refused (error 111)
02:11:28.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.842988  5362 server_base.cc:1061] running on GCE node
02:11:28.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.843915  5362 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:28.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.845719  5362 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:28.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.847093  5362 hybrid_clock.cc:648] HybridClock initialized: now 1783476688847049 us; error 60 us; skew 500 ppm
02:11:28.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.849808  5362 webserver.cc:533] Webserver started at http://127.5.40.253:37461/ using document root <none> and password file <none>
02:11:28.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.850498  5362 fs_manager.cc:362] Metadata directory not provided
02:11:28.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.850596  5362 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:28.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.850852  5362 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:28.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.852705  5362 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/data/instance:
02:11:28.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32fa03e8be1b4e25b9d67066dbfcc406"
02:11:28.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:28 on dist-test-slave-kzt9"
02:11:28.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.853305  5362 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/wal/instance:
02:11:28.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32fa03e8be1b4e25b9d67066dbfcc406"
02:11:28.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:28 on dist-test-slave-kzt9"
02:11:28.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.857924  5362 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
02:11:28.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.861037  5379 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:28.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.863021  5362 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
02:11:28.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.863207  5362 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/wal
02:11:28.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "32fa03e8be1b4e25b9d67066dbfcc406"
02:11:28.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:28 on dist-test-slave-kzt9"
02:11:28.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.863336  5362 fs_report.cc:389] FS layout report
02:11:28.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:28.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/wal
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/wal
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/data/data
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:28.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:28.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:28.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.887506  5362 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:28.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.888583  5362 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:28.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.888840  5362 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:28.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.900074  5362 rpc_server.cc:307] RPC server started. Bound to: 127.5.40.253:42195
02:11:28.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.900082  5431 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.40.253:42195 every 8 connection(s)
02:11:28.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.901688  5362 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/data/info.pb
02:11:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.905833  5432 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:28.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.909715  5432 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } has no permanent_uuid. Determining permanent_uuid...
02:11:28.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.911056  5283 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5362
02:11:28.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.911187  5283 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-1/wal/instance
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.911944  5283 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/wal
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/data
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/logs
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/data/info.pb
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.40.252:34547
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.40.252
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:28.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.40.212:36669
02:11:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.40.254:39023,127.5.40.253:42195,127.5.40.252:34547
02:11:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38023/jwks.json
02:11:28.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41767 with env {}
02:11:28.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.923244  5432 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } has no permanent_uuid. Determining permanent_uuid...
02:11:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.931785  5432 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } has no permanent_uuid. Determining permanent_uuid...
02:11:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.932971  5382 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.40.252:34547: connect: Connection refused (error 111)
02:11:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.933017  5361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } attempt: 3
02:11:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.935081  5432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.40.252:34547: Network error: Client connection negotiation failed: client connection to 127.5.40.252:34547: connect: Connection refused (error 111)
02:11:28.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.938941  5361 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } has no permanent_uuid. Determining permanent_uuid...
02:11:28.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.940586  5361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.40.252:34547: Network error: Client connection negotiation failed: client connection to 127.5.40.252:34547: connect: Connection refused (error 111)
02:11:28.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.971812  5361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } attempt: 1
02:11:28.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.973982  5361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.40.252:34547: Network error: Client connection negotiation failed: client connection to 127.5.40.252:34547: connect: Connection refused (error 111)
02:11:28.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:28.984606  5432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } attempt: 1
02:11:28.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:28.986634  5432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.40.252:34547: Network error: Client connection negotiation failed: client connection to 127.5.40.252:34547: connect: Connection refused (error 111)
02:11:29.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.029388  5433 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:29.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.029668  5433 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:29.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.029716  5433 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:29.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.033489  5433 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.033960  5433 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.034013  5433 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.034032  5433 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.034051  5433 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.034067  5433 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38023/jwks.json
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.039469  5433 master_runner.cc:387] Master server non-default flags:
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.40.212:36669
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/data
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/wal
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41767
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.40.254:39023,127.5.40.253:42195,127.5.40.252:34547
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.40.252:34547
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:29.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38023/jwks.json
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/data/info.pb
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.40.252
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5433
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/logs
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:29.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.041030  5433 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.042558  5433 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:29.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.049253  5361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } attempt: 2
02:11:29.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.049451  5441 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
02:11:29.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.049404  5444 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
02:11:29.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.049808  5442 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
02:11:29.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.051429  5361 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.40.252:34547: Network error: Client connection negotiation failed: client connection to 127.5.40.252:34547: connect: Connection refused (error 111)
02:11:29.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.052197  5433 server_base.cc:1061] running on GCE node
02:11:29.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.053028  5433 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:29.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.054316  5433 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:29.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.054893  5432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } attempt: 2
02:11:29.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.055552  5433 hybrid_clock.cc:648] HybridClock initialized: now 1783476689055470 us; error 54 us; skew 500 ppm
02:11:29.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.056821  5432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.40.252:34547: Network error: Client connection negotiation failed: client connection to 127.5.40.252:34547: connect: Connection refused (error 111)
02:11:29.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.058317  5433 webserver.cc:533] Webserver started at http://127.5.40.252:42771/ using document root <none> and password file <none>
02:11:29.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.059116  5433 fs_manager.cc:362] Metadata directory not provided
02:11:29.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.059182  5433 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:29.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.059381  5433 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:29.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.061332  5433 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/data/instance:
02:11:29.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c829e81e1a7c489097bc74fb8de51558"
02:11:29.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:29 on dist-test-slave-kzt9"
02:11:29.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.061905  5433 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/wal/instance:
02:11:29.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c829e81e1a7c489097bc74fb8de51558"
02:11:29.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:29 on dist-test-slave-kzt9"
02:11:29.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.066299  5433 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
02:11:29.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.069561  5450 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:29.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.071276  5433 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
02:11:29.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.071492  5433 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/wal
02:11:29.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c829e81e1a7c489097bc74fb8de51558"
02:11:29.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:29 on dist-test-slave-kzt9"
02:11:29.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.071645  5433 fs_report.cc:389] FS layout report
02:11:29.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/wal
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/wal
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/data/data
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:29.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:29.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.094023  5433 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:29.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.095007  5433 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:29.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.095250  5433 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:29.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.104913  5433 rpc_server.cc:307] RPC server started. Bound to: 127.5.40.252:34547
02:11:29.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.104943  5502 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.40.252:34547 every 8 connection(s)
02:11:29.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.106247  5433 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/data/info.pb
02:11:29.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.110354  5503 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:29.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.110314  5283 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5433
02:11:29.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.110481  5283 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster7103864692046989749/master-2/wal/instance
02:11:29.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.114940  5503 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } has no permanent_uuid. Determining permanent_uuid...
02:11:29.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.125766  5503 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } has no permanent_uuid. Determining permanent_uuid...
02:11:29.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.131318  5503 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } has no permanent_uuid. Determining permanent_uuid...
02:11:29.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.139375  5503 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558: Bootstrap starting.
02:11:29.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.142460  5503 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558: Neither blocks nor log segments found. Creating new log.
02:11:29.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.143381  5503 log.cc:826] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558: Log is configured to *not* fsync() on all Append() calls
02:11:29.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.145963  5503 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558: No bootstrap required, opened a new log
02:11:29.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.146394  5283 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:29.147 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:29.147 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:29.148 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.40.254"
      port: 39023
    }
    bound_http_address {
      host: "127.5.40.254"
      port: 38947
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.40.253"
      port: 42195
    }
    bound_http_address {
      host: "127.5.40.253"
      port: 37461
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.40.252"
      port: 34547
    }
    bound_http_address {
      host: "127.5.40.252"
      port: 42771
    }
  }
}

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

02:11:29.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.148022  5432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } attempt: 3
02:11:29.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.149564  5503 raft_consensus.cc:359] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } }
02:11:29.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.149829  5503 raft_consensus.cc:385] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:29.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.149891  5503 raft_consensus.cc:740] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c829e81e1a7c489097bc74fb8de51558, State: Initialized, Role: FOLLOWER
02:11:29.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.150399  5503 consensus_queue.cc:260] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [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: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } }
02:11:29.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.150729  5361 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } attempt: 3
02:11:29.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.151886  5503 sys_catalog.cc:565] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [sys.catalog]: configured and running, proceeding with master startup.
02:11:29.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.152112  5508 sys_catalog.cc:455] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [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: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.152546  5508 sys_catalog.cc:458] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [sys.catalog]: This master's current role is: FOLLOWER
02:11:29.151 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:29.154 [INFO - Metastore-Handler-Pool: Thread-162] (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=7adb85ca-f695-43a9-baab-80d2f025f06c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.40.252:34547,127.5.40.253:42195,127.5.40.254:39023}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:29.158 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:29.158 [INFO - Metastore-Handler-Pool: Thread-162] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:29.159 [INFO - Metastore-Handler-Pool: Thread-162] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@216c5dee, with PersistenceManager: null will be shutdown
02:11:29.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.159255  5432 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406: Bootstrap starting.
02:11:29.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.159626  5523 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:29.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.159694  5523 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:29.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.161218  5361 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc: Bootstrap starting.
02:11:29.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.161842  5432 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406: Neither blocks nor log segments found. Creating new log.
02:11:29.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.162613  5432 log.cc:826] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406: Log is configured to *not* fsync() on all Append() calls
02:11:29.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.160650  5433 master_runner.cc:187] Error getting master registration for 127.5.40.254:39023: OK, instance_id { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" instance_seqno: 1783476688689426 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:29.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.163265  5433 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:29.164 [INFO - Metastore-Handler-Pool: Thread-162] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@216c5dee, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7a02e0a8 created in the thread with id: 162
02:11:29.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.164438  5361 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc: Neither blocks nor log segments found. Creating new log.
02:11:29.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.164593  5432 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406: No bootstrap required, opened a new log
02:11:29.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.165501  5361 log.cc:826] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc: Log is configured to *not* fsync() on all Append() calls
02:11:29.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.167980  5361 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc: No bootstrap required, opened a new log
02:11:29.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.168728  5432 raft_consensus.cc:359] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } }
02:11:29.169 [INFO - Metastore-Handler-Pool: Thread-164] (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=	
02:11:29.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.169761  5520 client.h:372] Failed to connect to Hive Metastore (localhost:41767): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:29.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.172389  5432 raft_consensus.cc:385] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:29.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.172761  5432 raft_consensus.cc:740] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 32fa03e8be1b4e25b9d67066dbfcc406, State: Initialized, Role: FOLLOWER
02:11:29.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.173048  5361 raft_consensus.cc:359] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } }
02:11:29.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.173547  5361 raft_consensus.cc:385] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:29.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.173763  5361 raft_consensus.cc:740] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 12d9c0ecd6d64b728f15613df7c6adbc, State: Initialized, Role: FOLLOWER
02:11:29.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.173620  5432 consensus_queue.cc:260] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [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: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } }
02:11:29.174 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@216c5dee
02:11:29.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.174593  5361 consensus_queue.cc:260] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [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: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } }
02:11:29.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.175416  5432 sys_catalog.cc:565] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [sys.catalog]: configured and running, proceeding with master startup.
02:11:29.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.176714  5361 sys_catalog.cc:565] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [sys.catalog]: configured and running, proceeding with master startup.
02:11:29.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.181052  5362 master_runner.cc:187] Error getting master registration for 127.5.40.254:39023: OK, instance_id { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" instance_seqno: 1783476688689426 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:29.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.184420  5362 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:29.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.185520  5314 tablet.cc:2406] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:29.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.186276  5547 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.194145  5529 sys_catalog.cc:455] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [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: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.194609  5547 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:29.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.188230  5528 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [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: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.194995  5528 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [sys.catalog]: This master's current role is: FOLLOWER
02:11:29.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.195886  5529 sys_catalog.cc:458] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [sys.catalog]: This master's current role is: FOLLOWER
02:11:29.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.196871  5294 master_runner.cc:264] No leader master found from master 12d9c0ecd6d64b728f15613df7c6adbc
02:11:29.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.196969  5294 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:29.197 [INFO - Metastore-Handler-Pool: Thread-165] (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=	
02:11:29.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.197981  5542 client.h:372] Failed to connect to Hive Metastore (localhost:41767): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:29.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.201640  5558 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:29.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.204439  5558 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:29.204 [INFO - Metastore-Handler-Pool: Thread-166] (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=	
02:11:29.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.205600  5555 client.h:372] Failed to connect to Hive Metastore (localhost:41767): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:29.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.346952  5456 tablet.cc:2406] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:29.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:29.391010  5385 tablet.cc:2406] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:29.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.527005  5528 raft_consensus.cc:493] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:11:29.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.527256  5528 raft_consensus.cc:515] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } }
02:11:29.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.528602  5528 leader_election.cc:290] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 12d9c0ecd6d64b728f15613df7c6adbc (127.5.40.254:39023), c829e81e1a7c489097bc74fb8de51558 (127.5.40.252:34547)
02:11:29.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.529490  5335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" is_pre_election: true
02:11:29.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.529968  5335 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 32fa03e8be1b4e25b9d67066dbfcc406 in term 0.
02:11:29.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.530750  5477 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c829e81e1a7c489097bc74fb8de51558" is_pre_election: true
02:11:29.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.531080  5477 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 32fa03e8be1b4e25b9d67066dbfcc406 in term 0.
02:11:29.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.531646  5382 leader_election.cc:304] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [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: 32fa03e8be1b4e25b9d67066dbfcc406, c829e81e1a7c489097bc74fb8de51558; no voters: 
02:11:29.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.532894  5528 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:11:29.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.532994  5528 raft_consensus.cc:493] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:11:29.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.533036  5528 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 0 FOLLOWER]: Advancing to term 1
02:11:29.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.534906  5528 raft_consensus.cc:515] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } }
02:11:29.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.535935  5335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "12d9c0ecd6d64b728f15613df7c6adbc"
02:11:29.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.536106  5335 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [term 0 FOLLOWER]: Advancing to term 1
02:11:29.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.537989  5335 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 32fa03e8be1b4e25b9d67066dbfcc406 in term 1.
02:11:29.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.538574  5383 leader_election.cc:304] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [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: 12d9c0ecd6d64b728f15613df7c6adbc, 32fa03e8be1b4e25b9d67066dbfcc406; no voters: 
02:11:29.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.539950  5477 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c829e81e1a7c489097bc74fb8de51558"
02:11:29.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.540153  5477 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [term 0 FOLLOWER]: Advancing to term 1
02:11:29.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.541664  5477 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 32fa03e8be1b4e25b9d67066dbfcc406 in term 1.
02:11:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.542486  5528 leader_election.cc:290] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [CANDIDATE]: Term 1 election: Requested vote from peers 12d9c0ecd6d64b728f15613df7c6adbc (127.5.40.254:39023), c829e81e1a7c489097bc74fb8de51558 (127.5.40.252:34547)
02:11:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.542748  5528 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 1 FOLLOWER]: Leader election won for term 1
02:11:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.542835  5528 raft_consensus.cc:697] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [term 1 LEADER]: Becoming Leader. State: Replica: 32fa03e8be1b4e25b9d67066dbfcc406, State: Running, Role: LEADER
02:11:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.543279  5528 consensus_queue.cc:237] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [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: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } }
02:11:29.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.550647  5562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 32fa03e8be1b4e25b9d67066dbfcc406. Latest consensus state: current_term: 1 leader_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.551482  5562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [sys.catalog]: This master's current role is: LEADER
02:11:29.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.554908  5564 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:11:29.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.556722  5564 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:11:29.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.564777  5335 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [term 1 FOLLOWER]: Refusing update from remote peer 32fa03e8be1b4e25b9d67066dbfcc406: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.565848  5477 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [term 1 FOLLOWER]: Refusing update from remote peer 32fa03e8be1b4e25b9d67066dbfcc406: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.566159  5528 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:29.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.566555  5562 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.571684  5529 sys_catalog.cc:455] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [sys.catalog]: SysCatalogTable state changed. Reason: New leader 32fa03e8be1b4e25b9d67066dbfcc406. Latest consensus state: current_term: 1 leader_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.571866  5529 sys_catalog.cc:458] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [sys.catalog]: This master's current role is: FOLLOWER
02:11:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.572530  5508 sys_catalog.cc:455] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 32fa03e8be1b4e25b9d67066dbfcc406. Latest consensus state: current_term: 1 leader_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.572711  5508 sys_catalog.cc:458] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [sys.catalog]: This master's current role is: FOLLOWER
02:11:29.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.575551  5528 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.575719  5528 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [sys.catalog]: This master's current role is: LEADER
02:11:29.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.576478  5529 sys_catalog.cc:455] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.576622  5529 sys_catalog.cc:458] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc [sys.catalog]: This master's current role is: FOLLOWER
02:11:29.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.577410  5566 mvcc.cc:204] Tried to move back new op lower bound from 7305120520444039168 to 7305120520376381440. Current Snapshot: MvccSnapshot[applied={T|T < 7305120520444039168}]
02:11:29.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.580195  5562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.580368  5562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406 [sys.catalog]: This master's current role is: LEADER
02:11:29.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.581972  5564 catalog_manager.cc:1383] Generated new cluster ID: af8fe2fd1a5b4a668799fcd0646ee7c1
02:11:29.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.582093  5564 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:11:29.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.582134  5508 sys_catalog.cc:455] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "12d9c0ecd6d64b728f15613df7c6adbc" member_type: VOTER last_known_addr { host: "127.5.40.254" port: 39023 } } peers { permanent_uuid: "32fa03e8be1b4e25b9d67066dbfcc406" member_type: VOTER last_known_addr { host: "127.5.40.253" port: 42195 } } peers { permanent_uuid: "c829e81e1a7c489097bc74fb8de51558" member_type: VOTER last_known_addr { host: "127.5.40.252" port: 34547 } } }
02:11:29.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.582278  5508 sys_catalog.cc:458] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558 [sys.catalog]: This master's current role is: FOLLOWER
02:11:29.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.582255  5567 mvcc.cc:204] Tried to move back new op lower bound from 7305120520444039168 to 7305120520376381440. Current Snapshot: MvccSnapshot[applied={T|T < 7305120520444039168}]
02:11:29.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.612360  5564 catalog_manager.cc:1406] Generated new certificate authority record
02:11:29.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.614411  5564 catalog_manager.cc:1540] Loading token signing keys...
02:11:29.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.637053  5564 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 32fa03e8be1b4e25b9d67066dbfcc406: Generated new TSK 0
02:11:29.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.638186  5564 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:11:29.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.639040  5564 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:11:29.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:29.639645  5564 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:11:29.735 [WARN - Metastore-Handler-Pool: Thread-162] (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.
02:11:29.743 [WARN - Metastore-Handler-Pool: Thread-162] (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.
02:11:29.743 [WARN - Metastore-Handler-Pool: Thread-162] (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.
02:11:29.814 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:29.819 [INFO - Metastore-Handler-Pool: Thread-162] (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/hive10387711622318957572/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=7adb85ca-f695-43a9-baab-80d2f025f06c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.40.252:34547,127.5.40.253:42195,127.5.40.254:39023}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:29.821 [INFO - Metastore-Handler-Pool: Thread-162] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10387711622318957572/external-warehouse/table
02:11:29.930 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:29.972 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:29.973 [INFO - Metastore-Handler-Pool: Thread-162] (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)	
02:11:29.976 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:11:29.979 [INFO - Metastore-Handler-Pool: Thread-162] (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/hive10387711622318957572/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)
02:11:29.981 [INFO - Metastore-Handler-Pool: Thread-162] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10387711622318957572/external-warehouse/legacy_table
02:11:30.007 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:11:30.022 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:30.024 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.039 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.099 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.099 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.131 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.158 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:30.161592  5523 catalog_manager.cc:1295] Loaded cluster ID: af8fe2fd1a5b4a668799fcd0646ee7c1
02:11:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:30.161721  5523 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558: loading cluster ID for follower catalog manager: success
02:11:30.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:30.165132  5523 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558: acquiring CA information for follower catalog manager: success
02:11:30.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:30.167142  5523 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c829e81e1a7c489097bc74fb8de51558: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:30.173 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:30.173 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.173 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:30.173951  5520 client.h:372] Failed to connect to Hive Metastore (localhost:41767): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:30.183 [DEBUG - Metastore-Handler-Pool: Thread-162] (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.
02:11:30.185 [DEBUG - Metastore-Handler-Pool: Thread-162] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:11:30.186 [DEBUG - Metastore-Handler-Pool: Thread-162] (Connection.java:748) [peer master-127.5.40.252:34547(127.5.40.252:34547)] connecting to peer
02:11:30.188 [DEBUG - Metastore-Handler-Pool: Thread-162] (Connection.java:748) [peer master-127.5.40.253:42195(127.5.40.253:42195)] connecting to peer
02:11:30.189 [DEBUG - Metastore-Handler-Pool: Thread-162] (Connection.java:748) [peer master-127.5.40.254:39023(127.5.40.254:39023)] connecting to peer
02:11:30.191 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.40.252:34547(127.5.40.252:34547)] Successfully connected to peer
02:11:30.191 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.5.40.253:42195(127.5.40.253:42195)] Successfully connected to peer
02:11:30.193 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.5.40.254:39023(127.5.40.254:39023)] Successfully connected to peer
02:11:30.211 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.40.254
02:11:30.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:30.207376  5558 catalog_manager.cc:1295] Loaded cluster ID: af8fe2fd1a5b4a668799fcd0646ee7c1
02:11:30.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:30.207480  5558 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc: loading cluster ID for follower catalog manager: success
02:11:30.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:30.209926  5558 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc: acquiring CA information for follower catalog manager: success
02:11:30.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:30.211619  5558 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 12d9c0ecd6d64b728f15613df7c6adbc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:30.217 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.40.252
02:11:30.223 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.40.253
02:11:30.225 [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=	
02:11:30.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:30.226312  5542 client.h:372] Failed to connect to Hive Metastore (localhost:41767): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:30.292 [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=	
02:11:30.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:30.293604  5555 client.h:372] Failed to connect to Hive Metastore (localhost:41767): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:30.294 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:30.297 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:30.317 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:30.321 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xc9cf8e5f, L:/127.0.0.1:45288 - R:/127.5.40.252:34547] using SASL/PLAIN
02:11:30.323 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xc3538d85, L:/127.0.0.1:33232 - R:/127.5.40.254:39023] using SASL/PLAIN
02:11:30.338 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x825063a4, L:/127.0.0.1:57708 - R:/127.5.40.253:42195] using SASL/PLAIN
02:11:30.343 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:11:30.381 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:30.383 [ERROR - Metastore-Handler-Pool: Thread-162] (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)

02:11:30.387 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.410 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.439 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.439 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.449 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.471 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.490 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.490 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.500 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.514 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.530 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.531 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.542 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:30.545 [ERROR - Metastore-Handler-Pool: Thread-162] (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)

02:11:30.547 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.560 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.576 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.580 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.587 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:30.589 [ERROR - Metastore-Handler-Pool: Thread-162] (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)

02:11:30.591 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.614 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.630 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.630 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.638 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.652 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.668 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.668 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.689 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.700 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.713 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.713 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.718 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:30.719 [ERROR - Metastore-Handler-Pool: Thread-162] (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)

02:11:30.721 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.732 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.745 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.745 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.752 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.762 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.774 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.775 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.789 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.805 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.818 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.818 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.827 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:30.840 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:30.859 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:30.859 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:30.964 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:30.968 [ERROR - Metastore-Handler-Pool: Thread-162] (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)

02:11:30.971 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:31.025 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:31.059 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:31.060 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:31.087 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:31.104 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:31.119 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:31.119 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:31.135 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:31.153 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:31.167 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:31.167 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:31.178 [INFO - Metastore-Handler-Pool: Thread-177] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:11:31.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:31.178784  5520 client.h:372] Failed to connect to Hive Metastore (localhost:41767): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:31.180 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:31.191 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:31.196 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:31.231 [INFO - Metastore-Handler-Pool: Thread-178] (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=	
02:11:31.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:31.231798  5542 client.h:372] Failed to connect to Hive Metastore (localhost:41767): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:31.297 [INFO - Metastore-Handler-Pool: Thread-179] (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=	
02:11:31.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:31.298856  5555 client.h:372] Failed to connect to Hive Metastore (localhost:41767): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:31.344 [WARN - Metastore-Handler-Pool: Thread-162] (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.
02:11:31.520 [WARN - Metastore-Handler-Pool: Thread-162] (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.
02:11:31.562 [WARN - Metastore-Handler-Pool: Thread-162] (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.
02:11:31.711 [WARN - Metastore-Handler-Pool: Thread-162] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive10387711622318957572/warehouse/default/table
02:11:31.712 [INFO - Metastore-Handler-Pool: Thread-162] (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)	
02:11:31.716 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:31.718 [INFO - Metastore-Handler-Pool: Thread-162] (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/hive10387711622318957572/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)
02:11:31.719 [WARN - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:2452) Location: file:/tmp/hive10387711622318957572/external-warehouse/table specified for non-external table:table
02:11:31.720 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:31.720 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:31.743 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:31.765 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:31.767 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:31.780 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:31.800 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:31.800 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:31.805 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:31.807 [ERROR - Metastore-Handler-Pool: Thread-162] (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)

02:11:31.808 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:31.818 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:31.829 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:31.829 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:31.833 [ERROR - Metastore-Handler-Pool: Thread-162] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:11:31.834 [ERROR - Metastore-Handler-Pool: Thread-162] (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)

02:11:31.836 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:31.845 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:31.857 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:31.857 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:31.863 [INFO - Metastore-Handler-Pool: Thread-162] (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	
02:11:31.873 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:11:31.884 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:11:31.884 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:11:31.893 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:31.903 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:31.905 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:31.966 [INFO - Metastore-Handler-Pool: Thread-162] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:31.968 [INFO - Metastore-Handler-Pool: Thread-162] (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=7adb85ca-f695-43a9-baab-80d2f025f06c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.40.252:34547,127.5.40.253:42195,127.5.40.254:39023}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:31.971 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:31.973 [INFO - Metastore-Handler-Pool: Thread-162] (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/hive10387711622318957572/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=7adb85ca-f695-43a9-baab-80d2f025f06c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.40.252:34547,127.5.40.253:42195,127.5.40.254:39023}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:31.974 [INFO - Metastore-Handler-Pool: Thread-162] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10387711622318957572/external-warehouse/table
02:11:32.009 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:32.017 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:32.018 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:32.027 [INFO - Metastore-Handler-Pool: Thread-162] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:32.036 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:32.036 [INFO - Metastore-Handler-Pool: Thread-162] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:32.042 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:32.049 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:32.050 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:32.095 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:32.096 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:32.096 [INFO - Metastore-Handler-Pool: Thread-162] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@216c5dee, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7a02e0a8 will be shutdown
02:11:32.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:32.096371  5283 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5294
02:11:32.097 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:32.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:32.105118  5283 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5362
02:11:32.105 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.5.40.254:39023(127.5.40.254:39023)] handling channelInactive
02:11:32.105 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.5.40.254:39023(127.5.40.254:39023)] cleaning up while in state READY due to: connection closed
02:11:32.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:32.114445  5283 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5433
02:11:32.115 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.5.40.253:42195(127.5.40.253:42195)] handling channelInactive
02:11:32.115 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.5.40.253:42195(127.5.40.253:42195)] cleaning up while in state READY due to: connection closed
02:11:32.122 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.40.252:34547(127.5.40.252:34547)] handling channelInactive
02:11:32.122 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.40.252:34547(127.5.40.252:34547)] cleaning up while in state READY due to: connection closed
02:11:32.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:32Z chronyd exiting
.02:11:32.170 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:32.170 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:32.170 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:32.197 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9908216103416681560
02:11:32.198 [INFO - Thread-127] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:32.199 [INFO - Thread-127] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:32.201 [INFO - Thread-127] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:32.201 [INFO - Thread-127] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:32.201 [INFO - Thread-127] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:32.202 [INFO - Thread-127] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:32.204 [INFO - Thread-127] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:32.204 [INFO - Thread-127] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:32.205 [INFO - Thread-127] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:32.206 [INFO - Thread-127] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:32.207 [INFO - Thread-127] (HikariDataSource.java:80) objectstore - Starting...
02:11:32.255 [INFO - Thread-127] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:32.256 [INFO - Thread-127] (HikariDataSource.java:82) objectstore - Start completed.
02:11:32.257 [INFO - Thread-127] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:32.258 [INFO - Thread-127] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:32.261 [INFO - Thread-127] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:32.262 [INFO - Thread-127] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:32.278 [INFO - Thread-127] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:32.278 [INFO - Thread-127] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:32.278 [INFO - Thread-127] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:32.300 [WARN - Thread-127] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:32.301 [WARN - Thread-127] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:32.302 [WARN - Thread-127] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:32.302 [WARN - Thread-127] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:32.302 [WARN - Thread-127] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:32.302 [WARN - Thread-127] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:32.492 [INFO - Thread-127] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:32.492 [INFO - Thread-127] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43b4f359, with PersistenceManager: null will be shutdown
02:11:32.493 [INFO - Thread-127] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43b4f359, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6d716ebc created in the thread with id: 181
02:11:32.495 [WARN - Thread-127] (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
02:11:32.499 [INFO - Thread-127] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43b4f359
02:11:32.697 [INFO - Thread-127] (HMSHandler.java:595) Started creating a default database with name: default
02:11:32.723 [INFO - Thread-127] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:32.759 [INFO - Thread-127] (HMSHandler.java:668) Added admin role in metastore
02:11:32.761 [INFO - Thread-127] (HMSHandler.java:677) Added public role in metastore
02:11:32.802 [INFO - Thread-127] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:32.802 [INFO - Thread-127] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:32.803 [INFO - Thread-127] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:32.804 [INFO - Thread-127] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:32.804 [WARN - Thread-127] (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)
02:11:32.805 [INFO - Thread-127] (HiveMetaStore.java:632) Started the new metaserver on port [39565]...
02:11:32.805 [INFO - Thread-127] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:32.805 [INFO - Thread-127] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:32.805 [INFO - Thread-127] (HiveMetaStore.java:635) TCP keepalive = true
02:11:32.805 [INFO - Thread-127] (HiveMetaStore.java:636) Enable SSL = false
02:11:33.201 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:33.201 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:33.201 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:33.204 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:33.204 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39565]
02:11:33.204 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39565) in binary transport mode
02:11:33.205 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39565) current connections: 1
02:11:33.207 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP2Gqxr/test-tmp
02:11:33.208 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:33.208 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP2Gqxr/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:33.212 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39565"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:11:33.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.337085  5619 mini_oidc.cc:150] Starting JWKS server
02:11:33.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.339126  5619 webserver.cc:533] Webserver started at http://127.0.0.1:42813/ using document root <none> and password file <none>
02:11:33.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.339287  5619 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:33.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.339520  5619 webserver.cc:533] Webserver started at http://127.0.0.1:37159/ using document root <none> and password file <none>
02:11:33.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:33Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:33.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:33Z Disabled control of system clock
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.358639  5619 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/wal
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/data
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/logs
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/data/info.pb
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.124.254:41585
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.124.254
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.124.212:41699
02:11:33.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:33.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:33.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:33.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:33.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.124.254:41585,127.5.124.253:35215,127.5.124.252:34693
02:11:33.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:33.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42813/jwks.json
02:11:33.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39565 with env {}
02:11:33.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.478216  5630 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.478538  5630 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:33.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.478586  5630 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:33.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.482206  5630 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:33.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.482285  5630 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:33.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.482306  5630 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:33.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.482326  5630 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:33.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.482344  5630 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:33.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.482359  5630 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42813/jwks.json
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.486740  5630 master_runner.cc:387] Master server non-default flags:
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.124.212:41699
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/data
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/wal
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39565
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.124.254:41585,127.5.124.253:35215,127.5.124.252:34693
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.124.254:41585
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42813/jwks.json
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/data/info.pb
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.124.254
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5630
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/logs
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:33.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.487931  5630 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:33.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.489355  5630 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:33.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.495904  5638 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
02:11:33.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.495930  5635 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
02:11:33.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.496124  5630 server_base.cc:1061] running on GCE node
02:11:33.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.496253  5636 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
02:11:33.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.497154  5630 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:33.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.498181  5630 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:33.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.499461  5630 hybrid_clock.cc:648] HybridClock initialized: now 1783476693499432 us; error 56 us; skew 500 ppm
02:11:33.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.502691  5630 webserver.cc:533] Webserver started at http://127.5.124.254:46801/ using document root <none> and password file <none>
02:11:33.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.504058  5630 fs_manager.cc:362] Metadata directory not provided
02:11:33.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.504217  5630 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:33.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.504542  5630 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:33.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.506443  5630 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/data/instance:
02:11:33.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1170a5fc85004c188bcb19cd70d195da"
02:11:33.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:33 on dist-test-slave-kzt9"
02:11:33.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.507107  5630 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/wal/instance:
02:11:33.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1170a5fc85004c188bcb19cd70d195da"
02:11:33.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:33 on dist-test-slave-kzt9"
02:11:33.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.511844  5630 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
02:11:33.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.515985  5644 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.517805  5630 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.003s
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.518054  5630 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/wal
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1170a5fc85004c188bcb19cd70d195da"
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:33 on dist-test-slave-kzt9"
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.518199  5630 fs_report.cc:389] FS layout report
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/wal
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/wal
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/data/data
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:33.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:33.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.531329  5630 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:33.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.532187  5630 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:33.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.532470  5630 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:33.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.541158  5696 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.124.254:41585 every 8 connection(s)
02:11:33.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.541167  5630 rpc_server.cc:307] RPC server started. Bound to: 127.5.124.254:41585
02:11:33.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.542399  5630 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/data/info.pb
02:11:33.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.546452  5697 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.547438  5619 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5630
02:11:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.547585  5619 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-0/wal/instance
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.549145  5619 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/wal
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/data
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/logs
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/data/info.pb
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.124.253:35215
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.124.253
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.124.212:41699
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.124.254:41585,127.5.124.253:35215,127.5.124.252:34693
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42813/jwks.json
02:11:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39565 with env {}
02:11:33.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.551754  5697 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.124.254" port: 41585 } has no permanent_uuid. Determining permanent_uuid...
02:11:33.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.569799  5697 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } has no permanent_uuid. Determining permanent_uuid...
02:11:33.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.571195  5647 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.124.253:35215: connect: Connection refused (error 111)
02:11:33.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.572449  5697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.124.253:35215: Network error: Client connection negotiation failed: client connection to 127.5.124.253:35215: connect: Connection refused (error 111)
02:11:33.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.621754  5697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } attempt: 1
02:11:33.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.624001  5697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.124.253:35215: Network error: Client connection negotiation failed: client connection to 127.5.124.253:35215: connect: Connection refused (error 111)
02:11:33.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.676143  5698 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:33.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.676532  5698 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:33.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.676584  5698 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:33.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.680063  5698 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:33.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.680136  5698 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:33.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.680157  5698 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:33.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.680176  5698 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:33.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.680195  5698 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:33.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.680210  5698 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42813/jwks.json
02:11:33.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.684512  5698 master_runner.cc:387] Master server non-default flags:
02:11:33.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:33.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.124.212:41699
02:11:33.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/data
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/wal
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39565
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.124.254:41585,127.5.124.253:35215,127.5.124.252:34693
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.124.253:35215
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42813/jwks.json
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/data/info.pb
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.124.253
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5698
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/logs
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:33.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:33.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:33.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:33.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:33.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:33.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.685849  5698 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:33.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.687227  5698 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:33.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.692214  5697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } attempt: 2
02:11:33.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.694068  5707 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
02:11:33.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.694543  5697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.124.253:35215: Network error: Client connection negotiation failed: client connection to 127.5.124.253:35215: connect: Connection refused (error 111)
02:11:33.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.694518  5698 server_base.cc:1061] running on GCE node
02:11:33.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.694077  5709 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
02:11:33.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.694068  5706 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
02:11:33.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.695631  5698 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:33.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.697027  5698 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:33.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.698196  5698 hybrid_clock.cc:648] HybridClock initialized: now 1783476693698193 us; error 45 us; skew 500 ppm
02:11:33.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.700567  5698 webserver.cc:533] Webserver started at http://127.5.124.253:44507/ using document root <none> and password file <none>
02:11:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.701260  5698 fs_manager.cc:362] Metadata directory not provided
02:11:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.701321  5698 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:33.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.701519  5698 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.703507  5698 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/data/instance:
02:11:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "064b8fa56acc4918a132c15cee5f579e"
02:11:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:33 on dist-test-slave-kzt9"
02:11:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.704056  5698 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/wal/instance:
02:11:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "064b8fa56acc4918a132c15cee5f579e"
02:11:33.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:33 on dist-test-slave-kzt9"
02:11:33.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.708483  5698 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
02:11:33.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.711418  5715 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.713084  5698 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.713289  5698 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/wal
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "064b8fa56acc4918a132c15cee5f579e"
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:33 on dist-test-slave-kzt9"
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.713423  5698 fs_report.cc:389] FS layout report
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/wal
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/wal
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/data/data
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:33.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:33.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:33.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:33.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:33.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.729373  5698 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:33.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.730357  5698 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:33.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.730616  5698 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:33.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.740280  5767 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.124.253:35215 every 8 connection(s)
02:11:33.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.740283  5698 rpc_server.cc:307] RPC server started. Bound to: 127.5.124.253:35215
02:11:33.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.742012  5698 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/data/info.pb
02:11:33.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.746169  5768 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:33.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.746294  5619 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5698
02:11:33.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.746397  5619 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-1/wal/instance
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.747300  5619 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/wal
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/data
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/logs
02:11:33.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/data/info.pb
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.124.252:34693
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.124.252
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.124.212:41699
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.124.254:41585,127.5.124.253:35215,127.5.124.252:34693
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42813/jwks.json
02:11:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39565 with env {}
02:11:33.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.751050  5768 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.124.254" port: 41585 } has no permanent_uuid. Determining permanent_uuid...
02:11:33.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.763142  5768 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } has no permanent_uuid. Determining permanent_uuid...
02:11:33.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.771533  5768 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } has no permanent_uuid. Determining permanent_uuid...
02:11:33.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.772662  5717 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.124.252:34693: connect: Connection refused (error 111)
02:11:33.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.773793  5768 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.124.252:34693: Network error: Client connection negotiation failed: client connection to 127.5.124.252:34693: connect: Connection refused (error 111)
02:11:33.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.785778  5697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } attempt: 3
02:11:33.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.790817  5697 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } has no permanent_uuid. Determining permanent_uuid...
02:11:33.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.792248  5697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.124.252:34693: Network error: Client connection negotiation failed: client connection to 127.5.124.252:34693: connect: Connection refused (error 111)
02:11:33.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.823124  5768 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } attempt: 1
02:11:33.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.823529  5697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } attempt: 1
02:11:33.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.825006  5697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.124.252:34693: Network error: Client connection negotiation failed: client connection to 127.5.124.252:34693: connect: Connection refused (error 111)
02:11:33.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.825431  5768 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.124.252:34693: Network error: Client connection negotiation failed: client connection to 127.5.124.252:34693: connect: Connection refused (error 111)
02:11:33.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.878790  5769 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:33.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.879151  5769 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:33.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.879258  5769 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:33.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.883276  5769 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:33.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.883376  5769 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:33.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.883399  5769 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:33.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.883419  5769 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:33.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.883443  5769 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:33.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.883459  5769 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42813/jwks.json
02:11:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.888389  5769 master_runner.cc:387] Master server non-default flags:
02:11:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:33.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.124.212:41699
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/data
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/wal
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39565
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.124.254:41585,127.5.124.253:35215,127.5.124.252:34693
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.124.252:34693
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42813/jwks.json
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/data/info.pb
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.124.252
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5769
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/logs
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:33.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:33.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:33.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:33.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:33.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.890100  5769 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:33.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.892061  5769 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:33.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.893620  5768 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } attempt: 2
02:11:33.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.895298  5768 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.124.252:34693: Network error: Client connection negotiation failed: client connection to 127.5.124.252:34693: connect: Connection refused (error 111)
02:11:33.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.900244  5697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } attempt: 2
02:11:33.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.900647  5780 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
02:11:33.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.900612  5777 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
02:11:33.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.900689  5778 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
02:11:33.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.901822  5769 server_base.cc:1061] running on GCE node
02:11:33.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:33.902705  5697 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.124.252:34693: Network error: Client connection negotiation failed: client connection to 127.5.124.252:34693: connect: Connection refused (error 111)
02:11:33.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.902788  5769 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:33.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.904322  5769 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:33.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.905552  5769 hybrid_clock.cc:648] HybridClock initialized: now 1783476693905496 us; error 66 us; skew 500 ppm
02:11:33.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.908794  5769 webserver.cc:533] Webserver started at http://127.5.124.252:42409/ using document root <none> and password file <none>
02:11:33.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.909763  5769 fs_manager.cc:362] Metadata directory not provided
02:11:33.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.909862  5769 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:33.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.910177  5769 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:33.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.912968  5769 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/data/instance:
02:11:33.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e26b1b2113142a49dd8af741b60f2d8"
02:11:33.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:33 on dist-test-slave-kzt9"
02:11:33.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.913784  5769 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/wal/instance:
02:11:33.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e26b1b2113142a49dd8af741b60f2d8"
02:11:33.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:33 on dist-test-slave-kzt9"
02:11:33.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.919519  5769 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
02:11:33.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.922689  5786 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.924377  5769 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
02:11:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.924556  5769 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/wal
02:11:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e26b1b2113142a49dd8af741b60f2d8"
02:11:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:33 on dist-test-slave-kzt9"
02:11:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.924672  5769 fs_report.cc:389] FS layout report
02:11:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/wal
02:11:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/wal
02:11:33.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/data/data
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:33.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:33.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.949232  5769 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:33.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.950085  5769 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:33.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.950254  5769 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:33.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.959858  5769 rpc_server.cc:307] RPC server started. Bound to: 127.5.124.252:34693
02:11:33.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.959941  5838 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.124.252:34693 every 8 connection(s)
02:11:33.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.961177  5769 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/data/info.pb
02:11:33.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.964694  5839 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:33.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.965261  5619 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5769
02:11:33.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.965384  5619 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster14346597752655412050/master-2/wal/instance
02:11:33.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.968791  5839 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.124.254" port: 41585 } has no permanent_uuid. Determining permanent_uuid...
02:11:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.979887  5839 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } has no permanent_uuid. Determining permanent_uuid...
02:11:33.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.986513  5768 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } attempt: 3
02:11:33.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.986513  5839 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } has no permanent_uuid. Determining permanent_uuid...
02:11:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.994853  5768 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e: Bootstrap starting.
02:11:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.994853  5839 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8: Bootstrap starting.
02:11:34.000 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.998109  5839 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8: Neither blocks nor log segments found. Creating new log.
02:11:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.998095  5768 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e: Neither blocks nor log segments found. Creating new log.
02:11:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.998893  5619 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.999140  5839 log.cc:826] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8: Log is configured to *not* fsync() on all Append() calls
02:11:34.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:33.999140  5768 log.cc:826] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e: Log is configured to *not* fsync() on all Append() calls
02:11:34.000 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:34.001 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.124.254"
      port: 41585
    }
    bound_http_address {
      host: "127.5.124.254"
      port: 46801
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.124.253"
      port: 35215
    }
    bound_http_address {
      host: "127.5.124.253"
      port: 44507
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.124.252"
      port: 34693
    }
    bound_http_address {
      host: "127.5.124.252"
      port: 42409
    }
  }
}

02:11:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.001899  5768 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e: No bootstrap required, opened a new log
02:11:34.002 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:11:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.002367  5839 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8: No bootstrap required, opened a new log
02:11:34.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.003535  5697 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } attempt: 3
02:11:34.004 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:34.006 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:34.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.006425  5619 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5630
02:11:34.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.006289  5768 raft_consensus.cc:359] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1170a5fc85004c188bcb19cd70d195da" member_type: VOTER last_known_addr { host: "127.5.124.254" port: 41585 } } peers { permanent_uuid: "064b8fa56acc4918a132c15cee5f579e" member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } } peers { permanent_uuid: "4e26b1b2113142a49dd8af741b60f2d8" member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } }
02:11:34.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.007400  5768 raft_consensus.cc:385] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:34.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.007478  5768 raft_consensus.cc:740] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 064b8fa56acc4918a132c15cee5f579e, State: Initialized, Role: FOLLOWER
02:11:34.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.008704  5768 consensus_queue.cc:260] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e [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: "1170a5fc85004c188bcb19cd70d195da" member_type: VOTER last_known_addr { host: "127.5.124.254" port: 41585 } } peers { permanent_uuid: "064b8fa56acc4918a132c15cee5f579e" member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } } peers { permanent_uuid: "4e26b1b2113142a49dd8af741b60f2d8" member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } }
02:11:34.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.009465  5846 sys_catalog.cc:455] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e [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: "1170a5fc85004c188bcb19cd70d195da" member_type: VOTER last_known_addr { host: "127.5.124.254" port: 41585 } } peers { permanent_uuid: "064b8fa56acc4918a132c15cee5f579e" member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } } peers { permanent_uuid: "4e26b1b2113142a49dd8af741b60f2d8" member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } } }
02:11:34.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.009804  5846 sys_catalog.cc:458] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e [sys.catalog]: This master's current role is: FOLLOWER
02:11:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.010193  5839 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1170a5fc85004c188bcb19cd70d195da" member_type: VOTER last_known_addr { host: "127.5.124.254" port: 41585 } } peers { permanent_uuid: "064b8fa56acc4918a132c15cee5f579e" member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } } peers { permanent_uuid: "4e26b1b2113142a49dd8af741b60f2d8" member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } }
02:11:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.010505  5839 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.010566  5839 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e26b1b2113142a49dd8af741b60f2d8, State: Initialized, Role: FOLLOWER
02:11:34.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.010666  5768 sys_catalog.cc:565] T 00000000000000000000000000000000 P 064b8fa56acc4918a132c15cee5f579e [sys.catalog]: configured and running, proceeding with master startup.
02:11:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.011334  5839 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8 [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: "1170a5fc85004c188bcb19cd70d195da" member_type: VOTER last_known_addr { host: "127.5.124.254" port: 41585 } } peers { permanent_uuid: "064b8fa56acc4918a132c15cee5f579e" member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } } peers { permanent_uuid: "4e26b1b2113142a49dd8af741b60f2d8" member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } }
02:11:34.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.013751  5839 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8 [sys.catalog]: configured and running, proceeding with master startup.
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:34.016065  5843 negotiation.cc:336] Failed RPC negotiation. Trace:
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.004610 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:43720 (local address 127.5.124.252:34693)
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.005074 (+   464us) server_negotiation.cc:207] Beginning negotiation
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.005079 (+     5us) server_negotiation.cc:400] Waiting for connection header
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.005096 (+    17us) server_negotiation.cc:408] Connection header received
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.005144 (+    48us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.005148 (+     4us) server_negotiation.cc:462] Received NEGOTIATE request from client
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.005201 (+    53us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.005314 (+   113us) server_negotiation.cc:227] Negotiated authn=SASL
02:11:34.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.005996 (+   682us) server_negotiation.cc:366] Received TLS_HANDSHAKE NegotiatePB request
02:11:34.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.006973 (+   977us) server_negotiation.cc:378] Sending TLS_HANDSHAKE NegotiatePB response
02:11:34.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.014854 (+  7881us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:43720: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:11:34.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":356}
02:11:34.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:34.016834  5718 connection.cc:573] client connection to 127.5.124.254:41585 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:11:34.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.017074  5698 master_runner.cc:187] Error getting master registration for 127.5.124.254:41585: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
02:11:34.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.019747  5698 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:34.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.021405  5619 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5698
02:11:34.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:34.021575  5842 negotiation.cc:336] Failed RPC negotiation. Trace:
02:11:34.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.021079 (+     0us) reactor.cc:730] Submitting negotiation task for client connection to 127.5.124.254:41585 (local address 127.0.0.1:50520)
02:11:34.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.021351 (+   272us) negotiation.cc:107] Waiting for socket to connect
02:11:34.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:11:34.021425 (+    74us) negotiation.cc:326] Negotiation complete: Network error: Client connection negotiation failed: client connection to 127.5.124.254:41585: connect: Connection reset by peer (error 104)
02:11:34.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"client-negotiator.queue_time_us":164}
02:11:34.022 [INFO - Metastore-Handler-Pool: Thread-204] (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=	
02:11:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.023298  5852 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8 [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: "1170a5fc85004c188bcb19cd70d195da" member_type: VOTER last_known_addr { host: "127.5.124.254" port: 41585 } } peers { permanent_uuid: "064b8fa56acc4918a132c15cee5f579e" member_type: VOTER last_known_addr { host: "127.5.124.253" port: 35215 } } peers { permanent_uuid: "4e26b1b2113142a49dd8af741b60f2d8" member_type: VOTER last_known_addr { host: "127.5.124.252" port: 34693 } } }
02:11:34.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:34.023552  5875 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:34.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:34.024020  5875 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:34.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.022394  5769 master_runner.cc:187] Error getting master registration for 127.5.124.254:41585: Network error: Client connection negotiation failed: client connection to 127.5.124.254:41585: connect: Connection reset by peer (error 104), 
02:11:34.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.024863  5769 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:34.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:34.023602  5872 client.h:372] Failed to connect to Hive Metastore (localhost:39565): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:11:34.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.023864  5852 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e26b1b2113142a49dd8af741b60f2d8 [sys.catalog]: This master's current role is: FOLLOWER
02:11:34.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:34.036543  5619 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5769
02:11:34.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:34Z chronyd exiting
.02:11:34.092 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:34.092 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:34.093 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:34.119 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive6028868334219562732
02:11:34.120 [INFO - Thread-144] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:34.120 [INFO - Thread-144] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:34.123 [INFO - Thread-144] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:34.123 [INFO - Thread-144] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:34.123 [INFO - Thread-144] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:11:34.123 [INFO - Thread-144] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:11:34.125 [INFO - Thread-144] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:11:34.125 [INFO - Thread-144] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:11:34.126 [INFO - Thread-144] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:11:34.127 [INFO - Thread-144] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:34.128 [INFO - Thread-144] (HikariDataSource.java:80) objectstore - Starting...
02:11:34.196 [INFO - Thread-144] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:34.197 [INFO - Thread-144] (HikariDataSource.java:82) objectstore - Start completed.
02:11:34.197 [INFO - Thread-144] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:34.199 [INFO - Thread-144] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:34.201 [INFO - Thread-144] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:34.202 [INFO - Thread-144] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:34.215 [INFO - Thread-144] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:34.215 [INFO - Thread-144] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:34.215 [INFO - Thread-144] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:34.236 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:34.237 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:34.237 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:34.237 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:34.238 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:34.238 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:34.450 [INFO - Thread-144] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:34.450 [INFO - Thread-144] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c909e1b, with PersistenceManager: null will be shutdown
02:11:34.451 [INFO - Thread-144] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c909e1b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1310689b created in the thread with id: 205
02:11:34.452 [WARN - Thread-144] (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
02:11:34.453 [INFO - Thread-144] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c909e1b
02:11:34.567 [INFO - Thread-144] (HMSHandler.java:595) Started creating a default database with name: default
02:11:34.585 [INFO - Thread-144] (HMSHandler.java:605) Successfully created a default database with name: default
02:11:34.613 [INFO - Thread-144] (HMSHandler.java:668) Added admin role in metastore
02:11:34.615 [INFO - Thread-144] (HMSHandler.java:677) Added public role in metastore
02:11:34.646 [INFO - Thread-144] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:11:34.648 [INFO - Thread-144] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:11:34.648 [INFO - Thread-144] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:11:34.649 [INFO - Thread-144] (HiveMetaStore.java:697) Direct SQL optimization = true
02:11:34.649 [WARN - Thread-144] (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)
02:11:34.650 [INFO - Thread-144] (HiveMetaStore.java:632) Started the new metaserver on port [36565]...
02:11:34.650 [INFO - Thread-144] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:11:34.650 [INFO - Thread-144] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:11:34.650 [INFO - Thread-144] (HiveMetaStore.java:635) TCP keepalive = true
02:11:34.650 [INFO - Thread-144] (HiveMetaStore.java:636) Enable SSL = false
02:11:35.122 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:35.122 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:35.123 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:35.126 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:11:35.126 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36565]
02:11:35.126 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36565) in binary transport mode
02:11:35.127 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36565) current connections: 1
02:11:35.129 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP2Gqxr/test-tmp
02:11:35.130 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
02:11:35.130 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP2Gqxr/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
02:11:35.134 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:11:35.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.276489  5901 mini_oidc.cc:150] Starting JWKS server
02:11:35.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.278735  5901 webserver.cc:533] Webserver started at http://127.0.0.1:42387/ using document root <none> and password file <none>
02:11:35.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.279008  5901 mini_oidc.cc:186] Starting OIDC Discovery server
02:11:35.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.279292  5901 webserver.cc:533] Webserver started at http://127.0.0.1:44449/ using document root <none> and password file <none>
02:11:35.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:35Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:11:35.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:35Z Disabled control of system clock
02:11:35.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.298544  5901 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:35.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:35.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/wal
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/data
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/logs
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/data/info.pb
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.195.126:37815
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.195.126
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.195.84:35323
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:35.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:35.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:35.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.195.126:37815,127.5.195.125:45585,127.5.195.124:37677
02:11:35.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:35.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42387/jwks.json with env {}
02:11:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.435150  5912 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.435479  5912 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:35.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.435535  5912 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:35.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.439728  5912 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:35.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.439839  5912 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:35.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.439862  5912 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:35.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.439881  5912 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:35.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.439903  5912 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:35.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.439918  5912 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42387/jwks.json
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.444628  5912 master_runner.cc:387] Master server non-default flags:
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.195.84:35323
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/data
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/wal
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.195.126:37815,127.5.195.125:45585,127.5.195.124:37677
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.195.126:37815
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42387/jwks.json
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/data/info.pb
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.195.126
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5912
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/logs
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:35.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:35.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.446167  5912 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:35.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.447634  5912 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:35.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.456420  5920 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
02:11:35.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.456725  5912 server_base.cc:1061] running on GCE node
02:11:35.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.456437  5918 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
02:11:35.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.457000  5917 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
02:11:35.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.457703  5912 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:35.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.458825  5912 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:35.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.460145  5912 hybrid_clock.cc:648] HybridClock initialized: now 1783476695460121 us; error 58 us; skew 500 ppm
02:11:35.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.462600  5912 webserver.cc:533] Webserver started at http://127.5.195.126:43039/ using document root <none> and password file <none>
02:11:35.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.463362  5912 fs_manager.cc:362] Metadata directory not provided
02:11:35.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.463461  5912 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:35.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.463729  5912 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:35.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.465590  5912 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/data/instance:
02:11:35.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d0ce0bfc88a4082b41a24450be4b2af"
02:11:35.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:35 on dist-test-slave-kzt9"
02:11:35.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.466182  5912 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/wal/instance:
02:11:35.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d0ce0bfc88a4082b41a24450be4b2af"
02:11:35.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:35 on dist-test-slave-kzt9"
02:11:35.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.470466  5912 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
02:11:35.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.473644  5926 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.475167  5912 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.475380  5912 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/wal
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2d0ce0bfc88a4082b41a24450be4b2af"
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:35 on dist-test-slave-kzt9"
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.475509  5912 fs_report.cc:389] FS layout report
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/wal
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/wal
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/data/data
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:35.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:35.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:35.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:35.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:35.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:35.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:35.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.487242  5912 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:35.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.488380  5912 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:35.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.488580  5912 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:35.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.499054  5912 rpc_server.cc:307] RPC server started. Bound to: 127.5.195.126:37815
02:11:35.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.499085  5978 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.195.126:37815 every 8 connection(s)
02:11:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.500727  5912 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/data/info.pb
02:11:35.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.504495  5979 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.507145  5901 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5912
02:11:35.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.507367  5901 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-0/wal/instance
02:11:35.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.508514  5979 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } has no permanent_uuid. Determining permanent_uuid...
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.509407  5901 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/wal
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/data
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:35.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/logs
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/data/info.pb
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.195.125:45585
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.195.125
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.195.84:35323
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.195.126:37815,127.5.195.125:45585,127.5.195.124:37677
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:35.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42387/jwks.json with env {}
02:11:35.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.526870  5979 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } has no permanent_uuid. Determining permanent_uuid...
02:11:35.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.528224  5929 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.195.125:45585: connect: Connection refused (error 111)
02:11:35.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.529735  5979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.195.125:45585: Network error: Client connection negotiation failed: client connection to 127.5.195.125:45585: connect: Connection refused (error 111)
02:11:35.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.579116  5979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } attempt: 1
02:11:35.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.581308  5979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.195.125:45585: Network error: Client connection negotiation failed: client connection to 127.5.195.125:45585: connect: Connection refused (error 111)
02:11:35.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.649585  5979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } attempt: 2
02:11:35.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.650120  5981 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:35.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.650398  5981 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:35.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.650449  5981 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:35.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.651927  5979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.195.125:45585: Network error: Client connection negotiation failed: client connection to 127.5.195.125:45585: connect: Connection refused (error 111)
02:11:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.655226  5981 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.655314  5981 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.655339  5981 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.655367  5981 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.655388  5981 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.655403  5981 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42387/jwks.json
02:11:35.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.660439  5981 master_runner.cc:387] Master server non-default flags:
02:11:35.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:35.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.195.84:35323
02:11:35.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:35.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:35.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/data
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/wal
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.195.126:37815,127.5.195.125:45585,127.5.195.124:37677
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.195.125:45585
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42387/jwks.json
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/data/info.pb
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.195.125
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5981
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/logs
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:35.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:35.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.661974  5981 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:35.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.663492  5981 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.670482  5992 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
02:11:35.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.670524  5990 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
02:11:35.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.670512  5989 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
02:11:35.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.671093  5981 server_base.cc:1061] running on GCE node
02:11:35.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.671641  5981 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:35.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.672804  5981 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.673992  5981 hybrid_clock.cc:648] HybridClock initialized: now 1783476695673976 us; error 43 us; skew 500 ppm
02:11:35.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.676177  5981 webserver.cc:533] Webserver started at http://127.5.195.125:35985/ using document root <none> and password file <none>
02:11:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.677256  5981 fs_manager.cc:362] Metadata directory not provided
02:11:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.677371  5981 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.677610  5981 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:35.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.679661  5981 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/data/instance:
02:11:35.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cb20b8ec1a77475ea10b470417318f74"
02:11:35.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:35 on dist-test-slave-kzt9"
02:11:35.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.680258  5981 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/wal/instance:
02:11:35.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cb20b8ec1a77475ea10b470417318f74"
02:11:35.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:35 on dist-test-slave-kzt9"
02:11:35.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.684633  5981 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
02:11:35.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.687532  5998 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.689148  5981 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.689337  5981 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/wal
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cb20b8ec1a77475ea10b470417318f74"
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:35 on dist-test-slave-kzt9"
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.689456  5981 fs_report.cc:389] FS layout report
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/wal
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/wal
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/data/data
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:35.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.710809  5981 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.711621  5981 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.711836  5981 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:35.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.721382  5981 rpc_server.cc:307] RPC server started. Bound to: 127.5.195.125:45585
02:11:35.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.721411  6050 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.195.125:45585 every 8 connection(s)
02:11:35.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.722657  5981 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/data/info.pb
02:11:35.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.726513  6051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:35.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.728092  5901 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 5981
02:11:35.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.728258  5901 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-1/wal/instance
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.729027  5901 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/wal
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/data
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/logs
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/data/info.pb
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:35.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.195.124:37677
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.195.124
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.195.84:35323
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.195.126:37815,127.5.195.125:45585,127.5.195.124:37677
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:35.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42387/jwks.json with env {}
02:11:35.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.730419  6051 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } has no permanent_uuid. Determining permanent_uuid...
02:11:35.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.742547  6051 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } has no permanent_uuid. Determining permanent_uuid...
02:11:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.743111  5979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } attempt: 3
02:11:35.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.751083  5979 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } has no permanent_uuid. Determining permanent_uuid...
02:11:35.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.751104  6051 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } has no permanent_uuid. Determining permanent_uuid...
02:11:35.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.752472  6000 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.195.124:37677: connect: Connection refused (error 111)
02:11:35.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.753396  5979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.195.124:37677: Network error: Client connection negotiation failed: client connection to 127.5.195.124:37677: connect: Connection refused (error 111)
02:11:35.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.754290  6051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.195.124:37677: Network error: Client connection negotiation failed: client connection to 127.5.195.124:37677: connect: Connection refused (error 111)
02:11:35.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.784598  5979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } attempt: 1
02:11:35.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.786612  5979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.195.124:37677: Network error: Client connection negotiation failed: client connection to 127.5.195.124:37677: connect: Connection refused (error 111)
02:11:35.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.803591  6051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } attempt: 1
02:11:35.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.805950  6051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.195.124:37677: Network error: Client connection negotiation failed: client connection to 127.5.195.124:37677: connect: Connection refused (error 111)
02:11:35.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.861860  5979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } attempt: 2
02:11:35.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.863807  5979 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.195.124:37677: Network error: Client connection negotiation failed: client connection to 127.5.195.124:37677: connect: Connection refused (error 111)
02:11:35.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.865173  6053 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:11:35.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.865417  6053 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:11:35.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.865468  6053 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:11:35.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.869115  6053 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:11:35.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.869174  6053 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:11:35.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.869194  6053 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:11:35.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.869213  6053 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:11:35.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.869232  6053 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:11:35.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.869248  6053 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42387/jwks.json
02:11:35.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.873447  6053 master_runner.cc:387] Master server non-default flags:
02:11:35.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:11:35.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.195.84:35323
02:11:35.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:11:35.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:11:35.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/data
02:11:35.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/wal
02:11:35.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.195.126:37815,127.5.195.125:45585,127.5.195.124:37677
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.195.124:37677
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42387/jwks.json
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/data/info.pb
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.195.124
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.6053
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/logs
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:16 UTC on bdcb31816ec0
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12764
02:11:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.874162  6051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } attempt: 2
02:11:35.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.875034  6053 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:11:35.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.876173  6051 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.195.124:37677: Network error: Client connection negotiation failed: client connection to 127.5.195.124:37677: connect: Connection refused (error 111)
02:11:35.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.876816  6053 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:11:35.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.884194  6065 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
02:11:35.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.884357  6062 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
02:11:35.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.884832  6053 server_base.cc:1061] running on GCE node
02:11:35.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.884404  6063 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
02:11:35.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.885671  6053 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:11:35.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.886849  6053 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:11:35.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.888018  6053 hybrid_clock.cc:648] HybridClock initialized: now 1783476695887981 us; error 64 us; skew 500 ppm
02:11:35.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.890517  6053 webserver.cc:533] Webserver started at http://127.5.195.124:38925/ using document root <none> and password file <none>
02:11:35.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.891208  6053 fs_manager.cc:362] Metadata directory not provided
02:11:35.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.891270  6053 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:11:35.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.891474  6053 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:11:35.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.894291  6053 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/data/instance:
02:11:35.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58916eb87c3244adbfe93a4edb87d6c3"
02:11:35.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:35 on dist-test-slave-kzt9"
02:11:35.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.894975  6053 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/wal/instance:
02:11:35.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58916eb87c3244adbfe93a4edb87d6c3"
02:11:35.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:35 on dist-test-slave-kzt9"
02:11:35.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.899412  6053 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
02:11:35.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.902424  6071 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.903995  6053 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.904151  6053 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/data,/tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/wal
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "58916eb87c3244adbfe93a4edb87d6c3"
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:11:35 on dist-test-slave-kzt9"
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.904258  6053 fs_report.cc:389] FS layout report
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/wal
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/wal
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/data/data
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:11:35.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:11:35.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.916404  6053 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:11:35.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.917291  6053 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:11:35.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.917487  6053 kserver.cc:163] Server-wide thread pool size limit: 3276
02:11:35.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.928596  6053 rpc_server.cc:307] RPC server started. Bound to: 127.5.195.124:37677
02:11:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.928623  6123 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.195.124:37677 every 8 connection(s)
02:11:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.930161  6053 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/data/info.pb
02:11:35.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.933825  6124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:11:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.937455  5901 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu as pid 6053
02:11:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.937597  5901 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskP2Gqxr/test-tmp/mini-kudu-cluster12379176185341578064/master-2/wal/instance
02:11:35.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.937911  6124 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } has no permanent_uuid. Determining permanent_uuid...
02:11:35.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.950760  6124 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } has no permanent_uuid. Determining permanent_uuid...
02:11:35.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.956459  6124 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } has no permanent_uuid. Determining permanent_uuid...
02:11:35.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.963018  5979 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } attempt: 3
02:11:35.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.965770  6124 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3: Bootstrap starting.
02:11:35.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.967347  6051 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } attempt: 3
02:11:35.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.968106  5901 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:11:35.969 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:35.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.969715  6124 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3: Neither blocks nor log segments found. Creating new log.
02:11:35.969 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:11:35.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.971026  6124 log.cc:826] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3: Log is configured to *not* fsync() on all Append() calls
02:11:35.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.972172  5979 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af: Bootstrap starting.
02:11:35.970 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.195.126"
      port: 37815
    }
    bound_http_address {
      host: "127.5.195.126"
      port: 43039
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.195.125"
      port: 45585
    }
    bound_http_address {
      host: "127.5.195.125"
      port: 35985
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.195.124"
      port: 37677
    }
    bound_http_address {
      host: "127.5.195.124"
      port: 38925
    }
  }
}

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

02:11:35.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.975180  5979 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af: Neither blocks nor log segments found. Creating new log.
02:11:35.975 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:11:35.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.976279  5979 log.cc:826] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af: Log is configured to *not* fsync() on all Append() calls
02:11:35.976 [INFO - Metastore-Handler-Pool: Thread-226] (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=593d6e8a-1305-4404-8367-8278742b4d9b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.195.125:45585,127.5.195.126:37815,127.5.195.124:37677}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:11:35.978 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:35.978 [INFO - Metastore-Handler-Pool: Thread-226] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:35.978 [INFO - Metastore-Handler-Pool: Thread-226] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e314e3a, with PersistenceManager: null will be shutdown
02:11:35.979 [INFO - Metastore-Handler-Pool: Thread-226] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e314e3a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1274245c created in the thread with id: 226
02:11:35.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.976740  6051 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74: Bootstrap starting.
02:11:35.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.979560  5979 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af: No bootstrap required, opened a new log
02:11:35.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.979817  6051 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74: Neither blocks nor log segments found. Creating new log.
02:11:35.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.981690  6051 log.cc:826] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74: Log is configured to *not* fsync() on all Append() calls
02:11:35.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.983579  5979 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } }
02:11:35.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.983795  5979 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:35.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.983860  5979 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2d0ce0bfc88a4082b41a24450be4b2af, State: Initialized, Role: FOLLOWER
02:11:35.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.984102  6051 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74: No bootstrap required, opened a new log
02:11:35.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.984854  5979 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [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: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } }
02:11:35.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.986644  5979 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [sys.catalog]: configured and running, proceeding with master startup.
02:11:35.989 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e314e3a
02:11:35.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.989372  6051 raft_consensus.cc:359] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } }
02:11:35.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:35.990453  5932 tablet.cc:2406] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:11:35.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.991276  6051 raft_consensus.cc:385] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:35.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.991478  6051 raft_consensus.cc:740] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb20b8ec1a77475ea10b470417318f74, State: Initialized, Role: FOLLOWER
02:11:35.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.992179  6051 consensus_queue.cc:260] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [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: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } }
02:11:35.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.993953  6051 sys_catalog.cc:565] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [sys.catalog]: configured and running, proceeding with master startup.
02:11:35.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.993422  5912 master_runner.cc:187] Error getting master registration for 127.5.195.125:45585: OK, instance_id { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" instance_seqno: 1783476695718970 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:35.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:35.996457  5912 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:36.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.000552  6145 sys_catalog.cc:455] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [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: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.000689  6124 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3: No bootstrap required, opened a new log
02:11:36.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.001121  6145 sys_catalog.cc:458] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [sys.catalog]: This master's current role is: FOLLOWER
02:11:36.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:36.004997  6156 catalog_manager.cc:1594] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:36.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.005062  6133 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [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: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.005236  6133 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [sys.catalog]: This master's current role is: FOLLOWER
02:11:36.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.005336  6133 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:11:36.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.005442  6133 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } }
02:11:36.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.005309  6124 raft_consensus.cc:359] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } }
02:11:36.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.005545  6124 raft_consensus.cc:385] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:11:36.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.005610  6124 raft_consensus.cc:740] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58916eb87c3244adbfe93a4edb87d6c3, State: Initialized, Role: FOLLOWER
02:11:36.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.006244  6124 consensus_queue.cc:260] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [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: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } }
02:11:36.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.009021  6124 sys_catalog.cc:565] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [sys.catalog]: configured and running, proceeding with master startup.
02:11:36.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:36.009690  6144 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:36.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:36.009917  6144 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:36.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.010717  6133 leader_election.cc:290] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cb20b8ec1a77475ea10b470417318f74 (127.5.195.125:45585), 58916eb87c3244adbfe93a4edb87d6c3 (127.5.195.124:37677)
02:11:36.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.011049  6098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58916eb87c3244adbfe93a4edb87d6c3" is_pre_election: true
02:11:36.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.011457  6098 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d0ce0bfc88a4082b41a24450be4b2af in term 0.
02:11:36.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.012071  5928 leader_election.cc:304] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [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: 2d0ce0bfc88a4082b41a24450be4b2af, 58916eb87c3244adbfe93a4edb87d6c3; no voters: 
02:11:36.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.012900  6133 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 0 FOLLOWER]: Leader pre-election won for term 1
02:11:36.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.013084  6133 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:11:36.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.013244  6133 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 0 FOLLOWER]: Advancing to term 1
02:11:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.014739  6133 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } }
02:11:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.003008  5981 master_runner.cc:187] Error getting master registration for 127.5.195.124:37677: OK, instance_id { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" instance_seqno: 1783476695924922 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:11:36.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.015040  5981 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:36.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.008839  6024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb20b8ec1a77475ea10b470417318f74" is_pre_election: true
02:11:36.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.015313  6024 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2d0ce0bfc88a4082b41a24450be4b2af in term 0.
02:11:36.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:36.016287  6156 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:36.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.020766  6160 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [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: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.021279  6160 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:36.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.025082  6024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb20b8ec1a77475ea10b470417318f74"
02:11:36.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.025187  6098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58916eb87c3244adbfe93a4edb87d6c3"
02:11:36.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.025282  6024 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [term 0 FOLLOWER]: Advancing to term 1
02:11:36.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.025316  6098 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [term 0 FOLLOWER]: Advancing to term 1
02:11:36.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.026546  6133 leader_election.cc:290] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [CANDIDATE]: Term 1 election: Requested vote from peers cb20b8ec1a77475ea10b470417318f74 (127.5.195.125:45585), 58916eb87c3244adbfe93a4edb87d6c3 (127.5.195.124:37677)
02:11:36.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:36.031914  6171 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:11:36.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.033650  6024 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d0ce0bfc88a4082b41a24450be4b2af in term 1.
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.034606  5929 leader_election.cc:304] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [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: 2d0ce0bfc88a4082b41a24450be4b2af, cb20b8ec1a77475ea10b470417318f74; no voters: 
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.034901  6133 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 1 FOLLOWER]: Leader election won for term 1
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.035008  6133 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [term 1 LEADER]: Becoming Leader. State: Replica: 2d0ce0bfc88a4082b41a24450be4b2af, State: Running, Role: LEADER
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.035964  6133 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [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: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } }
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.034154  6098 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2d0ce0bfc88a4082b41a24450be4b2af in term 1.
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.038283  6133 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2d0ce0bfc88a4082b41a24450be4b2af. Latest consensus state: current_term: 1 leader_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.038414  6133 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [sys.catalog]: This master's current role is: LEADER
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:36.038401  6171 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.040340  6174 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.041671  6053 master_runner.cc:264] No leader master found from master 58916eb87c3244adbfe93a4edb87d6c3
02:11:36.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.041746  6053 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:11:36.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.043226  6174 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:11:36.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.061962  6098 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [term 1 FOLLOWER]: Refusing update from remote peer 2d0ce0bfc88a4082b41a24450be4b2af: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:36.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.063105  6159 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [LEADER]: Connected to new peer: Peer: permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:36.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.068558  6160 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2d0ce0bfc88a4082b41a24450be4b2af. Latest consensus state: current_term: 1 leader_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.068781  6160 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:36.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.069638  6025 raft_consensus.cc:1275] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [term 1 FOLLOWER]: Refusing update from remote peer 2d0ce0bfc88a4082b41a24450be4b2af: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:11:36.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.071012  6159 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:11:36.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.077324  6145 sys_catalog.cc:455] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2d0ce0bfc88a4082b41a24450be4b2af. Latest consensus state: current_term: 1 leader_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.077492  6145 sys_catalog.cc:458] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [sys.catalog]: This master's current role is: FOLLOWER
02:11:36.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.081905  6159 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.082131  6159 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [sys.catalog]: This master's current role is: LEADER
02:11:36.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.082513  6175 mvcc.cc:204] Tried to move back new op lower bound from 7305120547048857600 to 7305120546967605248. Current Snapshot: MvccSnapshot[applied={T|T < 7305120547048857600}]
02:11:36.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.084969  6160 sys_catalog.cc:455] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.085129  6160 sys_catalog.cc:458] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3 [sys.catalog]: This master's current role is: FOLLOWER
02:11:36.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.089371  6174 catalog_manager.cc:1383] Generated new cluster ID: 3808326dba5a4063a17186b8557599df
02:11:36.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.089468  6174 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:11:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.102347  6133 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.102672  6133 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af [sys.catalog]: This master's current role is: LEADER
02:11:36.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.104705  6145 sys_catalog.cc:455] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2d0ce0bfc88a4082b41a24450be4b2af" member_type: VOTER last_known_addr { host: "127.5.195.126" port: 37815 } } peers { permanent_uuid: "cb20b8ec1a77475ea10b470417318f74" member_type: VOTER last_known_addr { host: "127.5.195.125" port: 45585 } } peers { permanent_uuid: "58916eb87c3244adbfe93a4edb87d6c3" member_type: VOTER last_known_addr { host: "127.5.195.124" port: 37677 } } }
02:11:36.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.104873  6145 sys_catalog.cc:458] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74 [sys.catalog]: This master's current role is: FOLLOWER
02:11:36.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.110772  6178 mvcc.cc:204] Tried to move back new op lower bound from 7305120547048857600 to 7305120546967605248. Current Snapshot: MvccSnapshot[applied={T|T < 7305120547048857600}]
02:11:36.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.143255  6174 catalog_manager.cc:1406] Generated new certificate authority record
02:11:36.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.145362  6174 catalog_manager.cc:1540] Loading token signing keys...
02:11:36.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.180379  6174 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 2d0ce0bfc88a4082b41a24450be4b2af: Generated new TSK 0
02:11:36.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:36.181938  6174 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:11:36.505 [WARN - Metastore-Handler-Pool: Thread-226] (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.
02:11:36.514 [WARN - Metastore-Handler-Pool: Thread-226] (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.
02:11:36.514 [WARN - Metastore-Handler-Pool: Thread-226] (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.
02:11:36.580 [INFO - Metastore-Handler-Pool: Thread-226] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:11:36.585 [INFO - Metastore-Handler-Pool: Thread-226] (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/hive6028868334219562732/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=593d6e8a-1305-4404-8367-8278742b4d9b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.195.125:45585,127.5.195.126:37815,127.5.195.124:37677}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:11:36.586 [INFO - Metastore-Handler-Pool: Thread-226] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6028868334219562732/external-warehouse/table
02:11:36.702 [DEBUG - Metastore-Handler-Pool: Thread-226] (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.
02:11:36.707 [DEBUG - Metastore-Handler-Pool: Thread-226] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:11:36.714 [DEBUG - Metastore-Handler-Pool: Thread-226] (Connection.java:748) [peer master-127.5.195.125:45585(127.5.195.125:45585)] connecting to peer
02:11:36.717 [DEBUG - Metastore-Handler-Pool: Thread-226] (Connection.java:748) [peer master-127.5.195.126:37815(127.5.195.126:37815)] connecting to peer
02:11:36.720 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.195.125:45585(127.5.195.125:45585)] Successfully connected to peer
02:11:36.735 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.195.125
02:11:36.741 [DEBUG - Metastore-Handler-Pool: Thread-226] (Connection.java:748) [peer master-127.5.195.124:37677(127.5.195.124:37677)] connecting to peer
02:11:36.744 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.5.195.126:37815(127.5.195.126:37815)] Successfully connected to peer
02:11:36.751 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:36.753 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.5.195.124:37677(127.5.195.124:37677)] Successfully connected to peer
02:11:36.760 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.195.126
02:11:36.763 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.195.124
02:11:36.773 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x7dd8909a, L:/127.0.0.1:38354 - R:/127.5.195.125:45585] using SASL/PLAIN
02:11:36.818 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:36.824 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x7ffbd726, L:/127.0.0.1:57104 - R:/127.5.195.126:37815] using SASL/PLAIN
02:11:36.827 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:11:36.838 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:11:36.845 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xffc85168, L:/127.0.0.1:50234 - R:/127.5.195.124:37677] using SASL/PLAIN
02:11:36.883 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:36.920 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:36.921 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:11:36.933 [INFO - Metastore-Handler-Pool: Thread-226] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:11:36.987 [INFO - Metastore-Handler-Pool: Thread-226] (MetaStoreServerUtils.java:473) Updating table stats for table
02:11:36.987 [INFO - Metastore-Handler-Pool: Thread-226] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:11:37.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.020022  6156 catalog_manager.cc:1295] Loaded cluster ID: 3808326dba5a4063a17186b8557599df
02:11:37.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.020129  6156 catalog_manager.cc:1588] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74: loading cluster ID for follower catalog manager: success
02:11:37.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.022676  6156 catalog_manager.cc:1610] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74: acquiring CA information for follower catalog manager: success
02:11:37.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.025197  6156 catalog_manager.cc:1638] T 00000000000000000000000000000000 P cb20b8ec1a77475ea10b470417318f74: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:37.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.040057  6171 catalog_manager.cc:1295] Loaded cluster ID: 3808326dba5a4063a17186b8557599df
02:11:37.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.040163  6171 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3: loading cluster ID for follower catalog manager: success
02:11:37.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.043399  6171 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3: acquiring CA information for follower catalog manager: success
02:11:37.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.046023  6171 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 58916eb87c3244adbfe93a4edb87d6c3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:11:37.103 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:11:37.132 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:3711) Skipping translation for processor with null
02:11:37.134 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:11:37.281 [WARN - Metastore-Handler-Pool: Thread-226] (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.
02:11:37.412 [WARN - Metastore-Handler-Pool: Thread-226] (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.
02:11:37.444 [WARN - Metastore-Handler-Pool: Thread-226] (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.
02:11:37.552 [INFO - Metastore-Handler-Pool: Thread-226] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:11:37.553 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:11:37.553 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:11:37.553 [INFO - Metastore-Handler-Pool: Thread-226] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e314e3a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1274245c will be shutdown
02:11:37.553 [INFO - Metastore-Handler-Pool: Thread-226] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:11:37.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.553730  5901 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5912
02:11:37.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:11:37.562053  6072 connection.cc:573] server connection from 127.0.0.1:50222 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:11:37.563 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.5.195.126:37815(127.5.195.126:37815)] handling channelInactive
02:11:37.563 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.5.195.126:37815(127.5.195.126:37815)] cleaning up while in state READY due to: connection closed
02:11:37.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.563907  5901 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 5981
02:11:37.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:11:37.572750  5901 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskP2Gqxr/build/debug/bin/kudu with pid 6053
02:11:37.573 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.195.125:45585(127.5.195.125:45585)] handling channelInactive
02:11:37.573 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.195.125:45585(127.5.195.125:45585)] cleaning up while in state READY due to: connection closed
02:11:37.582 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.5.195.124:37677(127.5.195.124:37677)] handling channelInactive
02:11:37.582 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.5.195.124:37677(127.5.195.124:37677)] cleaning up while in state READY due to: connection closed
02:11:37.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:11:37Z chronyd exiting

Time: 29.052

OK (6 tests)

