JUnit version 4.13.2
.02:16:05.194 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:05.200 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:05.200 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:05.301 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive12473663031794072019
02:16:05.459 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:16:05.471 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:16:05.744 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:05.784 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:05.785 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
02:16:05.819 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
02:16:05.832 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:16:05.861 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
02:16:06.613 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:06.617 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
02:16:06.635 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:16:06.637 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:16:06.648 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:06.649 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:16:06.836 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:16:06.837 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:16:06.838 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:16:07.341 [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:16:07.342 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7cb38b3a, with PersistenceManager: null will be shutdown
02:16:07.376 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7cb38b3a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@69aee866 created in the thread with id: 13
02:16:07.435 [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:16:07.685 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:07.687 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:07.688 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:07.688 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:07.690 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:07.690 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:08.357 [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:16:08.358 [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.93
02:16:08.358 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7cb38b3a
02:16:08.696 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
02:16:08.749 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
02:16:08.798 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
02:16:08.801 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
02:16:08.875 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:16:08.882 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:16:09.244 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:16:09.252 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
02:16:09.264 [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:16:09.265 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [43509]...
02:16:09.265 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:16:09.265 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:16:09.265 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
02:16:09.266 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
02:16:09.327 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:09.329 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:09.329 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:09.346 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:16:09.346 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43509]
02:16:09.347 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43509) in binary transport mode
02:16:09.366 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43509) current connections: 1
02:16:09.455 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
02:16:09.594 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskYnrXNK/test-tmp
02:16:09.597 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:16:09.600 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskYnrXNK/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:16:09.637 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43509"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:16:09.849 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:09.856 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:16:09.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.857434  9315 mini_oidc.cc:150] Starting JWKS server
02:16:09.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.858175  9315 webserver.cc:534] Webserver started at http://127.0.0.1:43409/ using document root <none> and password file <none>
02:16:09.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.858290  9315 mini_oidc.cc:186] Starting OIDC Discovery server
02:16:09.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.858461  9315 webserver.cc:534] Webserver started at http://127.0.0.1:32867/ using document root <none> and password file <none>
02:16:09.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:09Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:16:09.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:09Z Disabled control of system clock
02:16:09.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.870244  9315 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:09.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:09.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/wal
02:16:09.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/data
02:16:09.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:09.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:09.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/logs
02:16:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/data/info.pb
02:16:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:09.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:09.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:09.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:09.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:09.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.24.254:35423
02:16:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.24.254
02:16:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.24.212:34679
02:16:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:09.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:09.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:09.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:09.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909
02:16:09.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:09.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43409/jwks.json
02:16:09.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43509 with env {}
02:16:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.951777  9326 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:09.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.951992  9326 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:09.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.952024  9326 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.953938  9326 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.954018  9326 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.954041  9326 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.954059  9326 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:09.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.954079  9326 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:09.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.954097  9326 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43409/jwks.json
02:16:09.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.956107  9326 master_runner.cc:387] Master server non-default flags:
02:16:09.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:09.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.24.212:34679
02:16:09.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:09.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:09.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/data
02:16:09.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/wal
02:16:09.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43509
02:16:09.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:09.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909
02:16:09.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:09.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:09.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:09.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.24.254:35423
02:16:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:09.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43409/jwks.json
02:16:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/data/info.pb
02:16:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.24.254
02:16:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:09.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9326
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/logs
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:09.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.956408  9326 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:09.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.956691  9326 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:09.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.959719  9331 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:16:09.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.959991  9332 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:16:09.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.960685  9326 server_base.cc:1061] running on GCE node
02:16:09.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.960014  9334 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:16:09.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.961290  9326 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:09.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.961578  9326 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:09.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.962749  9326 hybrid_clock.cc:648] HybridClock initialized: now 1783476969962714 us; error 36 us; skew 500 ppm
02:16:09.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.963832  9326 webserver.cc:534] Webserver started at http://127.9.24.254:33133/ using document root <none> and password file <none>
02:16:09.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.963992  9326 fs_manager.cc:362] Metadata directory not provided
02:16:09.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.964025  9326 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:09.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.964097  9326 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:09.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.965021  9326 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/data/instance:
02:16:09.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1af18227f26844f9a60ca8932a6f5e51"
02:16:09.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:09 on dist-test-slave-3cc9"
02:16:09.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.965307  9326 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/wal/instance:
02:16:09.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1af18227f26844f9a60ca8932a6f5e51"
02:16:09.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:09 on dist-test-slave-3cc9"
02:16:09.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.966629  9326 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:16:09.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.967309  9340 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:09.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.967455  9326 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:16:09.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.967553  9326 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/wal
02:16:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1af18227f26844f9a60ca8932a6f5e51"
02:16:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:09 on dist-test-slave-3cc9"
02:16:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.967597  9326 fs_report.cc:389] FS layout report
02:16:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/wal
02:16:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/wal
02:16:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/data/data
02:16:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:09.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:09.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:09.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:09.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:09.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:09.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:09.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:09.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:09.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:09.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:09.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.981853  9326 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:09.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.982165  9326 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:09.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.982257  9326 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:09.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.986411  9326 rpc_server.cc:307] RPC server started. Bound to: 127.9.24.254:35423
02:16:09.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.986485  9392 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.24.254:35423 every 8 connection(s)
02:16:09.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.986716  9326 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/data/info.pb
02:16:09.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.987270  9393 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:16:09.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.988621  9393 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } has no permanent_uuid. Determining permanent_uuid...
02:16:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.990178  9315 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 9326
02:16:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.990288  9315 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-0/wal/instance
02:16:09.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.991124  9315 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:09.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:09.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/wal
02:16:09.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/data
02:16:09.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/logs
02:16:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/data/info.pb
02:16:09.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:09.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:09.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:09.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:09.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:09.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:09.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.24.253:37891
02:16:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.24.253
02:16:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:09.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.24.212:34679
02:16:09.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:09.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:09.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:09.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:09.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909
02:16:09.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:09.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43409/jwks.json
02:16:09.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43509 with env {}
02:16:09.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:09.999181  9393 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } has no permanent_uuid. Determining permanent_uuid...
02:16:09.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:09.999626  9344 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.24.253:37891: connect: Connection refused (error 111)
02:16:10.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.000174  9393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.24.253:37891: Network error: Client connection negotiation failed: client connection to 127.9.24.253:37891: connect: Connection refused (error 111)
02:16:10.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.049410  9393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } attempt: 1
02:16:10.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.050463  9393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.24.253:37891: Network error: Client connection negotiation failed: client connection to 127.9.24.253:37891: connect: Connection refused (error 111)
02:16:10.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.073190  9396 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:10.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.073370  9396 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:10.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.073390  9396 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:10.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.074995  9396 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:10.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.075038  9396 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:10.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.075053  9396 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:10.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.075065  9396 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:10.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.075078  9396 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:10.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.075089  9396 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43409/jwks.json
02:16:10.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.077180  9396 master_runner.cc:387] Master server non-default flags:
02:16:10.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:10.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.24.212:34679
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/data
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/wal
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43509
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.24.253:37891
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:10.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:10.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43409/jwks.json
02:16:10.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:10.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:10.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/data/info.pb
02:16:10.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.24.253
02:16:10.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:10.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:10.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9396
02:16:10.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:10.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:10.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:10.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:10.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/logs
02:16:10.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:10.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:10.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:10.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:10.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.077392  9396 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.077649  9396 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.080112  9403 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:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.080109  9402 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:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.080112  9405 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:16:10.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.081223  9396 server_base.cc:1061] running on GCE node
02:16:10.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.081439  9396 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:10.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.081717  9396 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:10.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.082868  9396 hybrid_clock.cc:648] HybridClock initialized: now 1783476970082834 us; error 46 us; skew 500 ppm
02:16:10.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.083976  9396 webserver.cc:534] Webserver started at http://127.9.24.253:35057/ using document root <none> and password file <none>
02:16:10.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.084196  9396 fs_manager.cc:362] Metadata directory not provided
02:16:10.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.084254  9396 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:10.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.084354  9396 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:10.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.085304  9396 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/data/instance:
02:16:10.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "704fc114578146a9bea1de728bd1a349"
02:16:10.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:10 on dist-test-slave-3cc9"
02:16:10.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.085667  9396 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/wal/instance:
02:16:10.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "704fc114578146a9bea1de728bd1a349"
02:16:10.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:10 on dist-test-slave-3cc9"
02:16:10.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.087029  9396 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:16:10.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.087687  9411 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:10.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.087852  9396 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:16:10.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.087914  9396 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/wal
02:16:10.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "704fc114578146a9bea1de728bd1a349"
02:16:10.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:10 on dist-test-slave-3cc9"
02:16:10.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.087963  9396 fs_report.cc:389] FS layout report
02:16:10.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/wal
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/wal
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/data/data
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:10.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:10.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:10.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:10.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:10.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.103289  9396 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:10.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.103632  9396 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:10.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.103767  9396 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:10.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.107671  9396 rpc_server.cc:307] RPC server started. Bound to: 127.9.24.253:37891
02:16:10.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.107721  9463 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.24.253:37891 every 8 connection(s)
02:16:10.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.108083  9396 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/data/info.pb
02:16:10.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.108623  9464 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:16:10.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.110033  9464 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } has no permanent_uuid. Determining permanent_uuid...
02:16:10.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.114688  9464 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } has no permanent_uuid. Determining permanent_uuid...
02:16:10.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.116622  9315 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 9396
02:16:10.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.116714  9315 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-1/wal/instance
02:16:10.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.117121  9315 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:10.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:10.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/wal
02:16:10.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/data
02:16:10.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:10.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/logs
02:16:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/data/info.pb
02:16:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.24.252:40909
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.24.252
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.24.212:34679
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43409/jwks.json
02:16:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43509 with env {}
02:16:10.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.118055  9464 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } has no permanent_uuid. Determining permanent_uuid...
02:16:10.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.118392  9413 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.24.252:40909: connect: Connection refused (error 111)
02:16:10.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.118618  9393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } attempt: 2
02:16:10.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.121740  9464 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.24.252:40909: Network error: Client connection negotiation failed: client connection to 127.9.24.252:40909: connect: Connection refused (error 111)
02:16:10.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.122152  9393 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } has no permanent_uuid. Determining permanent_uuid...
02:16:10.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.122756  9393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.24.252:40909: Network error: Client connection negotiation failed: client connection to 127.9.24.252:40909: connect: Connection refused (error 111)
02:16:10.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.165922  9393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } attempt: 1
02:16:10.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.166821  9393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.24.252:40909: Network error: Client connection negotiation failed: client connection to 127.9.24.252:40909: connect: Connection refused (error 111)
02:16:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.170928  9464 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } attempt: 1
02:16:10.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.171627  9464 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.24.252:40909: Network error: Client connection negotiation failed: client connection to 127.9.24.252:40909: connect: Connection refused (error 111)
02:16:10.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.198041  9467 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:10.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.198189  9467 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:10.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.198208  9467 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:10.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.199574  9467 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:10.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.199608  9467 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:10.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.199621  9467 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:10.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.199633  9467 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:10.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.199644  9467 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:10.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.199656  9467 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43409/jwks.json
02:16:10.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.201205  9467 master_runner.cc:387] Master server non-default flags:
02:16:10.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:10.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.24.212:34679
02:16:10.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:10.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:10.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/data
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/wal
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43509
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.24.252:40909
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:10.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43409/jwks.json
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/data/info.pb
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.24.252
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9467
02:16:10.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:10.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:10.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:10.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:10.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/logs
02:16:10.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:10.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:10.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:10.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.201375  9467 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.201598  9467 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.203774  9473 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:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.203778  9474 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:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.204154  9476 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:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.204417  9467 server_base.cc:1061] running on GCE node
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.204596  9467 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:10.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.204866  9467 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:10.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.206014  9467 hybrid_clock.cc:648] HybridClock initialized: now 1783476970205983 us; error 46 us; skew 500 ppm
02:16:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.207176  9467 webserver.cc:534] Webserver started at http://127.9.24.252:38785/ using document root <none> and password file <none>
02:16:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.207373  9467 fs_manager.cc:362] Metadata directory not provided
02:16:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.207430  9467 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.207528  9467 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:10.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.208537  9467 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/data/instance:
02:16:10.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "54648e13dba8498b82470525c4d0b3d0"
02:16:10.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:10 on dist-test-slave-3cc9"
02:16:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.208933  9467 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/wal/instance:
02:16:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "54648e13dba8498b82470525c4d0b3d0"
02:16:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:10 on dist-test-slave-3cc9"
02:16:10.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.210325  9467 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.211091  9482 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.211295  9467 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.211357  9467 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/wal
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "54648e13dba8498b82470525c4d0b3d0"
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:10 on dist-test-slave-3cc9"
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.211407  9467 fs_report.cc:389] FS layout report
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/wal
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/wal
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/data/data
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:10.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:10.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:10.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:10.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:10.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:10.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:10.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:10.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:10.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.213972  9393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } attempt: 2
02:16:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.214722  9393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.24.252:40909: Network error: Client connection negotiation failed: client connection to 127.9.24.252:40909: connect: Connection refused (error 111)
02:16:10.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.231644  9467 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:10.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.231971  9467 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:10.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.232064  9467 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:10.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.236472  9467 rpc_server.cc:307] RPC server started. Bound to: 127.9.24.252:40909
02:16:10.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.236500  9534 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.24.252:40909 every 8 connection(s)
02:16:10.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.236914  9467 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/data/info.pb
02:16:10.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.237445  9535 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:16:10.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.238767  9535 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } has no permanent_uuid. Determining permanent_uuid...
02:16:10.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.239831  9464 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } attempt: 2
02:16:10.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.243777  9535 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } has no permanent_uuid. Determining permanent_uuid...
02:16:10.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.245198  9464 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349: Bootstrap starting.
02:16:10.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.245818  9464 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349: Neither blocks nor log segments found. Creating new log.
02:16:10.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.246115  9464 log.cc:826] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349: Log is configured to *not* fsync() on all Append() calls
02:16:10.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.246822  9315 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 9467
02:16:10.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.246888  9464 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349: No bootstrap required, opened a new log
02:16:10.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.246898  9315 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster2057106267585376792/master-2/wal/instance
02:16:10.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.246956  9535 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } has no permanent_uuid. Determining permanent_uuid...
02:16:10.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.248867  9464 raft_consensus.cc:359] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } }
02:16:10.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.248997  9464 raft_consensus.cc:385] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:10.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.249030  9464 raft_consensus.cc:740] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 704fc114578146a9bea1de728bd1a349, State: Initialized, Role: FOLLOWER
02:16:10.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.249130  9464 consensus_queue.cc:260] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [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: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } }
02:16:10.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.249421  9464 sys_catalog.cc:565] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [sys.catalog]: configured and running, proceeding with master startup.
02:16:10.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.250094  9542 sys_catalog.cc:455] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [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: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.250506  9542 sys_catalog.cc:458] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [sys.catalog]: This master's current role is: FOLLOWER
02:16:10.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.251610  9535 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0: Bootstrap starting.
02:16:10.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.252298  9535 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0: Neither blocks nor log segments found. Creating new log.
02:16:10.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.252558  9535 log.cc:826] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0: Log is configured to *not* fsync() on all Append() calls
02:16:10.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.252108  9396 master_runner.cc:187] Error getting master registration for 127.9.24.254:35423: OK, instance_id { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" instance_seqno: 1783476969985312 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:10.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.253947  9396 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:10.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.254367  9556 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:10.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.254456  9556 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:10.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.254959  9535 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0: No bootstrap required, opened a new log
02:16:10.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.256323  9535 raft_consensus.cc:359] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } }
02:16:10.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.256443  9535 raft_consensus.cc:385] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:10.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.256475  9535 raft_consensus.cc:740] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 54648e13dba8498b82470525c4d0b3d0, State: Initialized, Role: FOLLOWER
02:16:10.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.256565  9535 consensus_queue.cc:260] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [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: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } }
02:16:10.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.256870  9535 sys_catalog.cc:565] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [sys.catalog]: configured and running, proceeding with master startup.
02:16:10.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.259182  9574 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:10.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.259229  9574 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:10.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.259356  9560 sys_catalog.cc:455] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [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: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.259413  9560 sys_catalog.cc:458] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [sys.catalog]: This master's current role is: FOLLOWER
02:16:10.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.260244  9467 master_runner.cc:187] Error getting master registration for 127.9.24.254:35423: OK, instance_id { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" instance_seqno: 1783476969985312 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:10.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.261932  9467 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:10.265 [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:16:10.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.266603  9553 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:10.273 [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:16:10.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.274041  9571 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:10.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.284457  9315 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:16:10.285 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:10.286 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:16:10.295 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.24.254"
      port: 35423
    }
    bound_http_address {
      host: "127.9.24.254"
      port: 33133
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.24.253"
      port: 37891
    }
    bound_http_address {
      host: "127.9.24.253"
      port: 35057
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.24.252"
      port: 40909
    }
    bound_http_address {
      host: "127.9.24.252"
      port: 38785
    }
  }
}

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

02:16:10.304 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:10.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.321024  9560 raft_consensus.cc:493] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:16:10.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.321142  9560 raft_consensus.cc:515] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } }
02:16:10.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.321408  9560 leader_election.cc:290] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1af18227f26844f9a60ca8932a6f5e51 (127.9.24.254:35423), 704fc114578146a9bea1de728bd1a349 (127.9.24.253:37891)
02:16:10.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.322162  9393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } attempt: 3
02:16:10.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.322917  9438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "54648e13dba8498b82470525c4d0b3d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "704fc114578146a9bea1de728bd1a349" is_pre_election: true
02:16:10.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.323091  9438 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 54648e13dba8498b82470525c4d0b3d0 in term 0.
02:16:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.323700  9486 leader_election.cc:304] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [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: 54648e13dba8498b82470525c4d0b3d0, 704fc114578146a9bea1de728bd1a349; no voters: 
02:16:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.323848  9560 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:16:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.323895  9560 raft_consensus.cc:493] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:16:10.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.323918  9560 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 0 FOLLOWER]: Advancing to term 1
02:16:10.329 [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=70fe28ac-b22b-4278-8547-e90ee48d9041, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.326779  9560 raft_consensus.cc:515] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } }
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.326928  9560 leader_election.cc:290] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [CANDIDATE]: Term 1 election: Requested vote from peers 1af18227f26844f9a60ca8932a6f5e51 (127.9.24.254:35423), 704fc114578146a9bea1de728bd1a349 (127.9.24.253:37891)
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.327334  9438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "54648e13dba8498b82470525c4d0b3d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "704fc114578146a9bea1de728bd1a349"
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.327410  9438 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [term 0 FOLLOWER]: Advancing to term 1
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.328213  9438 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 54648e13dba8498b82470525c4d0b3d0 in term 1.
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.328445  9486 leader_election.cc:304] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [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: 54648e13dba8498b82470525c4d0b3d0, 704fc114578146a9bea1de728bd1a349; no voters: 
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.330019  9393 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51: Bootstrap starting.
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.330734  9393 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51: Neither blocks nor log segments found. Creating new log.
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.330976  9393 log.cc:826] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51: Log is configured to *not* fsync() on all Append() calls
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.331238  9560 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 1 FOLLOWER]: Leader election won for term 1
02:16:10.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.331385  9560 raft_consensus.cc:697] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [term 1 LEADER]: Becoming Leader. State: Replica: 54648e13dba8498b82470525c4d0b3d0, State: Running, Role: LEADER
02:16:10.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.331465  9560 consensus_queue.cc:237] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [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: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } }
02:16:10.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.331794  9560 sys_catalog.cc:455] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 54648e13dba8498b82470525c4d0b3d0. Latest consensus state: current_term: 1 leader_uuid: "54648e13dba8498b82470525c4d0b3d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.331856  9560 sys_catalog.cc:458] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [sys.catalog]: This master's current role is: LEADER
02:16:10.337 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:10.338 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:10.338 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a8352bd, with PersistenceManager: null will be shutdown
02:16:10.339 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a8352bd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@65eb7213 created in the thread with id: 36
02:16:10.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.337291  9393 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51: No bootstrap required, opened a new log
02:16:10.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.339438  9393 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } }
02:16:10.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.339548  9393 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:10.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.339577  9393 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1af18227f26844f9a60ca8932a6f5e51, State: Initialized, Role: FOLLOWER
02:16:10.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.340232  9393 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [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: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } }
02:16:10.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.341091  9367 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "54648e13dba8498b82470525c4d0b3d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1af18227f26844f9a60ca8932a6f5e51" is_pre_election: true
02:16:10.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.341212  9367 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 54648e13dba8498b82470525c4d0b3d0 in term 0.
02:16:10.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.341468  9366 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "54648e13dba8498b82470525c4d0b3d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1af18227f26844f9a60ca8932a6f5e51"
02:16:10.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.341519  9366 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [term 0 FOLLOWER]: Advancing to term 1
02:16:10.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.342303  9366 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 54648e13dba8498b82470525c4d0b3d0 in term 1.
02:16:10.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.341037  9393 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [sys.catalog]: configured and running, proceeding with master startup.
02:16:10.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.349256  9580 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:16:10.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.349452  9580 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:16:10.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.353159  9581 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.353550  9581 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [sys.catalog]: This master's current role is: FOLLOWER
02:16:10.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.354362  9595 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:10.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.354378  9417 tablet.cc:2406] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:16:10.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.354708  9595 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:10.354 [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:16:10.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:10.355400  9592 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:10.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.355779  9438 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [term 1 FOLLOWER]: Refusing update from remote peer 54648e13dba8498b82470525c4d0b3d0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:10.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.355971  9366 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [term 1 FOLLOWER]: Refusing update from remote peer 54648e13dba8498b82470525c4d0b3d0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:10.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.356315  9560 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:10.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.356446  9578 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:10.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.358419  9542 sys_catalog.cc:455] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 54648e13dba8498b82470525c4d0b3d0. Latest consensus state: current_term: 1 leader_uuid: "54648e13dba8498b82470525c4d0b3d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.358510  9542 sys_catalog.cc:458] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [sys.catalog]: This master's current role is: FOLLOWER
02:16:10.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.358578  9581 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 54648e13dba8498b82470525c4d0b3d0. Latest consensus state: current_term: 1 leader_uuid: "54648e13dba8498b82470525c4d0b3d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.358651  9581 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [sys.catalog]: This master's current role is: FOLLOWER
02:16:10.364 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a8352bd
02:16:10.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.365957  9560 sys_catalog.cc:455] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "54648e13dba8498b82470525c4d0b3d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.366055  9560 sys_catalog.cc:458] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [sys.catalog]: This master's current role is: LEADER
02:16:10.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.366933  9596 mvcc.cc:204] Tried to move back new op lower bound from 7305121670574616576 to 7305121670478233600. Current Snapshot: MvccSnapshot[applied={T|T < 7305121670574616576}]
02:16:10.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.367401  9599 mvcc.cc:204] Tried to move back new op lower bound from 7305121670574616576 to 7305121670478233600. Current Snapshot: MvccSnapshot[applied={T|T < 7305121670574616576}]
02:16:10.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.368278  9581 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "54648e13dba8498b82470525c4d0b3d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.368366  9581 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51 [sys.catalog]: This master's current role is: FOLLOWER
02:16:10.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.368598  9578 sys_catalog.cc:455] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "54648e13dba8498b82470525c4d0b3d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.368703  9578 sys_catalog.cc:458] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0 [sys.catalog]: This master's current role is: LEADER
02:16:10.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.369166  9542 sys_catalog.cc:455] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "54648e13dba8498b82470525c4d0b3d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1af18227f26844f9a60ca8932a6f5e51" member_type: VOTER last_known_addr { host: "127.9.24.254" port: 35423 } } peers { permanent_uuid: "704fc114578146a9bea1de728bd1a349" member_type: VOTER last_known_addr { host: "127.9.24.253" port: 37891 } } peers { permanent_uuid: "54648e13dba8498b82470525c4d0b3d0" member_type: VOTER last_known_addr { host: "127.9.24.252" port: 40909 } } }
02:16:10.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.369248  9542 sys_catalog.cc:458] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349 [sys.catalog]: This master's current role is: FOLLOWER
02:16:10.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.369758  9601 mvcc.cc:204] Tried to move back new op lower bound from 7305121670574616576 to 7305121670478233600. Current Snapshot: MvccSnapshot[applied={T|T < 7305121670574616576}]
02:16:10.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.371986  9580 catalog_manager.cc:1382] Generated new cluster ID: de3c26854982402fad106d922af3a11f
02:16:10.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.372040  9580 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:16:10.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.397221  9580 catalog_manager.cc:1405] Generated new certificate authority record
02:16:10.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.398353  9580 catalog_manager.cc:1539] Loading token signing keys...
02:16:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.435664  9580 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 54648e13dba8498b82470525c4d0b3d0: Generated new TSK 0
02:16:10.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.436254  9580 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:16:10.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.436676  9580 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
02:16:10.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:10.436995  9580 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
02:16:10.917 [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:16:10.933 [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:16:10.933 [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:16:11.092 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:11.112 [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/hive12473663031794072019/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=70fe28ac-b22b-4278-8547-e90ee48d9041, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:11.222 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12473663031794072019/external-warehouse/table
02:16:11.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:11.254877  9556 catalog_manager.cc:1294] Loaded cluster ID: de3c26854982402fad106d922af3a11f
02:16:11.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:11.254968  9556 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349: loading cluster ID for follower catalog manager: success
02:16:11.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:11.256026  9556 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349: acquiring CA information for follower catalog manager: success
02:16:11.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:11.256387  9556 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 704fc114578146a9bea1de728bd1a349: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:11.268 [INFO - Metastore-Handler-Pool: Thread-47] (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:16:11.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:11.268808  9553 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:11.276 [INFO - Metastore-Handler-Pool: Thread-48] (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:16:11.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:11.280526  9571 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:11.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:11.355355  9595 catalog_manager.cc:1294] Loaded cluster ID: de3c26854982402fad106d922af3a11f
02:16:11.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:11.355438  9595 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51: loading cluster ID for follower catalog manager: success
02:16:11.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:11.356755  9595 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51: acquiring CA information for follower catalog manager: success
02:16:11.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:11.357075  9595 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 1af18227f26844f9a60ca8932a6f5e51: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:11.364 [INFO - Metastore-Handler-Pool: Thread-49] (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:16:11.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:11.365147  9592 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:11.393 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:16:11.399 [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:16:11.404 [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:16:11.429 [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.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:11.468 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:11.473 [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/hive12473663031794072019/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.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:11.476 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12473663031794072019/external-warehouse/table
02:16:11.499 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:16:11.500 [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:16:11.501 [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:16:11.502 [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=c81f1b14-e771-4403-a721-5e8e453b9611, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:11.507 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:11.511 [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/hive12473663031794072019/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=c81f1b14-e771-4403-a721-5e8e453b9611, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:11.514 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12473663031794072019/external-warehouse/table
02:16:11.533 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
02:16:11.537 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
02:16:11.537 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
02:16:11.543 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@74d926c8
02:16:11.566 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
02:16:11.566 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
02:16:11.566 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
02:16:11.567 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
02:16:11.567 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
02:16:11.568 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
02:16:11.569 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
02:16:11.569 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
02:16:11.569 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
02:16:11.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
02:16:11.571 [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:16:11.572 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
02:16:11.572 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
02:16:11.573 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
02:16:11.573 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
02:16:11.573 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
02:16:11.573 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
02:16:11.574 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
02:16:11.574 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
02:16:11.581 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
02:16:11.624 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
02:16:11.636 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
02:16:11.658 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
02:16:11.658 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
02:16:11.667 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
02:16:11.667 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
02:16:11.716 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
02:16:11.716 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
02:16:11.716 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
02:16:11.716 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
02:16:11.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
02:16:11.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
02:16:11.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
02:16:11.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
02:16:11.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
02:16:11.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
02:16:11.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
02:16:11.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
02:16:11.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
02:16:11.731 [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:16:11.734 [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:16:11.756 [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:16:11.890 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.9.24.254:35423(127.9.24.254:35423)] connecting to peer
02:16:11.897 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 9264 (auto-detected)
02:16:11.899 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
02:16:11.899 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
02:16:11.900 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
02:16:11.901 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
02:16:11.902 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:02:ff:fe:65:da:1a (auto-detected)
02:16:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
02:16:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
02:16:11.926 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
02:16:11.933 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
02:16:11.939 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.9.24.253:37891(127.9.24.253:37891)] connecting to peer
02:16:11.941 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.9.24.252:40909(127.9.24.252:40909)] connecting to peer
02:16:11.960 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.9.24.252:40909(127.9.24.252:40909)] Successfully connected to peer
02:16:11.960 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.9.24.254:35423(127.9.24.254:35423)] Successfully connected to peer
02:16:11.961 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.9.24.253:37891(127.9.24.253:37891)] Successfully connected to peer
02:16:11.972 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
02:16:11.972 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
02:16:11.972 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@5a1b5867
02:16:11.977 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
02:16:11.977 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
02:16:11.977 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
02:16:11.977 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
02:16:11.977 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
02:16:12.054 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.24.252
02:16:12.054 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.24.253
02:16:12.054 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.24.254
02:16:12.264 [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:16:12.264 [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:16:12.269 [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:16:12.270 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:12.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:12.271349  9553 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:12.293 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:12.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:12.293865  9571 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:12.288 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xb69a8ace, L:/127.0.0.1:59876 - R:/127.9.24.253:37891] using SASL/PLAIN
02:16:12.292 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x2f27ea1d, L:/127.0.0.1:34632 - R:/127.9.24.252:40909] using SASL/PLAIN
02:16:12.290 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xcc0dba26, L:/127.0.0.1:35740 - R:/127.9.24.254:35423] using SASL/PLAIN
02:16:12.337 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:16:12.344 [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:16:12.345 [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:16:12.346 [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=0a644b11-2f10-42b4-b374-60390471f29b, 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:16:12.350 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:12.353 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive12473663031794072019/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=0a644b11-2f10-42b4-b374-60390471f29b, 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:16:12.356 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12473663031794072019/external-warehouse/table
02:16:12.367 [INFO - Metastore-Handler-Pool: Thread-59] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:12.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:12.367744  9592 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:12.378 [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:16:12.379 [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:16:12.380 [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=495b10fe-4cb4-4f94-908f-d6ef1cd924d5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:12.384 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:12.387 [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/hive12473663031794072019/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=495b10fe-4cb4-4f94-908f-d6ef1cd924d5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:12.390 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12473663031794072019/external-warehouse/table
02:16:12.482 [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:16:12.555 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:12.565 [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:16:12.720 [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:16:13.026 [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:16:13.124 [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:16:13.172 [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:16:13.274 [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:16:13.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:13.275461  9553 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:13.298 [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:16:13.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:13.299105  9571 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:13.341 [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=f5b2e580-7f30-4fa5-b8c9-85353ba352fb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:13.345 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:13.348 [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/hive12473663031794072019/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=f5b2e580-7f30-4fa5-b8c9-85353ba352fb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.24.254:35423,127.9.24.253:37891,127.9.24.252:40909}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:13.351 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12473663031794072019/external-warehouse/table
02:16:13.369 [INFO - Metastore-Handler-Pool: Thread-64] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:13.370226  9592 client.h:372] Failed to connect to Hive Metastore (localhost:43509): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:13.390 [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:16:13.418 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:13.419 [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:16:13.477 [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:16:13.503 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:16:13.504 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:16:13.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:13.504045  9315 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 9326
02:16:13.504 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6a8352bd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@65eb7213 will be shutdown
02:16:13.506 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:16:13.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:13.512892  9315 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 9396
02:16:13.515 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.9.24.254:35423(127.9.24.254:35423)] handling channelInactive
02:16:13.516 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.9.24.254:35423(127.9.24.254:35423)] cleaning up while in state READY due to: connection closed
02:16:13.519 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.9.24.253:37891(127.9.24.253:37891)] handling channelInactive
02:16:13.520 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.9.24.253:37891(127.9.24.253:37891)] cleaning up while in state READY due to: connection closed
02:16:13.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:13.519399  9315 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 9467
02:16:13.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:13.519429  9486 connection.cc:573] client connection to 127.9.24.253:37891 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:16:13.527 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.9.24.252:40909(127.9.24.252:40909)] handling channelInactive
02:16:13.527 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.9.24.252:40909(127.9.24.252:40909)] cleaning up while in state READY due to: connection closed
02:16:13.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:13Z chronyd exiting
.02:16:13.569 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:13.570 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:13.570 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:13.594 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive13969767920419519410
02:16:13.595 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:16:13.595 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:16:13.599 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:13.599 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:13.600 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:16:13.605 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:16:13.609 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:16:13.609 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:16:13.610 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:16:13.610 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:16:13.612 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
02:16:13.713 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:13.714 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
02:16:13.714 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:16:13.716 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:16:13.719 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:13.721 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:16:13.744 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:16:13.745 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:16:13.745 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:16:13.779 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:13.780 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:13.780 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:13.780 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:13.781 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:13.781 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:13.972 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:16:13.972 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c90a326, with PersistenceManager: null will be shutdown
02:16:13.973 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c90a326, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25b7c9c created in the thread with id: 65
02:16:13.975 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:16:13.976 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@c90a326
02:16:14.105 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
02:16:14.127 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
02:16:14.161 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
02:16:14.163 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
02:16:14.218 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:16:14.219 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:16:14.219 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:16:14.219 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
02:16:14.220 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:16:14.220 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [35219]...
02:16:14.220 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:16:14.220 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:16:14.220 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
02:16:14.220 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
02:16:14.597 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:14.598 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:14.598 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:14.600 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:16:14.601 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35219]
02:16:14.601 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35219) in binary transport mode
02:16:14.601 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35219) current connections: 1
02:16:14.603 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskYnrXNK/test-tmp
02:16:14.603 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:16:14.604 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskYnrXNK/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:16:14.606 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35219"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:16:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.682804  9662 mini_oidc.cc:150] Starting JWKS server
02:16:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.683322  9662 webserver.cc:534] Webserver started at http://127.0.0.1:38823/ using document root <none> and password file <none>
02:16:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.683391  9662 mini_oidc.cc:186] Starting OIDC Discovery server
02:16:14.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.683527  9662 webserver.cc:534] Webserver started at http://127.0.0.1:36341/ using document root <none> and password file <none>
02:16:14.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:14Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:16:14.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:14Z Disabled control of system clock
02:16:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.693737  9662 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:14.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/wal
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/data
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/logs
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/data/info.pb
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.111.190:40455
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.111.190
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.111.148:39197
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.111.190:40455,127.9.111.189:38817,127.9.111.188:44011
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38823/jwks.json
02:16:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35219 with env {}
02:16:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.771803  9673 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.772431  9673 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.772650  9673 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.775090  9673 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.775146  9673 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.775164  9673 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.775182  9673 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.775198  9673 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.775224  9673 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38823/jwks.json
02:16:14.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.777701  9673 master_runner.cc:387] Master server non-default flags:
02:16:14.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.111.148:39197
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/data
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/wal
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35219
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.111.190:40455,127.9.111.189:38817,127.9.111.188:44011
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.111.190:40455
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38823/jwks.json
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/data/info.pb
02:16:14.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.111.190
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9673
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/logs
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:14.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:14.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.777918  9673 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:14.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.778113  9673 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:14.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.780576  9678 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:16:14.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.780583  9679 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:16:14.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.780827  9681 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:16:14.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.781306  9673 server_base.cc:1061] running on GCE node
02:16:14.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.781544  9673 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:14.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.781824  9673 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:14.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.782976  9673 hybrid_clock.cc:648] HybridClock initialized: now 1783476974782950 us; error 45 us; skew 500 ppm
02:16:14.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.784094  9673 webserver.cc:534] Webserver started at http://127.9.111.190:41863/ using document root <none> and password file <none>
02:16:14.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.784304  9673 fs_manager.cc:362] Metadata directory not provided
02:16:14.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.784361  9673 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:14.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.784466  9673 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.785377  9673 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/data/instance:
02:16:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d1ed495f0ab547f9abbd2e6f543c5629"
02:16:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:14 on dist-test-slave-3cc9"
02:16:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.785739  9673 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/wal/instance:
02:16:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d1ed495f0ab547f9abbd2e6f543c5629"
02:16:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:14 on dist-test-slave-3cc9"
02:16:14.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.787063  9673 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
02:16:14.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.787753  9687 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.787930  9673 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.787994  9673 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/wal
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d1ed495f0ab547f9abbd2e6f543c5629"
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:14 on dist-test-slave-3cc9"
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.788050  9673 fs_report.cc:389] FS layout report
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/wal
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/wal
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/data/data
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:14.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:14.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.823122  9673 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:14.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.823501  9673 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:14.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.823627  9673 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.827611  9673 rpc_server.cc:307] RPC server started. Bound to: 127.9.111.190:40455
02:16:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.827661  9739 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.111.190:40455 every 8 connection(s)
02:16:14.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.828029  9673 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/data/info.pb
02:16:14.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.828703  9740 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:16:14.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.828794  9662 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 9673
02:16:14.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.828876  9662 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-0/wal/instance
02:16:14.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.829813  9662 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/wal
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/data
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/logs
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/data/info.pb
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.111.189:38817
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.111.189
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.111.148:39197
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.111.190:40455,127.9.111.189:38817,127.9.111.188:44011
02:16:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38823/jwks.json
02:16:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35219 with env {}
02:16:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.830674  9740 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } has no permanent_uuid. Determining permanent_uuid...
02:16:14.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.840281  9740 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } has no permanent_uuid. Determining permanent_uuid...
02:16:14.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.840788  9689 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.111.189:38817: connect: Connection refused (error 111)
02:16:14.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.841291  9740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.111.189:38817: Network error: Client connection negotiation failed: client connection to 127.9.111.189:38817: connect: Connection refused (error 111)
02:16:14.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.890496  9740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } attempt: 1
02:16:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.891461  9740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.111.189:38817: Network error: Client connection negotiation failed: client connection to 127.9.111.189:38817: connect: Connection refused (error 111)
02:16:14.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.907239  9741 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.907400  9741 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:14.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.907420  9741 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.909502  9741 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.909560  9741 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.909581  9741 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.909600  9741 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.909617  9741 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:14.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.909633  9741 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38823/jwks.json
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.911931  9741 master_runner.cc:387] Master server non-default flags:
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.111.148:39197
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/data
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/wal
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35219
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.111.190:40455,127.9.111.189:38817,127.9.111.188:44011
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.111.189:38817
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38823/jwks.json
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/data/info.pb
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.111.189
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9741
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/logs
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:14.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.912185  9741 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:14.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.912436  9741 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:14.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.914848  9749 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:16:14.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.914911  9752 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:16:14.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.914968  9750 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:16:14.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.915014  9741 server_base.cc:1061] running on GCE node
02:16:14.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.915337  9741 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:14.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.915606  9741 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:14.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.916811  9741 hybrid_clock.cc:648] HybridClock initialized: now 1783476974916786 us; error 41 us; skew 500 ppm
02:16:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.917888  9741 webserver.cc:534] Webserver started at http://127.9.111.189:35055/ using document root <none> and password file <none>
02:16:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.918108  9741 fs_manager.cc:362] Metadata directory not provided
02:16:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.918176  9741 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:14.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.918309  9741 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.919129  9741 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/data/instance:
02:16:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113"
02:16:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:14 on dist-test-slave-3cc9"
02:16:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.919502  9741 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/wal/instance:
02:16:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113"
02:16:14.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:14 on dist-test-slave-3cc9"
02:16:14.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.920682  9741 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:16:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.921351  9758 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.921519  9741 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:16:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.921597  9741 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/wal
02:16:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113"
02:16:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:14 on dist-test-slave-3cc9"
02:16:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.921654  9741 fs_report.cc:389] FS layout report
02:16:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:14.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/wal
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/wal
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/data/data
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:14.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:14.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.954181  9741 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:14.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.954563  9741 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:14.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.954723  9741 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:14.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.958704  9741 rpc_server.cc:307] RPC server started. Bound to: 127.9.111.189:38817
02:16:14.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.958738  9810 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.111.189:38817 every 8 connection(s)
02:16:14.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.959095  9741 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/data/info.pb
02:16:14.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.959640  9811 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:16:14.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.959622  9740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } attempt: 2
02:16:14.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.961761  9811 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } has no permanent_uuid. Determining permanent_uuid...
02:16:14.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.964744  9740 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } has no permanent_uuid. Determining permanent_uuid...
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.964951  9662 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 9741
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.965019  9662 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-1/wal/instance
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.965443  9662 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/wal
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/data
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:14.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/logs
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/data/info.pb
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.111.188:44011
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.111.188
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.111.148:39197
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.111.190:40455,127.9.111.189:38817,127.9.111.188:44011
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38823/jwks.json
02:16:14.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35219 with env {}
02:16:14.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.965835  9740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.111.188:44011: Network error: Client connection negotiation failed: client connection to 127.9.111.188:44011: connect: Connection refused (error 111)
02:16:14.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.965898  9811 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } has no permanent_uuid. Determining permanent_uuid...
02:16:14.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:14.968554  9811 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } has no permanent_uuid. Determining permanent_uuid...
02:16:14.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.968925  9759 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.111.188:44011: connect: Connection refused (error 111)
02:16:14.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:14.969511  9811 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.111.188:44011: Network error: Client connection negotiation failed: client connection to 127.9.111.188:44011: connect: Connection refused (error 111)
02:16:15.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.008973  9740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } attempt: 1
02:16:15.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.009824  9740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.111.188:44011: Network error: Client connection negotiation failed: client connection to 127.9.111.188:44011: connect: Connection refused (error 111)
02:16:15.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.018689  9811 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } attempt: 1
02:16:15.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.019543  9811 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.111.188:44011: Network error: Client connection negotiation failed: client connection to 127.9.111.188:44011: connect: Connection refused (error 111)
02:16:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.042663  9814 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.042821  9814 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.042840  9814 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.044240  9814 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.044276  9814 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.044289  9814 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.044301  9814 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.044313  9814 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.044324  9814 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38823/jwks.json
02:16:15.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.045805  9814 master_runner.cc:387] Master server non-default flags:
02:16:15.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.111.148:39197
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/data
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/wal
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35219
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.111.190:40455,127.9.111.189:38817,127.9.111.188:44011
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.111.188:44011
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38823/jwks.json
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/data/info.pb
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.111.188
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9814
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/logs
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.045977  9814 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:15.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.046144  9814 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.048343  9821 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:16:15.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.048343  9823 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:16:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.048352  9820 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:16:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.048367  9814 server_base.cc:1061] running on GCE node
02:16:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.049031  9814 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.049305  9814 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:15.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.050452  9814 hybrid_clock.cc:648] HybridClock initialized: now 1783476975050438 us; error 36 us; skew 500 ppm
02:16:15.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.051537  9814 webserver.cc:534] Webserver started at http://127.9.111.188:35715/ using document root <none> and password file <none>
02:16:15.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.051750  9814 fs_manager.cc:362] Metadata directory not provided
02:16:15.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.051834  9814 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:15.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.051941  9814 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.052830  9814 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/data/instance:
02:16:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "edde3192f8b6432da3c75d8c0a305aaa"
02:16:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:15 on dist-test-slave-3cc9"
02:16:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.053177  9814 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/wal/instance:
02:16:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "edde3192f8b6432da3c75d8c0a305aaa"
02:16:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:15 on dist-test-slave-3cc9"
02:16:15.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.054384  9814 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.055087  9829 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.055271  9814 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.055357  9814 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/wal
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "edde3192f8b6432da3c75d8c0a305aaa"
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:15 on dist-test-slave-3cc9"
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.055414  9814 fs_report.cc:389] FS layout report
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/wal
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/wal
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/data/data
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:15.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:15.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.056975  9740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } attempt: 2
02:16:15.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.057657  9740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.111.188:44011: Network error: Client connection negotiation failed: client connection to 127.9.111.188:44011: connect: Connection refused (error 111)
02:16:15.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.083669  9814 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:15.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.084036  9814 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:15.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.084142  9814 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:15.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.087697  9811 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } attempt: 2
02:16:15.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.088452  9814 rpc_server.cc:307] RPC server started. Bound to: 127.9.111.188:44011
02:16:15.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.088475  9881 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.111.188:44011 every 8 connection(s)
02:16:15.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.088487  9811 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.111.188:44011: Network error: Client connection negotiation failed: client connection to 127.9.111.188:44011: connect: Connection refused (error 111)
02:16:15.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.088850  9814 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/data/info.pb
02:16:15.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.089342  9882 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:16:15.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.090525  9662 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 9814
02:16:15.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.090600  9662 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11025133425142905005/master-2/wal/instance
02:16:15.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.090634  9882 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } has no permanent_uuid. Determining permanent_uuid...
02:16:15.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.095283  9882 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } has no permanent_uuid. Determining permanent_uuid...
02:16:15.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.098560  9882 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } has no permanent_uuid. Determining permanent_uuid...
02:16:15.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.102164  9882 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa: Bootstrap starting.
02:16:15.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.102826  9882 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa: Neither blocks nor log segments found. Creating new log.
02:16:15.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.102831  9662 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:16:15.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.103073  9882 log.cc:826] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa: Log is configured to *not* fsync() on all Append() calls
02:16:15.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.103713  9882 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa: No bootstrap required, opened a new log
02:16:15.103 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:15.104 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:16:15.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.105016  9882 raft_consensus.cc:359] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } }
02:16:15.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.105156  9882 raft_consensus.cc:385] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:15.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.105189  9882 raft_consensus.cc:740] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: edde3192f8b6432da3c75d8c0a305aaa, State: Initialized, Role: FOLLOWER
02:16:15.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.105289  9882 consensus_queue.cc:260] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [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: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } }
02:16:15.104 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.111.190"
      port: 40455
    }
    bound_http_address {
      host: "127.9.111.190"
      port: 41863
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.111.189"
      port: 38817
    }
    bound_http_address {
      host: "127.9.111.189"
      port: 35055
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.111.188"
      port: 44011
    }
    bound_http_address {
      host: "127.9.111.188"
      port: 35715
    }
  }
}

02:16:15.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.105592  9882 sys_catalog.cc:565] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [sys.catalog]: configured and running, proceeding with master startup.
02:16:15.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.106117  9887 sys_catalog.cc:455] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [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: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.105 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:16:15.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.106212  9887 sys_catalog.cc:458] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [sys.catalog]: This master's current role is: FOLLOWER
02:16:15.106 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:15.108 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=d78186e0-fcad-48ef-87ec-7b9e78bf6703, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.111.190:40455,127.9.111.188:44011,127.9.111.189:38817}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:15.108 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:15.111 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:15.111 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:15.112 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3988408d, with PersistenceManager: null will be shutdown
02:16:15.112 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3988408d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5ac90f4e created in the thread with id: 86
02:16:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.108721  9901 catalog_manager.cc:1593] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.114809  9901 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.110249  9898 client.h:372] Failed to connect to Hive Metastore (localhost:35219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:15.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.115495  9814 master_runner.cc:187] Error getting master registration for 127.9.111.190:40455: OK, instance_id { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" instance_seqno: 1783476974826589 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:15.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.117503  9814 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:15.120 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3988408d
02:16:15.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.164783  9740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } attempt: 3
02:16:15.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.169588  9740 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629: Bootstrap starting.
02:16:15.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.170320  9740 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629: Neither blocks nor log segments found. Creating new log.
02:16:15.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.170601  9740 log.cc:826] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629: Log is configured to *not* fsync() on all Append() calls
02:16:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.179085  9740 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629: No bootstrap required, opened a new log
02:16:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.179629  9811 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } attempt: 3
02:16:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.181043  9740 raft_consensus.cc:359] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } }
02:16:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.181169  9740 raft_consensus.cc:385] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.181197  9740 raft_consensus.cc:740] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d1ed495f0ab547f9abbd2e6f543c5629, State: Initialized, Role: FOLLOWER
02:16:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.181301  9740 consensus_queue.cc:260] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [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: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } }
02:16:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.181609  9740 sys_catalog.cc:565] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [sys.catalog]: configured and running, proceeding with master startup.
02:16:15.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.186640  9673 master_runner.cc:187] Error getting master registration for 127.9.111.189:38817: OK, instance_id { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" instance_seqno: 1783476974957646 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:15.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.188383  9673 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:15.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.191849  9811 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113: Bootstrap starting.
02:16:15.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.192589  9811 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113: Neither blocks nor log segments found. Creating new log.
02:16:15.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.192898  9811 log.cc:826] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113: Log is configured to *not* fsync() on all Append() calls
02:16:15.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.196873  9906 sys_catalog.cc:455] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [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: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.197232  9906 sys_catalog.cc:458] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [sys.catalog]: This master's current role is: FOLLOWER
02:16:15.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.199150  9920 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:15.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.199777  9920 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:15.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.200321  9811 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113: No bootstrap required, opened a new log
02:16:15.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.202463  9811 raft_consensus.cc:359] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } }
02:16:15.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.202580  9811 raft_consensus.cc:385] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:15.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.202608  9811 raft_consensus.cc:740] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a23ee1ce4cfc4e5d91c0fbafd3f1b113, State: Initialized, Role: FOLLOWER
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.202704  9811 consensus_queue.cc:260] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [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: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } }
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.203012  9811 sys_catalog.cc:565] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [sys.catalog]: configured and running, proceeding with master startup.
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.203753  9887 raft_consensus.cc:493] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.203878  9887 raft_consensus.cc:515] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } }
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.204133  9887 leader_election.cc:290] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d1ed495f0ab547f9abbd2e6f543c5629 (127.9.111.190:40455), a23ee1ce4cfc4e5d91c0fbafd3f1b113 (127.9.111.189:38817)
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.204478  9785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "edde3192f8b6432da3c75d8c0a305aaa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" is_pre_election: true
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.204612  9785 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate edde3192f8b6432da3c75d8c0a305aaa in term 0.
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.205042  9714 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "edde3192f8b6432da3c75d8c0a305aaa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" is_pre_election: true
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.205163  9714 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate edde3192f8b6432da3c75d8c0a305aaa in term 0.
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.205379  9764 tablet.cc:2406] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:16:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.205623  9831 leader_election.cc:304] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [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: a23ee1ce4cfc4e5d91c0fbafd3f1b113, edde3192f8b6432da3c75d8c0a305aaa; no voters: 
02:16:15.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.206009  9887 raft_consensus.cc:2804] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 0 FOLLOWER]: Leader pre-election won for term 1
02:16:15.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.206068  9887 raft_consensus.cc:493] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:16:15.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.206091  9887 raft_consensus.cc:3060] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 0 FOLLOWER]: Advancing to term 1
02:16:15.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.206972  9887 raft_consensus.cc:515] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } }
02:16:15.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.207106  9887 leader_election.cc:290] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [CANDIDATE]: Term 1 election: Requested vote from peers d1ed495f0ab547f9abbd2e6f543c5629 (127.9.111.190:40455), a23ee1ce4cfc4e5d91c0fbafd3f1b113 (127.9.111.189:38817)
02:16:15.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.207432  9785 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "edde3192f8b6432da3c75d8c0a305aaa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113"
02:16:15.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.207497  9785 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [term 0 FOLLOWER]: Advancing to term 1
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.207887  9714 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "edde3192f8b6432da3c75d8c0a305aaa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d1ed495f0ab547f9abbd2e6f543c5629"
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.207971  9714 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [term 0 FOLLOWER]: Advancing to term 1
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.208359  9785 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate edde3192f8b6432da3c75d8c0a305aaa in term 1.
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.208552  9831 leader_election.cc:304] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [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: a23ee1ce4cfc4e5d91c0fbafd3f1b113, edde3192f8b6432da3c75d8c0a305aaa; no voters: 
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.208811  9714 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate edde3192f8b6432da3c75d8c0a305aaa in term 1.
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.208866  9887 raft_consensus.cc:2804] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 1 FOLLOWER]: Leader election won for term 1
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.209012  9887 raft_consensus.cc:697] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [term 1 LEADER]: Becoming Leader. State: Replica: edde3192f8b6432da3c75d8c0a305aaa, State: Running, Role: LEADER
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.209096  9887 consensus_queue.cc:237] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [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: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } }
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.209486  9887 sys_catalog.cc:455] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [sys.catalog]: SysCatalogTable state changed. Reason: New leader edde3192f8b6432da3c75d8c0a305aaa. Latest consensus state: current_term: 1 leader_uuid: "edde3192f8b6432da3c75d8c0a305aaa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.209571  9887 sys_catalog.cc:458] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [sys.catalog]: This master's current role is: LEADER
02:16:15.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.209836  9741 master_runner.cc:233] Existing masters have differing terms: 0 vs 1
02:16:15.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.209875  9938 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:15.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.209903  9741 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:15.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.211303  9924 sys_catalog.cc:455] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.211552  9924 sys_catalog.cc:458] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [sys.catalog]: This master's current role is: FOLLOWER
02:16:15.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.209910  9938 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:15.219 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:15.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.220296  9917 client.h:372] Failed to connect to Hive Metastore (localhost:35219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:15.226 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:15.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.226362  9941 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:16:15.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.226596  9941 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:16:15.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.233958  9714 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [term 1 FOLLOWER]: Refusing update from remote peer edde3192f8b6432da3c75d8c0a305aaa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:15.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.234565  9939 consensus_queue.cc:1048] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [LEADER]: Connected to new peer: Peer: permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:15.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.236007  9906 sys_catalog.cc:455] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [sys.catalog]: SysCatalogTable state changed. Reason: New leader edde3192f8b6432da3c75d8c0a305aaa. Latest consensus state: current_term: 1 leader_uuid: "edde3192f8b6432da3c75d8c0a305aaa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.236111  9906 sys_catalog.cc:458] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [sys.catalog]: This master's current role is: FOLLOWER
02:16:15.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:15.232573  9935 client.h:372] Failed to connect to Hive Metastore (localhost:35219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:15.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.238145  9785 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [term 1 FOLLOWER]: Refusing update from remote peer edde3192f8b6432da3c75d8c0a305aaa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:15.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.239205  9939 consensus_queue.cc:1048] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.241878  9924 sys_catalog.cc:455] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [sys.catalog]: SysCatalogTable state changed. Reason: New leader edde3192f8b6432da3c75d8c0a305aaa. Latest consensus state: current_term: 1 leader_uuid: "edde3192f8b6432da3c75d8c0a305aaa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.241977  9924 sys_catalog.cc:458] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [sys.catalog]: This master's current role is: FOLLOWER
02:16:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.242865  9944 mvcc.cc:204] Tried to move back new op lower bound from 7305121690555240448 to 7305121690457042944. Current Snapshot: MvccSnapshot[applied={T|T < 7305121690555240448}]
02:16:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.243325  9887 sys_catalog.cc:455] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "edde3192f8b6432da3c75d8c0a305aaa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.243428  9887 sys_catalog.cc:458] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [sys.catalog]: This master's current role is: LEADER
02:16:15.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.244042  9906 sys_catalog.cc:455] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "edde3192f8b6432da3c75d8c0a305aaa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.244131  9906 sys_catalog.cc:458] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629 [sys.catalog]: This master's current role is: FOLLOWER
02:16:15.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.245085  9945 mvcc.cc:204] Tried to move back new op lower bound from 7305121690555240448 to 7305121690457042944. Current Snapshot: MvccSnapshot[applied={T|T < 7305121690555240448}]
02:16:15.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.247884  9941 catalog_manager.cc:1382] Generated new cluster ID: eda18098f9b541c5aae1e11ed374a168
02:16:15.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.247962  9941 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:16:15.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.274003  9950 sys_catalog.cc:455] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "edde3192f8b6432da3c75d8c0a305aaa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.274175  9950 sys_catalog.cc:458] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa [sys.catalog]: This master's current role is: LEADER
02:16:15.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.275189  9924 sys_catalog.cc:455] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "edde3192f8b6432da3c75d8c0a305aaa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d1ed495f0ab547f9abbd2e6f543c5629" member_type: VOTER last_known_addr { host: "127.9.111.190" port: 40455 } } peers { permanent_uuid: "a23ee1ce4cfc4e5d91c0fbafd3f1b113" member_type: VOTER last_known_addr { host: "127.9.111.189" port: 38817 } } peers { permanent_uuid: "edde3192f8b6432da3c75d8c0a305aaa" member_type: VOTER last_known_addr { host: "127.9.111.188" port: 44011 } } }
02:16:15.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.275285  9924 sys_catalog.cc:458] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113 [sys.catalog]: This master's current role is: FOLLOWER
02:16:15.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.275846  9947 mvcc.cc:204] Tried to move back new op lower bound from 7305121690555240448 to 7305121690457042944. Current Snapshot: MvccSnapshot[applied={T|T < 7305121690555240448}]
02:16:15.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.308904  9941 catalog_manager.cc:1405] Generated new certificate authority record
02:16:15.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.313737  9941 catalog_manager.cc:1539] Loading token signing keys...
02:16:15.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.327610  9941 catalog_manager.cc:6069] T 00000000000000000000000000000000 P edde3192f8b6432da3c75d8c0a305aaa: Generated new TSK 0
02:16:15.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.328102  9941 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:16:15.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.328429  9941 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
02:16:15.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:15.328685  9941 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
02:16:15.586 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:16:15.593 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:16:15.593 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:16:15.663 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:15.668 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive13969767920419519410/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=d78186e0-fcad-48ef-87ec-7b9e78bf6703, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.111.190:40455,127.9.111.188:44011,127.9.111.189:38817}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:15.671 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13969767920419519410/external-warehouse/table
02:16:15.772 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:15.816 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:15.819 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:15.951 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:16:16.119 [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:16:16.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:16.120532  9898 client.h:372] Failed to connect to Hive Metastore (localhost:35219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:16.158 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:16:16.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:16.200383  9920 catalog_manager.cc:1294] Loaded cluster ID: eda18098f9b541c5aae1e11ed374a168
02:16:16.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:16.200464  9920 catalog_manager.cc:1587] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629: loading cluster ID for follower catalog manager: success
02:16:16.202 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:16:16.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:16.202214  9920 catalog_manager.cc:1609] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629: acquiring CA information for follower catalog manager: success
02:16:16.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:16.202557  9920 catalog_manager.cc:1637] T 00000000000000000000000000000000 P d1ed495f0ab547f9abbd2e6f543c5629: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:16.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:16.212281  9938 catalog_manager.cc:1294] Loaded cluster ID: eda18098f9b541c5aae1e11ed374a168
02:16:16.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:16.212385  9938 catalog_manager.cc:1587] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113: loading cluster ID for follower catalog manager: success
02:16:16.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:16.213727  9938 catalog_manager.cc:1609] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113: acquiring CA information for follower catalog manager: success
02:16:16.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:16.214044  9938 catalog_manager.cc:1637] T 00000000000000000000000000000000 P a23ee1ce4cfc4e5d91c0fbafd3f1b113: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:16.224 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:16.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:16.225039  9917 client.h:372] Failed to connect to Hive Metastore (localhost:35219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:16.230 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:16:16.247 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:16.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:16.248221  9935 client.h:372] Failed to connect to Hive Metastore (localhost:35219): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:16.348 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
02:16:16.349 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:16:16.351 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.9.111.190:40455(127.9.111.190:40455)] connecting to peer
02:16:16.352 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.9.111.188:44011(127.9.111.188:44011)] connecting to peer
02:16:16.355 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.9.111.190:40455(127.9.111.190:40455)] Successfully connected to peer
02:16:16.357 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.9.111.189:38817(127.9.111.189:38817)] connecting to peer
02:16:16.358 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.9.111.188:44011(127.9.111.188:44011)] Successfully connected to peer
02:16:16.363 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.111.190
02:16:16.366 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.9.111.189:38817(127.9.111.189:38817)] Successfully connected to peer
02:16:16.391 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.111.189
02:16:16.404 [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:16:16.416 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.9.111.188
02:16:16.431 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xff46a07d, L:/127.0.0.1:52186 - R:/127.9.111.190:40455] using SASL/PLAIN
02:16:16.466 [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:16:16.471 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x34d16e28, L:/127.0.0.1:46616 - R:/127.9.111.189:38817] using SASL/PLAIN
02:16:16.486 [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:16:16.505 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x23fdb966, L:/127.0.0.1:52774 - R:/127.9.111.188:44011] using SASL/PLAIN
02:16:16.510 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:16:16.517 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:16:16.518 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:16.544 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:16.546 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:16.593 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:16:16.610 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:16:16.611 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=d78186e0-fcad-48ef-87ec-7b9e78bf6703, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.111.190:40455,127.9.111.188:44011,127.9.111.189:38817}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:16.614 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:16.616 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive13969767920419519410/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=d78186e0-fcad-48ef-87ec-7b9e78bf6703, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.111.190:40455,127.9.111.188:44011,127.9.111.189:38817}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:16.618 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13969767920419519410/external-warehouse/table
02:16:16.649 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:16.662 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:16.663 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:16.684 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:16:16.701 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:16.704 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:16.706 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive13969767920419519410/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:16:16.707 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive13969767920419519410/external-warehouse/table specified for non-external table:table
02:16:16.708 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13969767920419519410/external-warehouse/table
02:16:16.730 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:16.743 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:16.744 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:16.762 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:16:16.778 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

02:16:16.908 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:16.920 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:16.921 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:16.941 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:16:16.958 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:16.960 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:16.963 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive13969767920419519410/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:16:16.965 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13969767920419519410/external-warehouse/table
02:16:16.984 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:16.995 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:16.996 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:17.027 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:16:17.042 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:16:17.042 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:16:17.042 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3988408d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5ac90f4e will be shutdown
02:16:17.042 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:16:17.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:17.042573  9662 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 9673
02:16:17.051 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.9.111.190:40455(127.9.111.190:40455)] handling channelInactive
02:16:17.051 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.9.111.190:40455(127.9.111.190:40455)] cleaning up while in state READY due to: connection closed
02:16:17.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:17.050747  9662 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 9741
02:16:17.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:17.056604  9662 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 9814
02:16:17.057 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.9.111.189:38817(127.9.111.189:38817)] handling channelInactive
02:16:17.057 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.9.111.189:38817(127.9.111.189:38817)] cleaning up while in state READY due to: connection closed
02:16:17.062 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.9.111.188:44011(127.9.111.188:44011)] handling channelInactive
02:16:17.063 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.9.111.188:44011(127.9.111.188:44011)] cleaning up while in state READY due to: connection closed
02:16:17.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:17Z chronyd exiting
.02:16:17.105 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:17.105 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:17.106 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:17.132 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive13852362970372967637
02:16:17.133 [INFO - Thread-68] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:16:17.133 [INFO - Thread-68] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:16:17.136 [INFO - Thread-68] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:17.136 [INFO - Thread-68] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:17.136 [INFO - Thread-68] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:16:17.137 [INFO - Thread-68] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:16:17.139 [INFO - Thread-68] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:16:17.139 [INFO - Thread-68] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:16:17.140 [INFO - Thread-68] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:16:17.140 [INFO - Thread-68] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:16:17.141 [INFO - Thread-68] (HikariDataSource.java:80) objectstore - Starting...
02:16:17.226 [INFO - Thread-68] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:17.226 [INFO - Thread-68] (HikariDataSource.java:82) objectstore - Start completed.
02:16:17.227 [INFO - Thread-68] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:16:17.228 [INFO - Thread-68] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:16:17.230 [INFO - Thread-68] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:17.231 [INFO - Thread-68] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:16:17.246 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:16:17.247 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:16:17.247 [INFO - Thread-68] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:16:17.272 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:17.273 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:17.273 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:17.274 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:17.274 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:17.274 [WARN - Thread-68] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:17.479 [INFO - Thread-68] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:16:17.479 [INFO - Thread-68] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@214a0664, with PersistenceManager: null will be shutdown
02:16:17.480 [INFO - Thread-68] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@214a0664, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@754e015e created in the thread with id: 104
02:16:17.481 [WARN - Thread-68] (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:16:17.482 [INFO - Thread-68] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@214a0664
02:16:17.587 [INFO - Thread-68] (HMSHandler.java:595) Started creating a default database with name: default
02:16:17.605 [INFO - Thread-68] (HMSHandler.java:605) Successfully created a default database with name: default
02:16:17.633 [INFO - Thread-68] (HMSHandler.java:668) Added admin role in metastore
02:16:17.635 [INFO - Thread-68] (HMSHandler.java:677) Added public role in metastore
02:16:17.667 [INFO - Thread-68] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:16:17.668 [INFO - Thread-68] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:16:17.668 [INFO - Thread-68] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:16:17.668 [INFO - Thread-68] (HiveMetaStore.java:697) Direct SQL optimization = true
02:16:17.680 [WARN - Thread-68] (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:16:17.681 [INFO - Thread-68] (HiveMetaStore.java:632) Started the new metaserver on port [35737]...
02:16:17.681 [INFO - Thread-68] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:16:17.681 [INFO - Thread-68] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:16:17.681 [INFO - Thread-68] (HiveMetaStore.java:635) TCP keepalive = true
02:16:17.681 [INFO - Thread-68] (HiveMetaStore.java:636) Enable SSL = false
02:16:18.135 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:18.135 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:18.136 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:18.138 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:16:18.138 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35737]
02:16:18.139 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35737) in binary transport mode
02:16:18.139 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35737) current connections: 1
02:16:18.140 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskYnrXNK/test-tmp
02:16:18.141 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:16:18.141 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskYnrXNK/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:16:18.143 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35737"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:16:18.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.218225  9997 mini_oidc.cc:150] Starting JWKS server
02:16:18.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.218772  9997 webserver.cc:534] Webserver started at http://127.0.0.1:45017/ using document root <none> and password file <none>
02:16:18.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.218838  9997 mini_oidc.cc:186] Starting OIDC Discovery server
02:16:18.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.218947  9997 webserver.cc:534] Webserver started at http://127.0.0.1:41683/ using document root <none> and password file <none>
02:16:18.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:18Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:16:18.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:18Z Disabled control of system clock
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.229899  9997 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/wal
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/data
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/logs
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/data/info.pb
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.195.126:42521
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.195.126
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.195.84:35629
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.195.126:42521,127.9.195.125:39447,127.9.195.124:36087
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45017/jwks.json
02:16:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35737 with env {}
02:16:18.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.305452 10008 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:18.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.305619 10008 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:18.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.305639 10008 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.307057 10008 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.307096 10008 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.307108 10008 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.307119 10008 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.307132 10008 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:18.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.307142 10008 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45017/jwks.json
02:16:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.308615 10008 master_runner.cc:387] Master server non-default flags:
02:16:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.195.84:35629
02:16:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/data
02:16:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/wal
02:16:18.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35737
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.195.126:42521,127.9.195.125:39447,127.9.195.124:36087
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.195.126:42521
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45017/jwks.json
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/data/info.pb
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.195.126
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10008
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/logs
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.308848 10008 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:18.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.309031 10008 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:18.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.311092 10016 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:16:18.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.311316 10008 server_base.cc:1061] running on GCE node
02:16:18.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.311187 10013 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:16:18.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.311197 10014 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:16:18.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.311625 10008 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:18.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.311894 10008 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:18.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.313051 10008 hybrid_clock.cc:648] HybridClock initialized: now 1783476978313034 us; error 26 us; skew 500 ppm
02:16:18.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.314179 10008 webserver.cc:534] Webserver started at http://127.9.195.126:43979/ using document root <none> and password file <none>
02:16:18.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.314404 10008 fs_manager.cc:362] Metadata directory not provided
02:16:18.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.314487 10008 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:18.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.314592 10008 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:18.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.315434 10008 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/data/instance:
02:16:18.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdbe2d9e72df47de9ac50da54d9c0c81"
02:16:18.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:18 on dist-test-slave-3cc9"
02:16:18.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.315778 10008 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/wal/instance:
02:16:18.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdbe2d9e72df47de9ac50da54d9c0c81"
02:16:18.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:18 on dist-test-slave-3cc9"
02:16:18.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.316990 10008 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
02:16:18.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.317696 10022 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:18.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.317863 10008 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.317951 10008 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/wal
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bdbe2d9e72df47de9ac50da54d9c0c81"
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:18 on dist-test-slave-3cc9"
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.318010 10008 fs_report.cc:389] FS layout report
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/wal
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/wal
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/data/data
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:18.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:18.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.325625 10008 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:18.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.325930 10008 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:18.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.326081 10008 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:18.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.330087 10008 rpc_server.cc:307] RPC server started. Bound to: 127.9.195.126:42521
02:16:18.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.330116 10074 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.195.126:42521 every 8 connection(s)
02:16:18.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.330461 10008 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/data/info.pb
02:16:18.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.331033 10075 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:16:18.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.332211 10075 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } has no permanent_uuid. Determining permanent_uuid...
02:16:18.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.333626  9997 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10008
02:16:18.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.333724  9997 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-0/wal/instance
02:16:18.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.334482  9997 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:18.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:18.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/wal
02:16:18.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/data
02:16:18.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:18.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:18.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:18.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/logs
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/data/info.pb
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.195.125:39447
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.195.125
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.195.84:35629
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.195.126:42521,127.9.195.125:39447,127.9.195.124:36087
02:16:18.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:18.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45017/jwks.json
02:16:18.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35737 with env {}
02:16:18.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.337208 10075 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } has no permanent_uuid. Determining permanent_uuid...
02:16:18.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.337576 10026 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.195.125:39447: connect: Connection refused (error 111)
02:16:18.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.338016 10075 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.195.125:39447: Network error: Client connection negotiation failed: client connection to 127.9.195.125:39447: connect: Connection refused (error 111)
02:16:18.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.387220 10075 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } attempt: 1
02:16:18.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.388043 10075 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.195.125:39447: Network error: Client connection negotiation failed: client connection to 127.9.195.125:39447: connect: Connection refused (error 111)
02:16:18.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.409758 10078 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:18.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.409938 10078 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:18.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.409960 10078 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:18.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.411419 10078 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:18.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.411458 10078 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:18.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.411471 10078 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:18.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.411484 10078 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:18.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.411496 10078 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:18.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.411507 10078 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45017/jwks.json
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.413039 10078 master_runner.cc:387] Master server non-default flags:
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.195.84:35629
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/data
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/wal
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35737
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.195.126:42521,127.9.195.125:39447,127.9.195.124:36087
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.195.125:39447
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45017/jwks.json
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/data/info.pb
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.195.125
02:16:18.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10078
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/logs
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.413245 10078 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:18.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.413419 10078 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:18.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.415870 10085 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:16:18.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.415885 10087 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:16:18.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.416232 10078 server_base.cc:1061] running on GCE node
02:16:18.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.415884 10084 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:16:18.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.416761 10078 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:18.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.417032 10078 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:18.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.418180 10078 hybrid_clock.cc:648] HybridClock initialized: now 1783476978418152 us; error 43 us; skew 500 ppm
02:16:18.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.419407 10078 webserver.cc:534] Webserver started at http://127.9.195.125:32801/ using document root <none> and password file <none>
02:16:18.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.419615 10078 fs_manager.cc:362] Metadata directory not provided
02:16:18.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.419692 10078 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:18.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.419795 10078 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:18.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.420639 10078 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/data/instance:
02:16:18.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5b7d137c56544a40a8da35a608fb1f35"
02:16:18.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:18 on dist-test-slave-3cc9"
02:16:18.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.421015 10078 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/wal/instance:
02:16:18.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5b7d137c56544a40a8da35a608fb1f35"
02:16:18.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:18 on dist-test-slave-3cc9"
02:16:18.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.422300 10078 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.422999 10093 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.423149 10078 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.423205 10078 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/wal
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5b7d137c56544a40a8da35a608fb1f35"
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:18 on dist-test-slave-3cc9"
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.423246 10078 fs_report.cc:389] FS layout report
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/wal
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/wal
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/data/data
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:18.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.435256 10078 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:18.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.435536 10078 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:18.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.435621 10078 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:18.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.439345 10078 rpc_server.cc:307] RPC server started. Bound to: 127.9.195.125:39447
02:16:18.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.439412 10145 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.195.125:39447 every 8 connection(s)
02:16:18.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.439632 10078 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/data/info.pb
02:16:18.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.440097 10146 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:16:18.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.441324 10146 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } has no permanent_uuid. Determining permanent_uuid...
02:16:18.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.445834 10146 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } has no permanent_uuid. Determining permanent_uuid...
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.448980 10146 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } has no permanent_uuid. Determining permanent_uuid...
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.449021  9997 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10078
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.449103  9997 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-1/wal/instance
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.449491  9997 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/wal
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/data
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:18.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/logs
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/data/info.pb
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.195.124:36087
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.195.124
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.195.84:35629
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.195.126:42521,127.9.195.125:39447,127.9.195.124:36087
02:16:18.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:18.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45017/jwks.json
02:16:18.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35737 with env {}
02:16:18.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.451093 10095 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.195.124:36087: connect: Connection refused (error 111)
02:16:18.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.451558 10146 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.195.124:36087: Network error: Client connection negotiation failed: client connection to 127.9.195.124:36087: connect: Connection refused (error 111)
02:16:18.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.456207 10075 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } attempt: 2
02:16:18.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.459282 10075 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } has no permanent_uuid. Determining permanent_uuid...
02:16:18.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.459897 10075 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.195.124:36087: Network error: Client connection negotiation failed: client connection to 127.9.195.124:36087: connect: Connection refused (error 111)
02:16:18.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.500825 10146 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } attempt: 1
02:16:18.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.501715 10146 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.195.124:36087: Network error: Client connection negotiation failed: client connection to 127.9.195.124:36087: connect: Connection refused (error 111)
02:16:18.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.503060 10075 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } attempt: 1
02:16:18.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.503782 10075 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.195.124:36087: Network error: Client connection negotiation failed: client connection to 127.9.195.124:36087: connect: Connection refused (error 111)
02:16:18.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.527153 10149 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:18.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.527305 10149 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:18.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.527324 10149 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:18.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.528782 10149 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:18.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.528824 10149 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:18.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.528838 10149 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:18.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.528851 10149 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:18.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.528862 10149 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:18.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.528874 10149 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45017/jwks.json
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.530323 10149 master_runner.cc:387] Master server non-default flags:
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.195.84:35629
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/data
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/wal
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35737
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.195.126:42521,127.9.195.125:39447,127.9.195.124:36087
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:18.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.195.124:36087
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45017/jwks.json
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/data/info.pb
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.195.124
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10149
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/logs
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.530496 10149 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:18.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.530650 10149 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:18.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.532873 10158 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:16:18.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.532970 10155 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:16:18.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.532884 10156 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:16:18.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.533285 10149 server_base.cc:1061] running on GCE node
02:16:18.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.533596 10149 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:18.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.533874 10149 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:18.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.535037 10149 hybrid_clock.cc:648] HybridClock initialized: now 1783476978535016 us; error 48 us; skew 500 ppm
02:16:18.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.536242 10149 webserver.cc:534] Webserver started at http://127.9.195.124:38177/ using document root <none> and password file <none>
02:16:18.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.536444 10149 fs_manager.cc:362] Metadata directory not provided
02:16:18.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.536499 10149 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:18.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.536592 10149 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:18.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.537632 10149 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/data/instance:
02:16:18.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cd1d1fa18895473ea62279a1c7f54a73"
02:16:18.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:18 on dist-test-slave-3cc9"
02:16:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.537985 10149 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/wal/instance:
02:16:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cd1d1fa18895473ea62279a1c7f54a73"
02:16:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:18 on dist-test-slave-3cc9"
02:16:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.539354 10149 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.540014 10164 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.540185 10149 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.540251 10149 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/wal
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cd1d1fa18895473ea62279a1c7f54a73"
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:18 on dist-test-slave-3cc9"
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.540318 10149 fs_report.cc:389] FS layout report
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/wal
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/wal
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/data/data
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:18.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:18.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.551031 10075 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } attempt: 2
02:16:18.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.551425 10149 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:18.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.551753 10149 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:18.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.551824 10075 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.195.124:36087: Network error: Client connection negotiation failed: client connection to 127.9.195.124:36087: connect: Connection refused (error 111)
02:16:18.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.551903 10149 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:18.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.556097 10149 rpc_server.cc:307] RPC server started. Bound to: 127.9.195.124:36087
02:16:18.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.556126 10216 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.195.124:36087 every 8 connection(s)
02:16:18.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.556490 10149 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/data/info.pb
02:16:18.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.557070 10217 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:16:18.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.558255 10217 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } has no permanent_uuid. Determining permanent_uuid...
02:16:18.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.562227 10217 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } has no permanent_uuid. Determining permanent_uuid...
02:16:18.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.564216  9997 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10149
02:16:18.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.564306  9997 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16370881086051665737/master-2/wal/instance
02:16:18.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.564615 10217 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } has no permanent_uuid. Determining permanent_uuid...
02:16:18.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.569176 10217 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73: Bootstrap starting.
02:16:18.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.569790 10217 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73: Neither blocks nor log segments found. Creating new log.
02:16:18.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.569868 10146 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } attempt: 2
02:16:18.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.570061 10217 log.cc:826] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73: Log is configured to *not* fsync() on all Append() calls
02:16:18.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.570853 10217 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73: No bootstrap required, opened a new log
02:16:18.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.573189 10217 raft_consensus.cc:359] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } }
02:16:18.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.573305 10217 raft_consensus.cc:385] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:18.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.573335 10217 raft_consensus.cc:740] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd1d1fa18895473ea62279a1c7f54a73, State: Initialized, Role: FOLLOWER
02:16:18.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.573441 10217 consensus_queue.cc:260] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [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: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } }
02:16:18.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.573700 10223 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [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: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.573729 10217 sys_catalog.cc:565] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [sys.catalog]: configured and running, proceeding with master startup.
02:16:18.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.573783 10146 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35: Bootstrap starting.
02:16:18.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.573799 10223 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [sys.catalog]: This master's current role is: FOLLOWER
02:16:18.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.574497 10146 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35: Neither blocks nor log segments found. Creating new log.
02:16:18.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.574787 10146 log.cc:826] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35: Log is configured to *not* fsync() on all Append() calls
02:16:18.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.575762 10146 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35: No bootstrap required, opened a new log
02:16:18.577 [INFO - Metastore-Handler-Pool: Thread-127] (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:16:18.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.577705 10235 client.h:372] Failed to connect to Hive Metastore (localhost:35737): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:18.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.577809 10146 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } }
02:16:18.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.577910 10146 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:18.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.577946 10146 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b7d137c56544a40a8da35a608fb1f35, State: Initialized, Role: FOLLOWER
02:16:18.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.578058 10146 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [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: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } }
02:16:18.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.578315 10146 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [sys.catalog]: configured and running, proceeding with master startup.
02:16:18.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.577423 10149 master_runner.cc:187] Error getting master registration for 127.9.195.126:42521: OK, instance_id { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" instance_seqno: 1783476978329057 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:18.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.579269 10149 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:18.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.579473 10238 catalog_manager.cc:1593] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:18.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.579521 10238 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:18.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.581067  9997 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:16:18.582 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:18.582 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:16:18.582 [INFO - Metastore-Handler-Pool: Thread-128] (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:16:18.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.581573 10078 master_runner.cc:187] Error getting master registration for 127.9.195.126:42521: OK, instance_id { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" instance_seqno: 1783476978329057 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:18.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.583245 10078 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:18.582 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.195.126"
      port: 42521
    }
    bound_http_address {
      host: "127.9.195.126"
      port: 43979
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.195.125"
      port: 39447
    }
    bound_http_address {
      host: "127.9.195.125"
      port: 32801
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.195.124"
      port: 36087
    }
    bound_http_address {
      host: "127.9.195.124"
      port: 38177
    }
  }
}

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

02:16:18.584 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:18.585 [INFO - Metastore-Handler-Pool: Thread-125] (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:16:18.586 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:18.586 [INFO - Metastore-Handler-Pool: Thread-125] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:18.587 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39b14952, with PersistenceManager: null will be shutdown
02:16:18.587 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39b14952, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@124f3897 created in the thread with id: 125
02:16:18.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.588817 10240 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [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: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.588965 10252 client.h:372] Failed to connect to Hive Metastore (localhost:35737): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:18.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.589419 10240 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [sys.catalog]: This master's current role is: FOLLOWER
02:16:18.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.590384 10255 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:18.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.590610 10255 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:18.591 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39b14952
02:16:18.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.658957 10075 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } attempt: 3
02:16:18.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.664122 10075 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81: Bootstrap starting.
02:16:18.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.664892 10075 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81: Neither blocks nor log segments found. Creating new log.
02:16:18.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.665156 10075 log.cc:826] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81: Log is configured to *not* fsync() on all Append() calls
02:16:18.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.675141 10075 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81: No bootstrap required, opened a new log
02:16:18.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.677462 10075 raft_consensus.cc:359] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } }
02:16:18.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.677591 10075 raft_consensus.cc:385] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:18.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.677621 10075 raft_consensus.cc:740] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdbe2d9e72df47de9ac50da54d9c0c81, State: Initialized, Role: FOLLOWER
02:16:18.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.677716 10075 consensus_queue.cc:260] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [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: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } }
02:16:18.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.678035 10075 sys_catalog.cc:565] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [sys.catalog]: configured and running, proceeding with master startup.
02:16:18.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.682977 10008 master_runner.cc:264] No leader master found from master bdbe2d9e72df47de9ac50da54d9c0c81
02:16:18.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.683029 10008 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:18.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.685359 10274 catalog_manager.cc:1593] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:18.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.685595 10274 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:18.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.685890 10260 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [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: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.686164 10099 tablet.cc:2406] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:16:18.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.686492 10260 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [sys.catalog]: This master's current role is: FOLLOWER
02:16:18.721 [INFO - Metastore-Handler-Pool: Thread-129] (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:16:18.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.722344 10271 client.h:372] Failed to connect to Hive Metastore (localhost:35737): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:18.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.787875 10223 raft_consensus.cc:493] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:16:18.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.788003 10223 raft_consensus.cc:515] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } }
02:16:18.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.788269 10223 leader_election.cc:290] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdbe2d9e72df47de9ac50da54d9c0c81 (127.9.195.126:42521), 5b7d137c56544a40a8da35a608fb1f35 (127.9.195.125:39447)
02:16:18.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.789206 10049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cd1d1fa18895473ea62279a1c7f54a73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" is_pre_election: true
02:16:18.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.789379 10049 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd1d1fa18895473ea62279a1c7f54a73 in term 0.
02:16:18.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.789579 10120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cd1d1fa18895473ea62279a1c7f54a73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b7d137c56544a40a8da35a608fb1f35" is_pre_election: true
02:16:18.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.789695 10120 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd1d1fa18895473ea62279a1c7f54a73 in term 0.
02:16:18.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.789947 10168 leader_election.cc:304] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [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: 5b7d137c56544a40a8da35a608fb1f35, cd1d1fa18895473ea62279a1c7f54a73; no voters: 
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.790506 10223 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.790562 10223 raft_consensus.cc:493] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.790583 10223 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 0 FOLLOWER]: Advancing to term 1
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.791432 10223 raft_consensus.cc:515] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } }
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.791555 10223 leader_election.cc:290] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [CANDIDATE]: Term 1 election: Requested vote from peers bdbe2d9e72df47de9ac50da54d9c0c81 (127.9.195.126:42521), 5b7d137c56544a40a8da35a608fb1f35 (127.9.195.125:39447)
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.791812 10120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cd1d1fa18895473ea62279a1c7f54a73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b7d137c56544a40a8da35a608fb1f35"
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.791882 10120 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [term 0 FOLLOWER]: Advancing to term 1
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.792675 10120 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd1d1fa18895473ea62279a1c7f54a73 in term 1.
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.792853 10049 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cd1d1fa18895473ea62279a1c7f54a73" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81"
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.792927 10049 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [term 0 FOLLOWER]: Advancing to term 1
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.793727 10049 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd1d1fa18895473ea62279a1c7f54a73 in term 1.
02:16:18.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.793892 10168 leader_election.cc:304] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [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: bdbe2d9e72df47de9ac50da54d9c0c81, cd1d1fa18895473ea62279a1c7f54a73; no voters: 
02:16:18.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.794675 10223 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 1 FOLLOWER]: Leader election won for term 1
02:16:18.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.794823 10223 raft_consensus.cc:697] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [term 1 LEADER]: Becoming Leader. State: Replica: cd1d1fa18895473ea62279a1c7f54a73, State: Running, Role: LEADER
02:16:18.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.794901 10223 consensus_queue.cc:237] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [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: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } }
02:16:18.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.795239 10223 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cd1d1fa18895473ea62279a1c7f54a73. Latest consensus state: current_term: 1 leader_uuid: "cd1d1fa18895473ea62279a1c7f54a73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.795306 10223 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [sys.catalog]: This master's current role is: LEADER
02:16:18.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.801496 10279 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:16:18.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.801888 10279 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:16:18.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.802505 10170 tablet.cc:2406] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:16:18.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.817826 10120 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [term 1 FOLLOWER]: Refusing update from remote peer cd1d1fa18895473ea62279a1c7f54a73: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:18.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.818368 10223 consensus_queue.cc:1048] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:18.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.819684 10240 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cd1d1fa18895473ea62279a1c7f54a73. Latest consensus state: current_term: 1 leader_uuid: "cd1d1fa18895473ea62279a1c7f54a73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.819765 10240 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [sys.catalog]: This master's current role is: FOLLOWER
02:16:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.820323 10049 raft_consensus.cc:1275] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [term 1 FOLLOWER]: Refusing update from remote peer cd1d1fa18895473ea62279a1c7f54a73: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.820524 10223 consensus_queue.cc:1048] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.821465 10260 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cd1d1fa18895473ea62279a1c7f54a73. Latest consensus state: current_term: 1 leader_uuid: "cd1d1fa18895473ea62279a1c7f54a73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.821535 10260 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [sys.catalog]: This master's current role is: FOLLOWER
02:16:18.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.825795 10223 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "cd1d1fa18895473ea62279a1c7f54a73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.825870 10223 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [sys.catalog]: This master's current role is: LEADER
02:16:18.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.826458 10240 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "cd1d1fa18895473ea62279a1c7f54a73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.826535 10240 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35 [sys.catalog]: This master's current role is: FOLLOWER
02:16:18.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:18.826951 10028 tablet.cc:2406] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:16:18.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.827303 10280 mvcc.cc:204] Tried to move back new op lower bound from 7305121705234481152 to 7305121705144422400. Current Snapshot: MvccSnapshot[applied={T|T < 7305121705234481152}]
02:16:18.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.828339 10223 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "cd1d1fa18895473ea62279a1c7f54a73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.828411 10223 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73 [sys.catalog]: This master's current role is: LEADER
02:16:18.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.829039 10260 sys_catalog.cc:455] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "cd1d1fa18895473ea62279a1c7f54a73" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bdbe2d9e72df47de9ac50da54d9c0c81" member_type: VOTER last_known_addr { host: "127.9.195.126" port: 42521 } } peers { permanent_uuid: "5b7d137c56544a40a8da35a608fb1f35" member_type: VOTER last_known_addr { host: "127.9.195.125" port: 39447 } } peers { permanent_uuid: "cd1d1fa18895473ea62279a1c7f54a73" member_type: VOTER last_known_addr { host: "127.9.195.124" port: 36087 } } }
02:16:18.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.829154 10260 sys_catalog.cc:458] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81 [sys.catalog]: This master's current role is: FOLLOWER
02:16:18.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.829612 10279 catalog_manager.cc:1382] Generated new cluster ID: 0476655634324d11b64520833003a570
02:16:18.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.829694 10279 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:16:18.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.832821 10283 mvcc.cc:204] Tried to move back new op lower bound from 7305121705234481152 to 7305121705144422400. Current Snapshot: MvccSnapshot[applied={T|T < 7305121705234481152}]
02:16:18.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.833328 10281 mvcc.cc:204] Tried to move back new op lower bound from 7305121705234481152 to 7305121705144422400. Current Snapshot: MvccSnapshot[applied={T|T < 7305121705234481152}]
02:16:18.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.839493 10279 catalog_manager.cc:1405] Generated new certificate authority record
02:16:18.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.840372 10279 catalog_manager.cc:1539] Loading token signing keys...
02:16:18.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.854347 10279 catalog_manager.cc:6069] T 00000000000000000000000000000000 P cd1d1fa18895473ea62279a1c7f54a73: Generated new TSK 0
02:16:18.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.854805 10279 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:16:18.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.855085 10279 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
02:16:18.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:18.855290 10279 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
02:16:18.936 [WARN - Metastore-Handler-Pool: Thread-125] (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:16:18.942 [WARN - Metastore-Handler-Pool: Thread-125] (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:16:18.942 [WARN - Metastore-Handler-Pool: Thread-125] (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:16:19.021 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:16:19.030 [INFO - Metastore-Handler-Pool: Thread-125] (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/hive13852362970372967637/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:16:19.031 [INFO - Metastore-Handler-Pool: Thread-125] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13852362970372967637/external-warehouse/legacy_table
02:16:19.164 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:16:19.195 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:19.201 [INFO - Metastore-Handler-Pool: Thread-125] (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:16:19.212 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:16:19.276 [INFO - Metastore-Handler-Pool: Thread-125] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:16:19.276 [INFO - Metastore-Handler-Pool: Thread-125] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:16:19.380 [INFO - Metastore-Handler-Pool: Thread-125] (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:16:19.405 [INFO - Metastore-Handler-Pool: Thread-125] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
02:16:19.446 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
02:16:19.455 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:19.457 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
02:16:19.560 [WARN - Metastore-Handler-Pool: Thread-125] (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:16:19.584 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:19.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:19.584986 10235 client.h:372] Failed to connect to Hive Metastore (localhost:35737): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:19.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.591176 10255 catalog_manager.cc:1294] Loaded cluster ID: 0476655634324d11b64520833003a570
02:16:19.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.591255 10255 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35: loading cluster ID for follower catalog manager: success
02:16:19.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.592626 10255 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35: acquiring CA information for follower catalog manager: success
02:16:19.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.592958 10255 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 5b7d137c56544a40a8da35a608fb1f35: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:19.595 [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:16:19.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:19.596151 10252 client.h:372] Failed to connect to Hive Metastore (localhost:35737): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:19.678 [WARN - Metastore-Handler-Pool: Thread-125] (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:16:19.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.686128 10274 catalog_manager.cc:1294] Loaded cluster ID: 0476655634324d11b64520833003a570
02:16:19.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.686219 10274 catalog_manager.cc:1587] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81: loading cluster ID for follower catalog manager: success
02:16:19.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.687548 10274 catalog_manager.cc:1609] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81: acquiring CA information for follower catalog manager: success
02:16:19.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.687873 10274 catalog_manager.cc:1637] T 00000000000000000000000000000000 P bdbe2d9e72df47de9ac50da54d9c0c81: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:19.722 [WARN - Metastore-Handler-Pool: Thread-125] (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:16:19.725 [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:16:19.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:19.725625 10271 client.h:372] Failed to connect to Hive Metastore (localhost:35737): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:19.862 [INFO - Metastore-Handler-Pool: Thread-125] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:16:19.863 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:16:19.863 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:16:19.863 [INFO - Metastore-Handler-Pool: Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39b14952, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@124f3897 will be shutdown
02:16:19.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.863955  9997 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10008
02:16:19.864 [INFO - Metastore-Handler-Pool: Thread-125] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:16:19.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.870182  9997 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10078
02:16:19.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:19.877005  9997 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10149
02:16:19.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:19Z chronyd exiting
.02:16:19.928 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:19.928 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:19.929 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:19.947 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive9731865345978875346
02:16:19.948 [INFO - Thread-92] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:16:19.948 [INFO - Thread-92] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:16:19.950 [INFO - Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:19.950 [INFO - Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:19.951 [INFO - Thread-92] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:16:19.951 [INFO - Thread-92] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:16:19.953 [INFO - Thread-92] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:16:19.953 [INFO - Thread-92] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:16:19.954 [INFO - Thread-92] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:16:19.954 [INFO - Thread-92] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:16:19.956 [INFO - Thread-92] (HikariDataSource.java:80) objectstore - Starting...
02:16:20.020 [INFO - Thread-92] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:20.021 [INFO - Thread-92] (HikariDataSource.java:82) objectstore - Start completed.
02:16:20.021 [INFO - Thread-92] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:16:20.023 [INFO - Thread-92] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:16:20.025 [INFO - Thread-92] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:20.025 [INFO - Thread-92] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:16:20.041 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:16:20.041 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:16:20.041 [INFO - Thread-92] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:16:20.067 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:20.067 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:20.068 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:20.068 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:20.069 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:20.069 [WARN - Thread-92] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:20.261 [INFO - Thread-92] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:16:20.262 [INFO - Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e51d42c, with PersistenceManager: null will be shutdown
02:16:20.262 [INFO - Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e51d42c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6300b4cf created in the thread with id: 135
02:16:20.264 [WARN - Thread-92] (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:16:20.265 [INFO - Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5e51d42c
02:16:20.378 [INFO - Thread-92] (HMSHandler.java:595) Started creating a default database with name: default
02:16:20.397 [INFO - Thread-92] (HMSHandler.java:605) Successfully created a default database with name: default
02:16:20.424 [INFO - Thread-92] (HMSHandler.java:668) Added admin role in metastore
02:16:20.426 [INFO - Thread-92] (HMSHandler.java:677) Added public role in metastore
02:16:20.457 [INFO - Thread-92] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:16:20.458 [INFO - Thread-92] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:16:20.458 [INFO - Thread-92] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:16:20.459 [INFO - Thread-92] (HiveMetaStore.java:697) Direct SQL optimization = true
02:16:20.459 [WARN - Thread-92] (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:16:20.459 [INFO - Thread-92] (HiveMetaStore.java:632) Started the new metaserver on port [36171]...
02:16:20.459 [INFO - Thread-92] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:16:20.460 [INFO - Thread-92] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:16:20.460 [INFO - Thread-92] (HiveMetaStore.java:635) TCP keepalive = true
02:16:20.460 [INFO - Thread-92] (HiveMetaStore.java:636) Enable SSL = false
02:16:20.950 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:20.950 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:20.951 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:20.953 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:16:20.953 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36171]
02:16:20.953 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36171) in binary transport mode
02:16:20.954 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36171) current connections: 1
02:16:20.955 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskYnrXNK/test-tmp
02:16:20.956 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:16:20.956 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskYnrXNK/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:16:20.958 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36171"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:16:21.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.034525 10320 mini_oidc.cc:150] Starting JWKS server
02:16:21.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.035100 10320 webserver.cc:534] Webserver started at http://127.0.0.1:40315/ using document root <none> and password file <none>
02:16:21.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.035168 10320 mini_oidc.cc:186] Starting OIDC Discovery server
02:16:21.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.035323 10320 webserver.cc:534] Webserver started at http://127.0.0.1:37413/ using document root <none> and password file <none>
02:16:21.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:21Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:16:21.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:21Z Disabled control of system clock
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.045966 10320 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/wal
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/data
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/logs
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/data/info.pb
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.20.62:44489
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.20.62
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.20.20:39555
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:21.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:21.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:21.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.20.62:44489,127.10.20.61:46263,127.10.20.60:45371
02:16:21.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:21.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40315/jwks.json
02:16:21.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36171 with env {}
02:16:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.122902 10331 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.123112 10331 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:21.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.123147 10331 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.124831 10331 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.124907 10331 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.124928 10331 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.124955 10331 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.124977 10331 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:21.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.124992 10331 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40315/jwks.json
02:16:21.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.126680 10331 master_runner.cc:387] Master server non-default flags:
02:16:21.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:21.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.20.20:39555
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/data
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/wal
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36171
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.20.62:44489,127.10.20.61:46263,127.10.20.60:45371
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.20.62:44489
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40315/jwks.json
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/data/info.pb
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.20.62
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10331
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/logs
02:16:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.126977 10331 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:21.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.127233 10331 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:21.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.129822 10339 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:16:21.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.129801 10337 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:16:21.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.129801 10336 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:16:21.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.130277 10331 server_base.cc:1061] running on GCE node
02:16:21.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.130645 10331 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:21.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.130918 10331 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.132046 10331 hybrid_clock.cc:648] HybridClock initialized: now 1783476981132026 us; error 41 us; skew 500 ppm
02:16:21.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.133229 10331 webserver.cc:534] Webserver started at http://127.10.20.62:36403/ using document root <none> and password file <none>
02:16:21.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.133419 10331 fs_manager.cc:362] Metadata directory not provided
02:16:21.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.133455 10331 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:21.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.133529 10331 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.134351 10331 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/data/instance:
02:16:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2664e28f93054981a35a67d8f66cef09"
02:16:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:21 on dist-test-slave-3cc9"
02:16:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.134701 10331 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/wal/instance:
02:16:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2664e28f93054981a35a67d8f66cef09"
02:16:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:21 on dist-test-slave-3cc9"
02:16:21.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.135842 10331 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.136482 10345 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.136641 10331 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.136688 10331 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/wal
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2664e28f93054981a35a67d8f66cef09"
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:21 on dist-test-slave-3cc9"
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.136778 10331 fs_report.cc:389] FS layout report
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/wal
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/wal
02:16:21.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/data/data
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.150414 10331 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.150692 10331 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:21.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.150775 10331 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.154700 10331 rpc_server.cc:307] RPC server started. Bound to: 127.10.20.62:44489
02:16:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.154718 10397 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.20.62:44489 every 8 connection(s)
02:16:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.155041 10331 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/data/info.pb
02:16:21.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.155534 10398 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:16:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.156888 10398 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } has no permanent_uuid. Determining permanent_uuid...
02:16:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.159999 10320 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10331
02:16:21.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.160091 10320 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-0/wal/instance
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.161095 10320 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/wal
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/data
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/logs
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/data/info.pb
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.20.61:46263
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.20.61
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.20.20:39555
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.20.62:44489,127.10.20.61:46263,127.10.20.60:45371
02:16:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40315/jwks.json
02:16:21.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36171 with env {}
02:16:21.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.166411 10398 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } has no permanent_uuid. Determining permanent_uuid...
02:16:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.166877 10349 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.20.61:46263: connect: Connection refused (error 111)
02:16:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.167384 10398 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.20.61:46263: Network error: Client connection negotiation failed: client connection to 127.10.20.61:46263: connect: Connection refused (error 111)
02:16:21.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.216588 10398 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } attempt: 1
02:16:21.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.217537 10398 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.20.61:46263: Network error: Client connection negotiation failed: client connection to 127.10.20.61:46263: connect: Connection refused (error 111)
02:16:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.238343 10401 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.238516 10401 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:21.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.238538 10401 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:21.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.240089 10401 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:21.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.240134 10401 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:21.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.240147 10401 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:21.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.240159 10401 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:21.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.240172 10401 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:21.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.240183 10401 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40315/jwks.json
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.241892 10401 master_runner.cc:387] Master server non-default flags:
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.20.20:39555
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/data
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/wal
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36171
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.20.62:44489,127.10.20.61:46263,127.10.20.60:45371
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.20.61:46263
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40315/jwks.json
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/data/info.pb
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.20.61
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10401
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/logs
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.242097 10401 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:21.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.242268 10401 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:21.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.244395 10408 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:16:21.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.244395 10407 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:16:21.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.244526 10410 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:16:21.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.244962 10401 server_base.cc:1061] running on GCE node
02:16:21.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.245184 10401 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:21.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.245471 10401 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:21.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.246625 10401 hybrid_clock.cc:648] HybridClock initialized: now 1783476981246610 us; error 25 us; skew 500 ppm
02:16:21.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.247728 10401 webserver.cc:534] Webserver started at http://127.10.20.61:45341/ using document root <none> and password file <none>
02:16:21.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.247949 10401 fs_manager.cc:362] Metadata directory not provided
02:16:21.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.248030 10401 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:21.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.248136 10401 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:21.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.249141 10401 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/data/instance:
02:16:21.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a95787616694a6b84b85e5c5f69e9bd"
02:16:21.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:21 on dist-test-slave-3cc9"
02:16:21.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.249514 10401 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/wal/instance:
02:16:21.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a95787616694a6b84b85e5c5f69e9bd"
02:16:21.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:21 on dist-test-slave-3cc9"
02:16:21.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.250751 10401 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:16:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.251478 10416 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.251648 10401 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:16:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.251744 10401 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/wal
02:16:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a95787616694a6b84b85e5c5f69e9bd"
02:16:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:21 on dist-test-slave-3cc9"
02:16:21.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.251804 10401 fs_report.cc:389] FS layout report
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/wal
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/wal
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/data/data
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:21.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:21.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.262741 10401 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:21.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.263082 10401 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:21.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.263235 10401 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:21.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.267128 10401 rpc_server.cc:307] RPC server started. Bound to: 127.10.20.61:46263
02:16:21.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.267166 10468 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.20.61:46263 every 8 connection(s)
02:16:21.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.267519 10401 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/data/info.pb
02:16:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.268108 10469 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:16:21.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.269558 10469 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } has no permanent_uuid. Determining permanent_uuid...
02:16:21.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.273896 10469 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } has no permanent_uuid. Determining permanent_uuid...
02:16:21.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.275305 10320 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10401
02:16:21.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.275368 10320 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-1/wal/instance
02:16:21.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.275739 10320 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:21.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:21.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/wal
02:16:21.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/data
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/logs
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/data/info.pb
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.20.60:45371
02:16:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.20.60
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.20.20:39555
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.20.62:44489,127.10.20.61:46263,127.10.20.60:45371
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40315/jwks.json
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36171 with env {}
02:16:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.277793 10469 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } has no permanent_uuid. Determining permanent_uuid...
02:16:21.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.278189 10420 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.20.60:45371: connect: Connection refused (error 111)
02:16:21.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.278714 10469 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.20.60:45371: Network error: Client connection negotiation failed: client connection to 127.10.20.60:45371: connect: Connection refused (error 111)
02:16:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.285712 10398 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } attempt: 2
02:16:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.288789 10398 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } has no permanent_uuid. Determining permanent_uuid...
02:16:21.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.289446 10398 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.20.60:45371: Network error: Client connection negotiation failed: client connection to 127.10.20.60:45371: connect: Connection refused (error 111)
02:16:21.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.327996 10469 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } attempt: 1
02:16:21.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.329020 10469 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.20.60:45371: Network error: Client connection negotiation failed: client connection to 127.10.20.60:45371: connect: Connection refused (error 111)
02:16:21.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.332598 10398 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } attempt: 1
02:16:21.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.333292 10398 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.20.60:45371: Network error: Client connection negotiation failed: client connection to 127.10.20.60:45371: connect: Connection refused (error 111)
02:16:21.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.353942 10472 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:21.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.354106 10472 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:21.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.354125 10472 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:21.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.355669 10472 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:21.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.355710 10472 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:21.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.355724 10472 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:21.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.355736 10472 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:21.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.355748 10472 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:21.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.355760 10472 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40315/jwks.json
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.357311 10472 master_runner.cc:387] Master server non-default flags:
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.20.20:39555
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/data
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/wal
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36171
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.20.62:44489,127.10.20.61:46263,127.10.20.60:45371
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.20.60:45371
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40315/jwks.json
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/data/info.pb
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.20.60
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10472
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/logs
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.357513 10472 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.357766 10472 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:21.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.360116 10479 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:16:21.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.360112 10478 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:16:21.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.360265 10472 server_base.cc:1061] running on GCE node
02:16:21.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.360548 10481 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:16:21.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.360814 10472 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:21.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.361080 10472 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:21.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.362247 10472 hybrid_clock.cc:648] HybridClock initialized: now 1783476981362221 us; error 42 us; skew 500 ppm
02:16:21.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.363528 10472 webserver.cc:534] Webserver started at http://127.10.20.60:36043/ using document root <none> and password file <none>
02:16:21.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.363731 10472 fs_manager.cc:362] Metadata directory not provided
02:16:21.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.363791 10472 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:21.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.363890 10472 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.364882 10472 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/data/instance:
02:16:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "22fd7a9e27474563bb647994a2c2d6d5"
02:16:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:21 on dist-test-slave-3cc9"
02:16:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.365168 10472 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/wal/instance:
02:16:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "22fd7a9e27474563bb647994a2c2d6d5"
02:16:21.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:21 on dist-test-slave-3cc9"
02:16:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.366434 10472 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.367041 10487 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.367201 10472 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.367249 10472 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/wal
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "22fd7a9e27474563bb647994a2c2d6d5"
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:21 on dist-test-slave-3cc9"
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.367291 10472 fs_report.cc:389] FS layout report
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/wal
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/wal
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/data/data
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:21.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.380440 10398 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } attempt: 2
02:16:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.381247 10398 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.20.60:45371: Network error: Client connection negotiation failed: client connection to 127.10.20.60:45371: connect: Connection refused (error 111)
02:16:21.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.388216 10472 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:21.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.388489 10472 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:21.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.388586 10472 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:21.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.392525 10472 rpc_server.cc:307] RPC server started. Bound to: 127.10.20.60:45371
02:16:21.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.392560 10539 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.20.60:45371 every 8 connection(s)
02:16:21.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.392948 10472 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/data/info.pb
02:16:21.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.393559 10540 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:16:21.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.394925 10540 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } has no permanent_uuid. Determining permanent_uuid...
02:16:21.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.397174 10469 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } attempt: 2
02:16:21.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.399618 10540 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } has no permanent_uuid. Determining permanent_uuid...
02:16:21.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.400381 10320 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10472
02:16:21.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.400475 10320 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster5158882432352895947/master-2/wal/instance
02:16:21.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.402402 10469 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd: Bootstrap starting.
02:16:21.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.402942 10540 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } has no permanent_uuid. Determining permanent_uuid...
02:16:21.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.403129 10469 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd: Neither blocks nor log segments found. Creating new log.
02:16:21.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.403404 10469 log.cc:826] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd: Log is configured to *not* fsync() on all Append() calls
02:16:21.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.404096 10469 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd: No bootstrap required, opened a new log
02:16:21.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.405797 10469 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } }
02:16:21.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.405925 10469 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:21.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.405958 10469 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a95787616694a6b84b85e5c5f69e9bd, State: Initialized, Role: FOLLOWER
02:16:21.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.406081 10469 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [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: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } }
02:16:21.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.406378 10469 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [sys.catalog]: configured and running, proceeding with master startup.
02:16:21.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.407310 10540 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5: Bootstrap starting.
02:16:21.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.407914 10540 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5: Neither blocks nor log segments found. Creating new log.
02:16:21.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.408169 10540 log.cc:826] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5: Log is configured to *not* fsync() on all Append() calls
02:16:21.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.408448 10547 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [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: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.408591 10547 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [sys.catalog]: This master's current role is: FOLLOWER
02:16:21.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.409209 10540 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5: No bootstrap required, opened a new log
02:16:21.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.409184 10401 master_runner.cc:187] Error getting master registration for 127.10.20.62:44489: OK, instance_id { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" instance_seqno: 1783476981153651 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.410884 10401 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.410969 10540 raft_consensus.cc:359] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } }
02:16:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.411063 10540 raft_consensus.cc:385] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.411082 10540 raft_consensus.cc:740] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 22fd7a9e27474563bb647994a2c2d6d5, State: Initialized, Role: FOLLOWER
02:16:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.411185 10540 consensus_queue.cc:260] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [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: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } }
02:16:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.411433 10563 sys_catalog.cc:455] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [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: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.411490 10540 sys_catalog.cc:565] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [sys.catalog]: configured and running, proceeding with master startup.
02:16:21.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.411502 10563 sys_catalog.cc:458] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [sys.catalog]: This master's current role is: FOLLOWER
02:16:21.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.413558 10561 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:21.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.413776 10561 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:21.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.415503 10577 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:21.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.415688 10577 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:21.416 [INFO - Metastore-Handler-Pool: Thread-158] (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:16:21.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.414739 10472 master_runner.cc:187] Error getting master registration for 127.10.20.62:44489: OK, instance_id { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" instance_seqno: 1783476981153651 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:21.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.416540 10472 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:21.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.417094 10558 client.h:372] Failed to connect to Hive Metastore (localhost:36171): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:21.418 [INFO - Metastore-Handler-Pool: Thread-159] (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:16:21.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.419232 10574 client.h:372] Failed to connect to Hive Metastore (localhost:36171): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:21.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.422597 10320 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:16:21.423 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:21.423 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:16:21.424 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.20.62"
      port: 44489
    }
    bound_http_address {
      host: "127.10.20.62"
      port: 36403
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.20.61"
      port: 46263
    }
    bound_http_address {
      host: "127.10.20.61"
      port: 45341
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.20.60"
      port: 45371
    }
    bound_http_address {
      host: "127.10.20.60"
      port: 36043
    }
  }
}

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

02:16:21.425 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:21.426 [INFO - Metastore-Handler-Pool: Thread-156] (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=2d708776-f06d-4560-aa4d-a9841e27a497, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.20.61:46263,127.10.20.62:44489,127.10.20.60:45371}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:21.427 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:21.428 [INFO - Metastore-Handler-Pool: Thread-156] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:21.428 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5bc430c, with PersistenceManager: null will be shutdown
02:16:21.428 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5bc430c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7a752372 created in the thread with id: 156
02:16:21.432 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5bc430c
02:16:21.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.488404 10398 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } attempt: 3
02:16:21.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.493654 10398 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09: Bootstrap starting.
02:16:21.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.494432 10398 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09: Neither blocks nor log segments found. Creating new log.
02:16:21.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.494690 10398 log.cc:826] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09: Log is configured to *not* fsync() on all Append() calls
02:16:21.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.505384 10398 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09: No bootstrap required, opened a new log
02:16:21.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.507718 10398 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } }
02:16:21.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.507871 10398 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:21.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.507906 10398 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2664e28f93054981a35a67d8f66cef09, State: Initialized, Role: FOLLOWER
02:16:21.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.508016 10398 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [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: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } }
02:16:21.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.508363 10398 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [sys.catalog]: configured and running, proceeding with master startup.
02:16:21.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.511300 10597 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:21.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.511557 10597 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:21.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.513053 10583 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [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: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.513340 10583 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [sys.catalog]: This master's current role is: FOLLOWER
02:16:21.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.513360 10331 master_runner.cc:264] No leader master found from master 2664e28f93054981a35a67d8f66cef09
02:16:21.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.513520 10331 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:21.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.513821 10422 tablet.cc:2406] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:16:21.515 [INFO - Metastore-Handler-Pool: Thread-160] (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:16:21.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.515904 10594 client.h:372] Failed to connect to Hive Metastore (localhost:36171): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:21.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.639150 10493 tablet.cc:2406] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:16:21.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:21.651721 10351 tablet.cc:2406] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:16:21.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.665030 10547 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:16:21.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.665158 10547 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } }
02:16:21.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.665401 10547 leader_election.cc:290] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2664e28f93054981a35a67d8f66cef09 (127.10.20.62:44489), 22fd7a9e27474563bb647994a2c2d6d5 (127.10.20.60:45371)
02:16:21.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.666320 10372 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a95787616694a6b84b85e5c5f69e9bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2664e28f93054981a35a67d8f66cef09" is_pre_election: true
02:16:21.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.666471 10372 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a95787616694a6b84b85e5c5f69e9bd in term 0.
02:16:21.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.666612 10514 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a95787616694a6b84b85e5c5f69e9bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22fd7a9e27474563bb647994a2c2d6d5" is_pre_election: true
02:16:21.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.666731 10514 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a95787616694a6b84b85e5c5f69e9bd in term 0.
02:16:21.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.666957 10420 leader_election.cc:304] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [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: 2664e28f93054981a35a67d8f66cef09, 3a95787616694a6b84b85e5c5f69e9bd; no voters: 
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.667482 10547 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 0 FOLLOWER]: Leader pre-election won for term 1
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.667542 10547 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.667564 10547 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 0 FOLLOWER]: Advancing to term 1
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.668385 10547 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } }
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.668507 10547 leader_election.cc:290] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [CANDIDATE]: Term 1 election: Requested vote from peers 2664e28f93054981a35a67d8f66cef09 (127.10.20.62:44489), 22fd7a9e27474563bb647994a2c2d6d5 (127.10.20.60:45371)
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.668792 10514 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a95787616694a6b84b85e5c5f69e9bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "22fd7a9e27474563bb647994a2c2d6d5"
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.668859 10514 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [term 0 FOLLOWER]: Advancing to term 1
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.669601 10514 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a95787616694a6b84b85e5c5f69e9bd in term 1.
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.669759 10372 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a95787616694a6b84b85e5c5f69e9bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2664e28f93054981a35a67d8f66cef09"
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.669827 10372 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [term 0 FOLLOWER]: Advancing to term 1
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.670619 10372 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a95787616694a6b84b85e5c5f69e9bd in term 1.
02:16:21.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.670809 10420 leader_election.cc:304] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [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: 2664e28f93054981a35a67d8f66cef09, 3a95787616694a6b84b85e5c5f69e9bd; no voters: 
02:16:21.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.671474 10547 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 1 FOLLOWER]: Leader election won for term 1
02:16:21.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.671648 10547 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [term 1 LEADER]: Becoming Leader. State: Replica: 3a95787616694a6b84b85e5c5f69e9bd, State: Running, Role: LEADER
02:16:21.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.671730 10547 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [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: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } }
02:16:21.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.672067 10547 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a95787616694a6b84b85e5c5f69e9bd. Latest consensus state: current_term: 1 leader_uuid: "3a95787616694a6b84b85e5c5f69e9bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.672130 10547 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [sys.catalog]: This master's current role is: LEADER
02:16:21.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.672643 10603 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:16:21.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.672958 10603 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:16:21.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.674886 10514 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [term 1 FOLLOWER]: Refusing update from remote peer 3a95787616694a6b84b85e5c5f69e9bd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:21.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.675109 10372 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [term 1 FOLLOWER]: Refusing update from remote peer 3a95787616694a6b84b85e5c5f69e9bd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:21.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.675599 10547 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:21.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.675725 10547 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:21.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.677704 10563 sys_catalog.cc:455] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a95787616694a6b84b85e5c5f69e9bd. Latest consensus state: current_term: 1 leader_uuid: "3a95787616694a6b84b85e5c5f69e9bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.677788 10563 sys_catalog.cc:458] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [sys.catalog]: This master's current role is: FOLLOWER
02:16:21.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.679033 10547 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3a95787616694a6b84b85e5c5f69e9bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.679109 10547 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [sys.catalog]: This master's current role is: LEADER
02:16:21.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.679847 10604 mvcc.cc:204] Tried to move back new op lower bound from 7305121716937785344 to 7305121716927868928. Current Snapshot: MvccSnapshot[applied={T|T < 7305121716937785344}]
02:16:21.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.680430 10605 mvcc.cc:204] Tried to move back new op lower bound from 7305121716937785344 to 7305121716927868928. Current Snapshot: MvccSnapshot[applied={T|T < 7305121716937785344}]
02:16:21.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.680677 10611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a95787616694a6b84b85e5c5f69e9bd. Latest consensus state: current_term: 1 leader_uuid: "3a95787616694a6b84b85e5c5f69e9bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.680790 10583 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3a95787616694a6b84b85e5c5f69e9bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.680950 10583 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [sys.catalog]: This master's current role is: FOLLOWER
02:16:21.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.681156 10611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09 [sys.catalog]: This master's current role is: FOLLOWER
02:16:21.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.682312 10601 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3a95787616694a6b84b85e5c5f69e9bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.682395 10601 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd [sys.catalog]: This master's current role is: LEADER
02:16:21.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.683018 10563 sys_catalog.cc:455] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3a95787616694a6b84b85e5c5f69e9bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2664e28f93054981a35a67d8f66cef09" member_type: VOTER last_known_addr { host: "127.10.20.62" port: 44489 } } peers { permanent_uuid: "3a95787616694a6b84b85e5c5f69e9bd" member_type: VOTER last_known_addr { host: "127.10.20.61" port: 46263 } } peers { permanent_uuid: "22fd7a9e27474563bb647994a2c2d6d5" member_type: VOTER last_known_addr { host: "127.10.20.60" port: 45371 } } }
02:16:21.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.683101 10563 sys_catalog.cc:458] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5 [sys.catalog]: This master's current role is: FOLLOWER
02:16:21.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.684836 10607 mvcc.cc:204] Tried to move back new op lower bound from 7305121716937785344 to 7305121716927868928. Current Snapshot: MvccSnapshot[applied={T|T < 7305121716937785344 or (T in {7305121716937785344})}]
02:16:21.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.685366 10603 catalog_manager.cc:1382] Generated new cluster ID: a5806ef1ce0645728b39ebc108688246
02:16:21.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.685418 10603 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:16:21.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.718086 10603 catalog_manager.cc:1405] Generated new certificate authority record
02:16:21.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.719117 10603 catalog_manager.cc:1539] Loading token signing keys...
02:16:21.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.736397 10603 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3a95787616694a6b84b85e5c5f69e9bd: Generated new TSK 0
02:16:21.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.736636 10603 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:16:21.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.736766 10603 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
02:16:21.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:21.752209 10603 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
02:16:21.859 [WARN - Metastore-Handler-Pool: Thread-156] (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:16:21.866 [WARN - Metastore-Handler-Pool: Thread-156] (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:16:21.867 [WARN - Metastore-Handler-Pool: Thread-156] (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:16:21.947 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:21.952 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive9731865345978875346/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=2d708776-f06d-4560-aa4d-a9841e27a497, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.20.61:46263,127.10.20.62:44489,127.10.20.60:45371}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:21.953 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9731865345978875346/external-warehouse/table
02:16:22.047 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:22.083 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:22.085 [INFO - Metastore-Handler-Pool: Thread-156] (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:16:22.087 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:16:22.089 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive9731865345978875346/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:16:22.091 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9731865345978875346/external-warehouse/legacy_table
02:16:22.108 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:16:22.118 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:22.119 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.130 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.177 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.178 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.197 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.218 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.230 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.230 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.239 [DEBUG - Metastore-Handler-Pool: Thread-156] (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:16:22.240 [DEBUG - Metastore-Handler-Pool: Thread-156] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:16:22.242 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.10.20.61:46263(127.10.20.61:46263)] connecting to peer
02:16:22.243 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.10.20.62:44489(127.10.20.62:44489)] connecting to peer
02:16:22.247 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.20.61:46263(127.10.20.61:46263)] Successfully connected to peer
02:16:22.247 [DEBUG - Metastore-Handler-Pool: Thread-156] (Connection.java:748) [peer master-127.10.20.60:45371(127.10.20.60:45371)] connecting to peer
02:16:22.249 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.20.62:44489(127.10.20.62:44489)] Successfully connected to peer
02:16:22.256 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.10.20.60:45371(127.10.20.60:45371)] Successfully connected to peer
02:16:22.258 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.20.62
02:16:22.261 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.20.61
02:16:22.270 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.20.60
02:16:22.292 [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:16:22.294 [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:16:22.296 [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:16:22.302 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xfafd5d7b, L:/127.0.0.1:55508 - R:/127.10.20.60:45371] using SASL/PLAIN
02:16:22.305 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x0523ba20, L:/127.0.0.1:37154 - R:/127.10.20.61:46263] using SASL/PLAIN
02:16:22.308 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x2dea9069, L:/127.0.0.1:35068 - R:/127.10.20.62:44489] using SASL/PLAIN
02:16:22.309 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:16:22.310 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:16:22.311 [ERROR - Metastore-Handler-Pool: Thread-156] (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:16:22.313 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.323 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.333 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.333 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.339 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.348 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.359 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.359 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.365 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.374 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.385 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.385 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.391 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:16:22.392 [ERROR - Metastore-Handler-Pool: Thread-156] (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:16:22.394 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.404 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.416 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.416 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:22.416261 10577 catalog_manager.cc:1294] Loaded cluster ID: a5806ef1ce0645728b39ebc108688246
02:16:22.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:22.416354 10577 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5: loading cluster ID for follower catalog manager: success
02:16:22.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:22.417645 10577 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5: acquiring CA information for follower catalog manager: success
02:16:22.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:22.417994 10577 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 22fd7a9e27474563bb647994a2c2d6d5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:22.420 [INFO - Metastore-Handler-Pool: Thread-168] (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:16:22.420 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:16:22.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:22.420624 10558 client.h:372] Failed to connect to Hive Metastore (localhost:36171): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:22.421 [ERROR - Metastore-Handler-Pool: Thread-156] (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:16:22.421 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:22.421965 10574 client.h:372] Failed to connect to Hive Metastore (localhost:36171): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:22.422 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.431 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.443 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.443 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.448 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.457 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.468 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.468 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.481 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.490 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.498 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.499 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.501 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:16:22.502 [ERROR - Metastore-Handler-Pool: Thread-156] (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:16:22.503 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.511 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:22.512162 10597 catalog_manager.cc:1294] Loaded cluster ID: a5806ef1ce0645728b39ebc108688246
02:16:22.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:22.512264 10597 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09: loading cluster ID for follower catalog manager: success
02:16:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:22.513890 10597 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09: acquiring CA information for follower catalog manager: success
02:16:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:22.514292 10597 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 2664e28f93054981a35a67d8f66cef09: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:22.518 [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:16:22.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:22.519178 10594 client.h:372] Failed to connect to Hive Metastore (localhost:36171): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:22.521 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.521 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.527 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.536 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.546 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.546 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.552 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.561 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.571 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.571 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.577 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.587 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.596 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.596 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.667 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:16:22.676 [ERROR - Metastore-Handler-Pool: Thread-156] (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:16:22.678 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.703 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.720 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.721 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.732 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.742 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.751 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.752 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.762 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:22.772 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:22.782 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:22.782 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:22.789 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:22.798 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:22.799 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:22.914 [WARN - Metastore-Handler-Pool: Thread-156] (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:16:23.044 [WARN - Metastore-Handler-Pool: Thread-156] (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:16:23.080 [WARN - Metastore-Handler-Pool: Thread-156] (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:16:23.188 [WARN - Metastore-Handler-Pool: Thread-156] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive9731865345978875346/warehouse/default/table
02:16:23.189 [INFO - Metastore-Handler-Pool: Thread-156] (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:16:23.191 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:23.192 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive9731865345978875346/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:16:23.193 [WARN - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:2452) Location: file:/tmp/hive9731865345978875346/external-warehouse/table specified for non-external table:table
02:16:23.194 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:23.194 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:23.213 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:23.231 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:23.232 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:23.241 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:23.257 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:23.257 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:23.261 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:16:23.262 [ERROR - Metastore-Handler-Pool: Thread-156] (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:16:23.263 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:23.272 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:23.281 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:23.281 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:23.284 [ERROR - Metastore-Handler-Pool: Thread-156] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:16:23.285 [ERROR - Metastore-Handler-Pool: Thread-156] (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:16:23.286 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:23.294 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:23.303 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:23.303 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:23.308 [INFO - Metastore-Handler-Pool: Thread-156] (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:16:23.317 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:16:23.325 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:16:23.326 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:16:23.332 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:23.340 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:23.341 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:23.411 [INFO - Metastore-Handler-Pool: Thread-156] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:16:23.413 [INFO - Metastore-Handler-Pool: Thread-156] (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=2d708776-f06d-4560-aa4d-a9841e27a497, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.20.61:46263,127.10.20.62:44489,127.10.20.60:45371}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:23.415 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:23.417 [INFO - Metastore-Handler-Pool: Thread-156] (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/hive9731865345978875346/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=2d708776-f06d-4560-aa4d-a9841e27a497, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.20.61:46263,127.10.20.62:44489,127.10.20.60:45371}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:23.418 [INFO - Metastore-Handler-Pool: Thread-156] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9731865345978875346/external-warehouse/table
02:16:23.422 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:23.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:23.423035 10558 client.h:372] Failed to connect to Hive Metastore (localhost:36171): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:23.425 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:23.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:23.425731 10574 client.h:372] Failed to connect to Hive Metastore (localhost:36171): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:23.434 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:23.442 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:23.443 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:23.451 [INFO - Metastore-Handler-Pool: Thread-156] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:23.460 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:23.461 [INFO - Metastore-Handler-Pool: Thread-156] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:23.466 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:23.482 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:23.483 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:23.533 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:16:23.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:23.533995 10594 client.h:372] Failed to connect to Hive Metastore (localhost:36171): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:23.535 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:16:23.535 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:16:23.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:23.535632 10320 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10331
02:16:23.535 [INFO - Metastore-Handler-Pool: Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5bc430c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7a752372 will be shutdown
02:16:23.536 [INFO - Metastore-Handler-Pool: Thread-156] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:16:23.543 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.20.62:44489(127.10.20.62:44489)] handling channelInactive
02:16:23.543 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.20.62:44489(127.10.20.62:44489)] cleaning up while in state READY due to: connection closed
02:16:23.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:23.545065 10320 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10401
02:16:23.553 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.20.61:46263(127.10.20.61:46263)] handling channelInactive
02:16:23.553 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.20.61:46263(127.10.20.61:46263)] cleaning up while in state READY due to: connection closed
02:16:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:23.555420 10320 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10472
02:16:23.563 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.10.20.60:45371(127.10.20.60:45371)] handling channelInactive
02:16:23.563 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.10.20.60:45371(127.10.20.60:45371)] cleaning up while in state READY due to: connection closed
02:16:23.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:23Z chronyd exiting
.02:16:23.610 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:23.611 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:23.611 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:23.643 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive10676693466352937
02:16:23.645 [INFO - Thread-121] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:16:23.645 [INFO - Thread-121] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:16:23.648 [INFO - Thread-121] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:23.648 [INFO - Thread-121] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:23.648 [INFO - Thread-121] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:16:23.649 [INFO - Thread-121] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:16:23.651 [INFO - Thread-121] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:16:23.651 [INFO - Thread-121] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:16:23.652 [INFO - Thread-121] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:16:23.652 [INFO - Thread-121] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:16:23.654 [INFO - Thread-121] (HikariDataSource.java:80) objectstore - Starting...
02:16:23.727 [INFO - Thread-121] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:23.728 [INFO - Thread-121] (HikariDataSource.java:82) objectstore - Start completed.
02:16:23.728 [INFO - Thread-121] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:16:23.730 [INFO - Thread-121] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:16:23.732 [INFO - Thread-121] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:23.733 [INFO - Thread-121] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:16:23.747 [INFO - Thread-121] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:16:23.747 [INFO - Thread-121] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:16:23.747 [INFO - Thread-121] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:16:23.770 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:23.771 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:23.771 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:23.772 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:23.772 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:23.772 [WARN - Thread-121] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:23.980 [INFO - Thread-121] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:16:23.980 [INFO - Thread-121] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@375cf179, with PersistenceManager: null will be shutdown
02:16:23.980 [INFO - Thread-121] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@375cf179, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3c7036ab created in the thread with id: 175
02:16:23.982 [WARN - Thread-121] (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:16:23.983 [INFO - Thread-121] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@375cf179
02:16:24.083 [INFO - Thread-121] (HMSHandler.java:595) Started creating a default database with name: default
02:16:24.104 [INFO - Thread-121] (HMSHandler.java:605) Successfully created a default database with name: default
02:16:24.131 [INFO - Thread-121] (HMSHandler.java:668) Added admin role in metastore
02:16:24.133 [INFO - Thread-121] (HMSHandler.java:677) Added public role in metastore
02:16:24.162 [INFO - Thread-121] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:16:24.163 [INFO - Thread-121] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:16:24.163 [INFO - Thread-121] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:16:24.163 [INFO - Thread-121] (HiveMetaStore.java:697) Direct SQL optimization = true
02:16:24.164 [WARN - Thread-121] (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:16:24.164 [INFO - Thread-121] (HiveMetaStore.java:632) Started the new metaserver on port [43353]...
02:16:24.164 [INFO - Thread-121] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:16:24.164 [INFO - Thread-121] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:16:24.164 [INFO - Thread-121] (HiveMetaStore.java:635) TCP keepalive = true
02:16:24.164 [INFO - Thread-121] (HiveMetaStore.java:636) Enable SSL = false
02:16:24.646 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:24.646 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:24.647 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:24.648 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:16:24.648 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43353]
02:16:24.649 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43353) in binary transport mode
02:16:24.649 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43353) current connections: 1
02:16:24.651 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskYnrXNK/test-tmp
02:16:24.651 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:16:24.651 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskYnrXNK/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:16:24.657 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43353"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:16:24.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.731177 10660 mini_oidc.cc:150] Starting JWKS server
02:16:24.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.731719 10660 webserver.cc:534] Webserver started at http://127.0.0.1:46675/ using document root <none> and password file <none>
02:16:24.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.731783 10660 mini_oidc.cc:186] Starting OIDC Discovery server
02:16:24.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.731904 10660 webserver.cc:534] Webserver started at http://127.0.0.1:41033/ using document root <none> and password file <none>
02:16:24.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:24Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:16:24.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:24Z Disabled control of system clock
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.742242 10660 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/wal
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/data
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/logs
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/data/info.pb
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.105.62:35551
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.105.62
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.105.20:44939
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.105.62:35551,127.10.105.61:39695,127.10.105.60:33897
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46675/jwks.json
02:16:24.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43353 with env {}
02:16:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.820019 10671 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.820192 10671 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.820211 10671 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:24.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.821697 10671 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:24.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.821738 10671 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:24.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.821751 10671 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:24.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.821763 10671 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:24.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.821775 10671 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:24.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.821786 10671 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46675/jwks.json
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.823364 10671 master_runner.cc:387] Master server non-default flags:
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.105.20:44939
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/data
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/wal
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43353
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.105.62:35551,127.10.105.61:39695,127.10.105.60:33897
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.105.62:35551
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46675/jwks.json
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/data/info.pb
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.105.62
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10671
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/logs
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.823567 10671 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:24.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.823734 10671 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:24.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.825793 10677 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:16:24.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.825825 10676 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:16:24.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.825901 10679 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:16:24.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.826540 10671 server_base.cc:1061] running on GCE node
02:16:24.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.826761 10671 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:24.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.827059 10671 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:24.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.828229 10671 hybrid_clock.cc:648] HybridClock initialized: now 1783476984828206 us; error 48 us; skew 500 ppm
02:16:24.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.829478 10671 webserver.cc:534] Webserver started at http://127.10.105.62:43173/ using document root <none> and password file <none>
02:16:24.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.829702 10671 fs_manager.cc:362] Metadata directory not provided
02:16:24.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.829787 10671 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:24.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.829902 10671 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:24.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.830737 10671 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/data/instance:
02:16:24.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faadce93f07444f8b157cb1072373c2f"
02:16:24.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:24 on dist-test-slave-3cc9"
02:16:24.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.831140 10671 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/wal/instance:
02:16:24.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faadce93f07444f8b157cb1072373c2f"
02:16:24.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:24 on dist-test-slave-3cc9"
02:16:24.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.832451 10671 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.833249 10685 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.833454 10671 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.833527 10671 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/wal
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faadce93f07444f8b157cb1072373c2f"
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:24 on dist-test-slave-3cc9"
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.833582 10671 fs_report.cc:389] FS layout report
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/wal
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/wal
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/data/data
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:24.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:24.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.845104 10671 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:24.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.845435 10671 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:24.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.845594 10671 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.849663 10671 rpc_server.cc:307] RPC server started. Bound to: 127.10.105.62:35551
02:16:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.849704 10737 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.105.62:35551 every 8 connection(s)
02:16:24.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.850065 10671 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/data/info.pb
02:16:24.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.850617 10738 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:16:24.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.851874 10738 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.105.62" port: 35551 } has no permanent_uuid. Determining permanent_uuid...
02:16:24.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.856297 10660 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10671
02:16:24.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.856395 10660 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-0/wal/instance
02:16:24.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.856711 10738 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } has no permanent_uuid. Determining permanent_uuid...
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.857141 10687 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.105.61:39695: connect: Connection refused (error 111)
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.857352 10660 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/wal
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/data
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/logs
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/data/info.pb
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.105.61:39695
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.105.61
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.105.20:44939
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.105.62:35551,127.10.105.61:39695,127.10.105.60:33897
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46675/jwks.json
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43353 with env {}
02:16:24.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.857697 10738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.105.61:39695: Network error: Client connection negotiation failed: client connection to 127.10.105.61:39695: connect: Connection refused (error 111)
02:16:24.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.906889 10738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } attempt: 1
02:16:24.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.907688 10738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.105.61:39695: Network error: Client connection negotiation failed: client connection to 127.10.105.61:39695: connect: Connection refused (error 111)
02:16:24.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.932351 10742 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:24.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.932544 10742 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:24.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.932574 10742 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:24.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.934207 10742 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:24.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.934301 10742 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:24.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.934331 10742 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:24.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.934351 10742 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:24.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.934366 10742 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:24.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.934381 10742 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46675/jwks.json
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.936107 10742 master_runner.cc:387] Master server non-default flags:
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.105.20:44939
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/data
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/wal
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43353
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.105.62:35551,127.10.105.61:39695,127.10.105.60:33897
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.105.61:39695
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46675/jwks.json
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:24.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/data/info.pb
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.105.61
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10742
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/logs
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.936391 10742 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.936643 10742 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.939167 10747 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:16:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.939173 10748 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:16:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.939234 10750 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:16:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.939563 10742 server_base.cc:1061] running on GCE node
02:16:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.939774 10742 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:24.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.940090 10742 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:24.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.941231 10742 hybrid_clock.cc:648] HybridClock initialized: now 1783476984941220 us; error 27 us; skew 500 ppm
02:16:24.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.942305 10742 webserver.cc:534] Webserver started at http://127.10.105.61:39243/ using document root <none> and password file <none>
02:16:24.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.942464 10742 fs_manager.cc:362] Metadata directory not provided
02:16:24.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.942497 10742 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:24.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.942565 10742 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.943315 10742 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/data/instance:
02:16:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0868917ed391448a8c179987b9a02b04"
02:16:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:24 on dist-test-slave-3cc9"
02:16:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.943586 10742 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/wal/instance:
02:16:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0868917ed391448a8c179987b9a02b04"
02:16:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:24 on dist-test-slave-3cc9"
02:16:24.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.944669 10742 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:16:24.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.945349 10756 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:24.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.945528 10742 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:16:24.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.945608 10742 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/wal
02:16:24.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0868917ed391448a8c179987b9a02b04"
02:16:24.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:24 on dist-test-slave-3cc9"
02:16:24.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.945681 10742 fs_report.cc:389] FS layout report
02:16:24.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:24.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/wal
02:16:24.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/wal
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/data/data
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:24.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.967442 10742 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:24.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.967842 10742 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:24.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.968011 10742 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:24.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.972230 10742 rpc_server.cc:307] RPC server started. Bound to: 127.10.105.61:39695
02:16:24.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.972257 10808 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.105.61:39695 every 8 connection(s)
02:16:24.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.972625 10742 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/data/info.pb
02:16:24.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.973178 10809 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:16:24.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.974426 10809 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.105.62" port: 35551 } has no permanent_uuid. Determining permanent_uuid...
02:16:24.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.975833 10738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } attempt: 2
02:16:24.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.979578 10809 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } has no permanent_uuid. Determining permanent_uuid...
02:16:24.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.979833 10738 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } has no permanent_uuid. Determining permanent_uuid...
02:16:24.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.980430 10738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.105.60:33897: Network error: Client connection negotiation failed: client connection to 127.10.105.60:33897: connect: Connection refused (error 111)
02:16:24.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.981453 10660 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10742
02:16:24.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.981537 10660 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-1/wal/instance
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.982169 10660 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/wal
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/data
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/logs
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/data/info.pb
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:24.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.105.60:33897
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.105.60
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.105.20:44939
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.105.62:35551,127.10.105.61:39695,127.10.105.60:33897
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46675/jwks.json
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43353 with env {}
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:24.982403 10809 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } has no permanent_uuid. Determining permanent_uuid...
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.982838 10759 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.105.60:33897: connect: Connection refused (error 111)
02:16:24.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:24.983325 10809 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.105.60:33897: Network error: Client connection negotiation failed: client connection to 127.10.105.60:33897: connect: Connection refused (error 111)
02:16:25.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.023600 10738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } attempt: 1
02:16:25.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.024472 10738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.105.60:33897: Network error: Client connection negotiation failed: client connection to 127.10.105.60:33897: connect: Connection refused (error 111)
02:16:25.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.032505 10809 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } attempt: 1
02:16:25.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.033341 10809 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.105.60:33897: Network error: Client connection negotiation failed: client connection to 127.10.105.60:33897: connect: Connection refused (error 111)
02:16:25.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.059971 10813 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:25.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.060142 10813 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:25.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.060163 10813 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:25.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.061630 10813 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:25.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.061671 10813 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:25.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.061685 10813 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:25.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.061697 10813 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:25.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.061709 10813 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:25.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.061721 10813 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46675/jwks.json
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.063180 10813 master_runner.cc:387] Master server non-default flags:
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.105.20:44939
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/data
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/wal
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43353
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.105.62:35551,127.10.105.61:39695,127.10.105.60:33897
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.105.60:33897
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46675/jwks.json
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/data/info.pb
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.105.60
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10813
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/logs
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:25.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:25.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:25.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:25.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:25.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:25.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.063376 10813 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:25.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.063547 10813 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:25.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.065721 10818 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:16:25.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.065742 10819 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:16:25.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.065819 10813 server_base.cc:1061] running on GCE node
02:16:25.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.065723 10821 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:16:25.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.066349 10813 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:25.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.066649 10813 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:25.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.067813 10813 hybrid_clock.cc:648] HybridClock initialized: now 1783476985067788 us; error 38 us; skew 500 ppm
02:16:25.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.068969 10813 webserver.cc:534] Webserver started at http://127.10.105.60:39305/ using document root <none> and password file <none>
02:16:25.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.069186 10813 fs_manager.cc:362] Metadata directory not provided
02:16:25.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.069270 10813 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:25.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.069378 10813 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:25.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.070227 10813 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/data/instance:
02:16:25.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c35019e5f985470ca526175678a3d39d"
02:16:25.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:25 on dist-test-slave-3cc9"
02:16:25.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.070596 10813 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/wal/instance:
02:16:25.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c35019e5f985470ca526175678a3d39d"
02:16:25.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:25 on dist-test-slave-3cc9"
02:16:25.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.071650 10738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } attempt: 2
02:16:25.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.071893 10813 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
02:16:25.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.072286 10738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.105.60:33897: Network error: Client connection negotiation failed: client connection to 127.10.105.60:33897: connect: Connection refused (error 111)
02:16:25.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.072698 10827 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.072892 10813 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.072966 10813 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/wal
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c35019e5f985470ca526175678a3d39d"
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:25 on dist-test-slave-3cc9"
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.073019 10813 fs_report.cc:389] FS layout report
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/wal
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/wal
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/data/data
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:25.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.090142 10813 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.090440 10813 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.090529 10813 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:25.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.094540 10813 rpc_server.cc:307] RPC server started. Bound to: 127.10.105.60:33897
02:16:25.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.094615 10879 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.105.60:33897 every 8 connection(s)
02:16:25.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.094900 10813 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/data/info.pb
02:16:25.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.095405 10880 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:16:25.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.096454 10660 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10813
02:16:25.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.096560 10660 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster16947742497332416277/master-2/wal/instance
02:16:25.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.096710 10880 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.105.62" port: 35551 } has no permanent_uuid. Determining permanent_uuid...
02:16:25.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.101504 10809 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } attempt: 2
02:16:25.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.101752 10880 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } has no permanent_uuid. Determining permanent_uuid...
02:16:25.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.105377 10880 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } has no permanent_uuid. Determining permanent_uuid...
02:16:25.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.106099 10809 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04: Bootstrap starting.
02:16:25.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.106854 10809 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04: Neither blocks nor log segments found. Creating new log.
02:16:25.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.107129 10809 log.cc:826] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04: Log is configured to *not* fsync() on all Append() calls
02:16:25.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.108141 10809 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04: No bootstrap required, opened a new log
02:16:25.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.110106 10809 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faadce93f07444f8b157cb1072373c2f" member_type: VOTER last_known_addr { host: "127.10.105.62" port: 35551 } } peers { permanent_uuid: "0868917ed391448a8c179987b9a02b04" member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } } peers { permanent_uuid: "c35019e5f985470ca526175678a3d39d" member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } }
02:16:25.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.110226 10809 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:25.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.110258 10809 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0868917ed391448a8c179987b9a02b04, State: Initialized, Role: FOLLOWER
02:16:25.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.110386 10809 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04 [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: "faadce93f07444f8b157cb1072373c2f" member_type: VOTER last_known_addr { host: "127.10.105.62" port: 35551 } } peers { permanent_uuid: "0868917ed391448a8c179987b9a02b04" member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } } peers { permanent_uuid: "c35019e5f985470ca526175678a3d39d" member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } }
02:16:25.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.110414 10880 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d: Bootstrap starting.
02:16:25.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.110760 10886 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04 [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: "faadce93f07444f8b157cb1072373c2f" member_type: VOTER last_known_addr { host: "127.10.105.62" port: 35551 } } peers { permanent_uuid: "0868917ed391448a8c179987b9a02b04" member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } } peers { permanent_uuid: "c35019e5f985470ca526175678a3d39d" member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } } }
02:16:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.110847 10809 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04 [sys.catalog]: configured and running, proceeding with master startup.
02:16:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.110867 10886 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04 [sys.catalog]: This master's current role is: FOLLOWER
02:16:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.111112 10880 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d: Neither blocks nor log segments found. Creating new log.
02:16:25.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.111304 10880 log.cc:826] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d: Log is configured to *not* fsync() on all Append() calls
02:16:25.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.111923 10880 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d: No bootstrap required, opened a new log
02:16:25.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.112617 10660 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:16:25.113 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:25.113 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:16:25.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.114207 10880 raft_consensus.cc:359] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "faadce93f07444f8b157cb1072373c2f" member_type: VOTER last_known_addr { host: "127.10.105.62" port: 35551 } } peers { permanent_uuid: "0868917ed391448a8c179987b9a02b04" member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } } peers { permanent_uuid: "c35019e5f985470ca526175678a3d39d" member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } }
02:16:25.114 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.105.62"
      port: 35551
    }
    bound_http_address {
      host: "127.10.105.62"
      port: 43173
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.105.61"
      port: 39695
    }
    bound_http_address {
      host: "127.10.105.61"
      port: 39243
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.105.60"
      port: 33897
    }
    bound_http_address {
      host: "127.10.105.60"
      port: 39305
    }
  }
}

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

02:16:25.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.114490 10880 raft_consensus.cc:385] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:25.115 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:25.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.115510 10880 raft_consensus.cc:740] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35019e5f985470ca526175678a3d39d, State: Initialized, Role: FOLLOWER
02:16:25.116 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:16:25.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.114142 10742 master_runner.cc:187] Error getting master registration for 127.10.105.62:35551: OK, instance_id { permanent_uuid: "faadce93f07444f8b157cb1072373c2f" instance_seqno: 1783476984848584 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:25.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.115762 10880 consensus_queue.cc:260] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d [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: "faadce93f07444f8b157cb1072373c2f" member_type: VOTER last_known_addr { host: "127.10.105.62" port: 35551 } } peers { permanent_uuid: "0868917ed391448a8c179987b9a02b04" member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } } peers { permanent_uuid: "c35019e5f985470ca526175678a3d39d" member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } }
02:16:25.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.115841 10742 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:25.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.116104 10880 sys_catalog.cc:565] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d [sys.catalog]: configured and running, proceeding with master startup.
02:16:25.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.116601 10660 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10671
02:16:25.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.113220 10901 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 0868917ed391448a8c179987b9a02b04: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:25.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.118314 10901 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:25.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.119087 10918 catalog_manager.cc:1593] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:25.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.119284 10918 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:25.119 [INFO - Metastore-Handler-Pool: Thread-198] (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:16:25.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.119639 10903 sys_catalog.cc:455] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d [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: "faadce93f07444f8b157cb1072373c2f" member_type: VOTER last_known_addr { host: "127.10.105.62" port: 35551 } } peers { permanent_uuid: "0868917ed391448a8c179987b9a02b04" member_type: VOTER last_known_addr { host: "127.10.105.61" port: 39695 } } peers { permanent_uuid: "c35019e5f985470ca526175678a3d39d" member_type: VOTER last_known_addr { host: "127.10.105.60" port: 33897 } } }
02:16:25.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.119835 10903 sys_catalog.cc:458] T 00000000000000000000000000000000 P c35019e5f985470ca526175678a3d39d [sys.catalog]: This master's current role is: FOLLOWER
02:16:25.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.120136 10898 client.h:372] Failed to connect to Hive Metastore (localhost:43353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:25.122 [INFO - Metastore-Handler-Pool: Thread-199] (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:16:25.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.122057 10828 connection.cc:573] client connection to 127.10.105.62:35551 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:16:25.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.122443 10660 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10742
02:16:25.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:25.123144 10915 client.h:372] Failed to connect to Hive Metastore (localhost:43353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:16:25.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.122308 10813 master_runner.cc:187] Error getting master registration for 127.10.105.62:35551: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
02:16:25.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.124001 10813 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:25.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:25.127635 10660 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10813
02:16:25.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:25Z chronyd exiting
.02:16:25.172 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:25.173 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:25.173 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:25.190 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive6455636828184134541
02:16:25.190 [INFO - Thread-139] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:16:25.191 [INFO - Thread-139] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:16:25.192 [INFO - Thread-139] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:25.193 [INFO - Thread-139] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:25.193 [INFO - Thread-139] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:16:25.193 [INFO - Thread-139] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:16:25.194 [INFO - Thread-139] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:16:25.194 [INFO - Thread-139] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:16:25.195 [INFO - Thread-139] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:16:25.195 [INFO - Thread-139] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:16:25.196 [INFO - Thread-139] (HikariDataSource.java:80) objectstore - Starting...
02:16:25.242 [INFO - Thread-139] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:25.242 [INFO - Thread-139] (HikariDataSource.java:82) objectstore - Start completed.
02:16:25.243 [INFO - Thread-139] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:16:25.244 [INFO - Thread-139] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:16:25.246 [INFO - Thread-139] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:16:25.247 [INFO - Thread-139] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:16:25.259 [INFO - Thread-139] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:16:25.259 [INFO - Thread-139] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:16:25.259 [INFO - Thread-139] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:16:25.280 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:25.281 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:25.281 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:25.281 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:25.282 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:25.282 [WARN - Thread-139] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:16:25.508 [INFO - Thread-139] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:16:25.528 [INFO - Thread-139] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12a68453, with PersistenceManager: null will be shutdown
02:16:25.531 [INFO - Thread-139] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12a68453, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@de734d9 created in the thread with id: 200
02:16:25.533 [WARN - Thread-139] (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:16:25.534 [INFO - Thread-139] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12a68453
02:16:25.641 [INFO - Thread-139] (HMSHandler.java:595) Started creating a default database with name: default
02:16:25.654 [INFO - Thread-139] (HMSHandler.java:605) Successfully created a default database with name: default
02:16:25.677 [INFO - Thread-139] (HMSHandler.java:668) Added admin role in metastore
02:16:25.679 [INFO - Thread-139] (HMSHandler.java:677) Added public role in metastore
02:16:25.706 [INFO - Thread-139] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:16:25.707 [INFO - Thread-139] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:16:25.707 [INFO - Thread-139] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:16:25.707 [INFO - Thread-139] (HiveMetaStore.java:697) Direct SQL optimization = true
02:16:25.708 [WARN - Thread-139] (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:16:25.708 [INFO - Thread-139] (HiveMetaStore.java:632) Started the new metaserver on port [33677]...
02:16:25.708 [INFO - Thread-139] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:16:25.708 [INFO - Thread-139] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:16:25.708 [INFO - Thread-139] (HiveMetaStore.java:635) TCP keepalive = true
02:16:25.708 [INFO - Thread-139] (HiveMetaStore.java:636) Enable SSL = false
02:16:26.192 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:16:26.193 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:16:26.194 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:16:26.196 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:16:26.196 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33677]
02:16:26.197 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33677) in binary transport mode
02:16:26.197 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33677) current connections: 1
02:16:26.198 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskYnrXNK/test-tmp
02:16:26.199 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
02:16:26.199 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskYnrXNK/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
02:16:26.202 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

02:16:26.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.278735 10944 mini_oidc.cc:150] Starting JWKS server
02:16:26.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.279349 10944 webserver.cc:534] Webserver started at http://127.0.0.1:38409/ using document root <none> and password file <none>
02:16:26.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.279455 10944 mini_oidc.cc:186] Starting OIDC Discovery server
02:16:26.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.279637 10944 webserver.cc:534] Webserver started at http://127.0.0.1:35785/ using document root <none> and password file <none>
02:16:26.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:26Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:16:26.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:26Z Disabled control of system clock
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.289953 10944 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/wal
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/data
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/logs
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/data/info.pb
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.176.62:41653
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.176.62
02:16:26.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:26.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.176.20:43125
02:16:26.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:26.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:26.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:26.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:26.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.176.62:41653,127.10.176.61:38101,127.10.176.60:42337
02:16:26.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:26.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38409/jwks.json with env {}
02:16:26.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.366463 10955 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:26.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.366640 10955 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:26.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.366660 10955 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:26.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.368110 10955 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:26.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.368151 10955 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:26.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.368165 10955 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:26.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.368177 10955 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:26.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.368189 10955 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:26.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.368201 10955 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38409/jwks.json
02:16:26.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.369769 10955 master_runner.cc:387] Master server non-default flags:
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.176.20:43125
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/data
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/wal
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.176.62:41653,127.10.176.61:38101,127.10.176.60:42337
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.176.62:41653
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38409/jwks.json
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/data/info.pb
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.176.62
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10955
02:16:26.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/logs
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.369968 10955 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:26.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.370136 10955 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:26.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.372344 10961 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:16:26.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.372380 10960 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:16:26.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.372566 10963 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:16:26.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.372840 10955 server_base.cc:1061] running on GCE node
02:16:26.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.373032 10955 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:26.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.373327 10955 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:26.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.374498 10955 hybrid_clock.cc:648] HybridClock initialized: now 1783476986374483 us; error 39 us; skew 500 ppm
02:16:26.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.375651 10955 webserver.cc:534] Webserver started at http://127.10.176.62:40405/ using document root <none> and password file <none>
02:16:26.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.375878 10955 fs_manager.cc:362] Metadata directory not provided
02:16:26.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.376013 10955 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:26.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.376120 10955 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.377068 10955 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/data/instance:
02:16:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38f93d58e938413fb045c302381e06e5"
02:16:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:26 on dist-test-slave-3cc9"
02:16:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.377429 10955 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/wal/instance:
02:16:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38f93d58e938413fb045c302381e06e5"
02:16:26.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:26 on dist-test-slave-3cc9"
02:16:26.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.378744 10955 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
02:16:26.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.379518 10969 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:26.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.379726 10955 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
02:16:26.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.379820 10955 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/wal
02:16:26.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38f93d58e938413fb045c302381e06e5"
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:26 on dist-test-slave-3cc9"
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.379877 10955 fs_report.cc:389] FS layout report
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/wal
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/wal
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/data/data
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:26.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:26.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.392680 10955 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.393064 10955 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:26.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.393215 10955 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.397851 10955 rpc_server.cc:307] RPC server started. Bound to: 127.10.176.62:41653
02:16:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.398491 10955 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/data/info.pb
02:16:26.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.398811 11021 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.176.62:41653 every 8 connection(s)
02:16:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.399349 11022 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:16:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.400542 11022 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } has no permanent_uuid. Determining permanent_uuid...
02:16:26.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.404112 10944 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 10955
02:16:26.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.404208 10944 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-0/wal/instance
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.405171 10944 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/wal
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/data
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/logs
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/data/info.pb
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.176.61:38101
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.176.61
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.176.20:43125
02:16:26.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:26.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:26.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:26.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:26.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.176.62:41653,127.10.176.61:38101,127.10.176.60:42337
02:16:26.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:26.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38409/jwks.json with env {}
02:16:26.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.409873 11022 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } has no permanent_uuid. Determining permanent_uuid...
02:16:26.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.410317 10972 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.176.61:38101: connect: Connection refused (error 111)
02:16:26.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.410861 11022 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.176.61:38101: Network error: Client connection negotiation failed: client connection to 127.10.176.61:38101: connect: Connection refused (error 111)
02:16:26.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.460071 11022 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } attempt: 1
02:16:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.460950 11022 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.176.61:38101: Network error: Client connection negotiation failed: client connection to 127.10.176.61:38101: connect: Connection refused (error 111)
02:16:26.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.518322 11026 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:26.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.518596 11026 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:26.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.518630 11026 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.520929 11026 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.520982 11026 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.521001 11026 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.521018 11026 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.521036 11026 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.521051 11026 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38409/jwks.json
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.523391 11026 master_runner.cc:387] Master server non-default flags:
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.176.20:43125
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/data
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/wal
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.176.62:41653,127.10.176.61:38101,127.10.176.60:42337
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.176.61:38101
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38409/jwks.json
02:16:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/data/info.pb
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.176.61
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11026
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/logs
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.523638 11026 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.523872 11026 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:26.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.526257 11033 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:16:26.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.526371 11032 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:16:26.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.526262 11035 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:16:26.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.526760 11026 server_base.cc:1061] running on GCE node
02:16:26.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.526988 11026 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:26.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.527269 11026 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:26.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.528432 11026 hybrid_clock.cc:648] HybridClock initialized: now 1783476986528406 us; error 43 us; skew 500 ppm
02:16:26.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.529104 11022 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } attempt: 2
02:16:26.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.529717 11022 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.176.61:38101: Network error: Client connection negotiation failed: client connection to 127.10.176.61:38101: connect: Connection refused (error 111)
02:16:26.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.529738 11026 webserver.cc:534] Webserver started at http://127.10.176.61:35373/ using document root <none> and password file <none>
02:16:26.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.529932 11026 fs_manager.cc:362] Metadata directory not provided
02:16:26.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.529990 11026 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:26.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.530094 11026 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:26.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.531126 11026 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/data/instance:
02:16:26.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "33ab06f71323416bbb1f3c7d39f2b729"
02:16:26.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:26 on dist-test-slave-3cc9"
02:16:26.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.531489 11026 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/wal/instance:
02:16:26.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "33ab06f71323416bbb1f3c7d39f2b729"
02:16:26.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:26 on dist-test-slave-3cc9"
02:16:26.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.532936 11026 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
02:16:26.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.533700 11041 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:26.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.533857 11026 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.533916 11026 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/wal
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "33ab06f71323416bbb1f3c7d39f2b729"
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:26 on dist-test-slave-3cc9"
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.533967 11026 fs_report.cc:389] FS layout report
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/wal
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/wal
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/data/data
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:26.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:26.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.542737 11026 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:26.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.542971 11026 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:26.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.543051 11026 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:26.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.547030 11026 rpc_server.cc:307] RPC server started. Bound to: 127.10.176.61:38101
02:16:26.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.547071 11093 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.176.61:38101 every 8 connection(s)
02:16:26.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.547415 11026 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/data/info.pb
02:16:26.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.548048 11094 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:16:26.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.549680 11094 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } has no permanent_uuid. Determining permanent_uuid...
02:16:26.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.551748 10944 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 11026
02:16:26.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.551833 10944 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-1/wal/instance
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.552188 10944 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYnrXNK/build/release/bin/kudu
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/wal
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/data
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/logs
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/data/info.pb
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:16:26.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.176.60:42337
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.176.60
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.176.20:43125
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.176.62:41653,127.10.176.61:38101,127.10.176.60:42337
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38409/jwks.json with env {}
02:16:26.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.555195 11094 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } has no permanent_uuid. Determining permanent_uuid...
02:16:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.559631 11094 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } has no permanent_uuid. Determining permanent_uuid...
02:16:26.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.559975 11044 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.176.60:42337: connect: Connection refused (error 111)
02:16:26.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.561103 11094 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.176.60:42337: Network error: Client connection negotiation failed: client connection to 127.10.176.60:42337: connect: Connection refused (error 111)
02:16:26.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.610311 11094 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } attempt: 1
02:16:26.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.611215 11094 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.176.60:42337: Network error: Client connection negotiation failed: client connection to 127.10.176.60:42337: connect: Connection refused (error 111)
02:16:26.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.620862 11022 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } attempt: 3
02:16:26.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.624538 11022 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } has no permanent_uuid. Determining permanent_uuid...
02:16:26.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.625259 11022 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.176.60:42337: Network error: Client connection negotiation failed: client connection to 127.10.176.60:42337: connect: Connection refused (error 111)
02:16:26.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.632989 11097 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:16:26.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.633147 11097 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:16:26.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.633167 11097 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:16:26.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.634634 11097 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:16:26.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.634675 11097 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:16:26.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.634687 11097 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:16:26.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.634699 11097 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:16:26.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.634711 11097 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:16:26.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.634722 11097 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38409/jwks.json
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.636268 11097 master_runner.cc:387] Master server non-default flags:
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.176.20:43125
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/data
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/wal
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.176.62:41653,127.10.176.61:38101,127.10.176.60:42337
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.176.60:42337
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:16:26.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38409/jwks.json
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/data/info.pb
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.176.60
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11097
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/logs
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision a3f35afc2b6dad6aa403ec58378221544a26edd0
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:40:33 UTC on e7f111948823
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16848
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.636462 11097 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:16:26.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.636687 11097 file_cache.cc:492] Constructed file cache file cache with capacity 419430
02:16:26.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.639047 11104 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:16:26.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.639060 11105 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:16:26.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.639133 11107 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:16:26.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.639418 11097 server_base.cc:1061] running on GCE node
02:16:26.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.639611 11097 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:16:26.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.639859 11097 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:16:26.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.641011 11097 hybrid_clock.cc:648] HybridClock initialized: now 1783476986640993 us; error 39 us; skew 500 ppm
02:16:26.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.642215 11097 webserver.cc:534] Webserver started at http://127.10.176.60:37741/ using document root <none> and password file <none>
02:16:26.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.642406 11097 fs_manager.cc:362] Metadata directory not provided
02:16:26.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.642458 11097 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:16:26.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.642550 11097 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:16:26.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.643555 11097 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/data/instance:
02:16:26.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a80c9d6619314004a1a051bf7d476ecd"
02:16:26.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:26 on dist-test-slave-3cc9"
02:16:26.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.643929 11097 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/wal/instance:
02:16:26.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a80c9d6619314004a1a051bf7d476ecd"
02:16:26.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:26 on dist-test-slave-3cc9"
02:16:26.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.645371 11097 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.646109 11113 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.646313 11097 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.646382 11097 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/data,/tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/wal
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a80c9d6619314004a1a051bf7d476ecd"
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:16:26 on dist-test-slave-3cc9"
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.646433 11097 fs_report.cc:389] FS layout report
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/wal
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/wal
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/data/data
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:16:26.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:16:26.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.656422 11022 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } attempt: 1
02:16:26.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.657310 11022 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.176.60:42337: Network error: Client connection negotiation failed: client connection to 127.10.176.60:42337: connect: Connection refused (error 111)
02:16:26.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.667615 11097 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:16:26.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.667970 11097 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:16:26.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.668103 11097 kserver.cc:163] Server-wide thread pool size limit: 3276
02:16:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.672998 11097 rpc_server.cc:307] RPC server started. Bound to: 127.10.176.60:42337
02:16:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.673022 11165 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.176.60:42337 every 8 connection(s)
02:16:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.673380 11097 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/data/info.pb
02:16:26.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.673996 11166 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:16:26.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.675364 11166 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } has no permanent_uuid. Determining permanent_uuid...
02:16:26.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.677168 10944 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskYnrXNK/build/release/bin/kudu as pid 11097
02:16:26.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.677258 10944 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskYnrXNK/test-tmp/mini-kudu-cluster11757020720970707202/master-2/wal/instance
02:16:26.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.679350 11094 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } attempt: 2
02:16:26.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.681473 11166 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } has no permanent_uuid. Determining permanent_uuid...
02:16:26.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.685509 11094 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729: Bootstrap starting.
02:16:26.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.686167 11094 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729: Neither blocks nor log segments found. Creating new log.
02:16:26.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.686452 11094 log.cc:826] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729: Log is configured to *not* fsync() on all Append() calls
02:16:26.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.687060 11166 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } has no permanent_uuid. Determining permanent_uuid...
02:16:26.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.687124 11094 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729: No bootstrap required, opened a new log
02:16:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.689111 11094 raft_consensus.cc:359] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } }
02:16:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.689392 11094 raft_consensus.cc:385] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.689568 11094 raft_consensus.cc:740] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 33ab06f71323416bbb1f3c7d39f2b729, State: Initialized, Role: FOLLOWER
02:16:26.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.689822 11094 consensus_queue.cc:260] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [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: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } }
02:16:26.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.690339 11173 sys_catalog.cc:455] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [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: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.690387 11094 sys_catalog.cc:565] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [sys.catalog]: configured and running, proceeding with master startup.
02:16:26.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.690598 11173 sys_catalog.cc:458] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [sys.catalog]: This master's current role is: FOLLOWER
02:16:26.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.691315 11166 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd: Bootstrap starting.
02:16:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.692065 11166 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd: Neither blocks nor log segments found. Creating new log.
02:16:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.692344 11166 log.cc:826] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd: Log is configured to *not* fsync() on all Append() calls
02:16:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.692864 11184 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.693151 11184 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:26.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.692973 11026 master_runner.cc:187] Error getting master registration for 127.10.176.62:41653: OK, instance_id { permanent_uuid: "38f93d58e938413fb045c302381e06e5" instance_seqno: 1783476986396645 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:26.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.694624 11026 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:26.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.695454 11166 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd: No bootstrap required, opened a new log
02:16:26.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.696585 10944 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:16:26.697 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:26.697 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:16:26.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.697500 11166 raft_consensus.cc:359] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } }
02:16:26.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.697619 11166 raft_consensus.cc:385] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:26.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.697645 11166 raft_consensus.cc:740] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a80c9d6619314004a1a051bf7d476ecd, State: Initialized, Role: FOLLOWER
02:16:26.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.697729 11166 consensus_queue.cc:260] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [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: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } }
02:16:26.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.697999 11166 sys_catalog.cc:565] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [sys.catalog]: configured and running, proceeding with master startup.
02:16:26.698 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.176.62"
      port: 41653
    }
    bound_http_address {
      host: "127.10.176.62"
      port: 40405
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.176.61"
      port: 38101
    }
    bound_http_address {
      host: "127.10.176.61"
      port: 35373
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.176.60"
      port: 42337
    }
    bound_http_address {
      host: "127.10.176.60"
      port: 37741
    }
  }
}

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

02:16:26.701 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:16:26.702 [INFO - Metastore-Handler-Pool: Thread-221] (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=fc75accd-fd25-447e-aad5-49c881164f90, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.176.60:42337,127.10.176.62:41653,127.10.176.61:38101}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:16:26.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.702109 11097 master_runner.cc:187] Error getting master registration for 127.10.176.62:41653: OK, instance_id { permanent_uuid: "38f93d58e938413fb045c302381e06e5" instance_seqno: 1783476986396645 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:16:26.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.703603 11097 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:16:26.704 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:16:26.704 [INFO - Metastore-Handler-Pool: Thread-221] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:16:26.704 [INFO - Metastore-Handler-Pool: Thread-221] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52341570, with PersistenceManager: null will be shutdown
02:16:26.705 [INFO - Metastore-Handler-Pool: Thread-221] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52341570, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@38842746 created in the thread with id: 221
02:16:26.708 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52341570
02:16:26.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.699762 11198 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.708928 11198 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.709062 11187 sys_catalog.cc:455] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [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: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.709121 11187 sys_catalog.cc:458] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [sys.catalog]: This master's current role is: FOLLOWER
02:16:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.709164 11187 raft_consensus.cc:493] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:16:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.709210 11187 raft_consensus.cc:515] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } }
02:16:26.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.709424 11187 leader_election.cc:290] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 38f93d58e938413fb045c302381e06e5 (127.10.176.62:41653), 33ab06f71323416bbb1f3c7d39f2b729 (127.10.176.61:38101)
02:16:26.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.709919 11068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a80c9d6619314004a1a051bf7d476ecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33ab06f71323416bbb1f3c7d39f2b729" is_pre_election: true
02:16:26.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.710058 11068 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a80c9d6619314004a1a051bf7d476ecd in term 0.
02:16:26.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.710274 11116 leader_election.cc:304] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [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: 33ab06f71323416bbb1f3c7d39f2b729, a80c9d6619314004a1a051bf7d476ecd; no voters: 
02:16:26.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.710803 11187 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 0 FOLLOWER]: Leader pre-election won for term 1
02:16:26.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.711030 11187 raft_consensus.cc:493] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:16:26.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.711230 11187 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 0 FOLLOWER]: Advancing to term 1
02:16:26.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.712702 11187 raft_consensus.cc:515] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } }
02:16:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.713492 11068 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a80c9d6619314004a1a051bf7d476ecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "33ab06f71323416bbb1f3c7d39f2b729"
02:16:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.713579 11068 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [term 0 FOLLOWER]: Advancing to term 1
02:16:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.714454 11068 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a80c9d6619314004a1a051bf7d476ecd in term 1.
02:16:26.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.714625 11116 leader_election.cc:304] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [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: 33ab06f71323416bbb1f3c7d39f2b729, a80c9d6619314004a1a051bf7d476ecd; no voters: 
02:16:26.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.715008 11187 leader_election.cc:290] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [CANDIDATE]: Term 1 election: Requested vote from peers 38f93d58e938413fb045c302381e06e5 (127.10.176.62:41653), 33ab06f71323416bbb1f3c7d39f2b729 (127.10.176.61:38101)
02:16:26.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.715255 11187 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 1 FOLLOWER]: Leader election won for term 1
02:16:26.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.715497 11187 raft_consensus.cc:697] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [term 1 LEADER]: Becoming Leader. State: Replica: a80c9d6619314004a1a051bf7d476ecd, State: Running, Role: LEADER
02:16:26.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.715793 11187 consensus_queue.cc:237] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [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: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } }
02:16:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.716651 11187 sys_catalog.cc:455] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [sys.catalog]: SysCatalogTable state changed. Reason: New leader a80c9d6619314004a1a051bf7d476ecd. Latest consensus state: current_term: 1 leader_uuid: "a80c9d6619314004a1a051bf7d476ecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.716969 11187 sys_catalog.cc:458] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [sys.catalog]: This master's current role is: LEADER
02:16:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.717490 11202 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
02:16:26.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.717947 11202 catalog_manager.cc:1519] Initializing Kudu cluster ID...
02:16:26.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.720582 11068 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [term 1 FOLLOWER]: Refusing update from remote peer a80c9d6619314004a1a051bf7d476ecd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:26.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.721063 11187 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:26.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.725571 11173 sys_catalog.cc:455] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a80c9d6619314004a1a051bf7d476ecd. Latest consensus state: current_term: 1 leader_uuid: "a80c9d6619314004a1a051bf7d476ecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.725662 11173 sys_catalog.cc:458] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [sys.catalog]: This master's current role is: FOLLOWER
02:16:26.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.727411 11200 sys_catalog.cc:455] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a80c9d6619314004a1a051bf7d476ecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.727490 11200 sys_catalog.cc:458] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [sys.catalog]: This master's current role is: LEADER
02:16:26.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.727487 11173 sys_catalog.cc:455] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a80c9d6619314004a1a051bf7d476ecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.727568 11173 sys_catalog.cc:458] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729 [sys.catalog]: This master's current role is: FOLLOWER
02:16:26.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.727653 11203 mvcc.cc:204] Tried to move back new op lower bound from 7305121737605066752 to 7305121737589972992. Current Snapshot: MvccSnapshot[applied={T|T < 7305121737605066752}]
02:16:26.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.728783 11204 mvcc.cc:204] Tried to move back new op lower bound from 7305121737605066752 to 7305121737589972992. Current Snapshot: MvccSnapshot[applied={T|T < 7305121737605066752}]
02:16:26.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.729602 11202 catalog_manager.cc:1382] Generated new cluster ID: 0c38225dac0c43bfaedd725afd11230e
02:16:26.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.729652 11202 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
02:16:26.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.732445 11022 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } attempt: 2
02:16:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.741245 11022 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5: Bootstrap starting.
02:16:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.741943 11022 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5: Neither blocks nor log segments found. Creating new log.
02:16:26.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.742185 11022 log.cc:826] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5: Log is configured to *not* fsync() on all Append() calls
02:16:26.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.750414 11022 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5: No bootstrap required, opened a new log
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.752658 11022 raft_consensus.cc:359] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } }
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.753199 11022 raft_consensus.cc:385] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.753247 11022 raft_consensus.cc:740] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 38f93d58e938413fb045c302381e06e5, State: Initialized, Role: FOLLOWER
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.753342 11022 consensus_queue.cc:260] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [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: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } }
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.753649 11022 sys_catalog.cc:565] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [sys.catalog]: configured and running, proceeding with master startup.
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.753729 10994 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [term 0 FOLLOWER]: Advancing to term 1
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.754650 10994 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [term 1 FOLLOWER]: Refusing update from remote peer a80c9d6619314004a1a051bf7d476ecd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.754809 10995 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a80c9d6619314004a1a051bf7d476ecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38f93d58e938413fb045c302381e06e5"
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.755080 10996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a80c9d6619314004a1a051bf7d476ecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38f93d58e938413fb045c302381e06e5" is_pre_election: true
02:16:26.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.755539 10995 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a80c9d6619314004a1a051bf7d476ecd in term 1.
02:16:26.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.755892 11187 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [LEADER]: Connected to new peer: Peer: permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:16:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.774058 11222 mvcc.cc:204] Tried to move back new op lower bound from 7305121737605066752 to 7305121737589972992. Current Snapshot: MvccSnapshot[applied={T|T < 7305121737605066752}]
02:16:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.774194 11220 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:16:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:16:26.774281 11220 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:16:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.774441 11209 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a80c9d6619314004a1a051bf7d476ecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.774521 11209 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [sys.catalog]: This master's current role is: FOLLOWER
02:16:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.774560 11209 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a80c9d6619314004a1a051bf7d476ecd. Latest consensus state: current_term: 1 leader_uuid: "a80c9d6619314004a1a051bf7d476ecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.774597 11209 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [sys.catalog]: This master's current role is: FOLLOWER
02:16:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.774623 11209 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a80c9d6619314004a1a051bf7d476ecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.774650 11209 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5 [sys.catalog]: This master's current role is: FOLLOWER
02:16:26.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.792261 11187 sys_catalog.cc:455] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a80c9d6619314004a1a051bf7d476ecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38f93d58e938413fb045c302381e06e5" member_type: VOTER last_known_addr { host: "127.10.176.62" port: 41653 } } peers { permanent_uuid: "33ab06f71323416bbb1f3c7d39f2b729" member_type: VOTER last_known_addr { host: "127.10.176.61" port: 38101 } } peers { permanent_uuid: "a80c9d6619314004a1a051bf7d476ecd" member_type: VOTER last_known_addr { host: "127.10.176.60" port: 42337 } } }
02:16:26.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.792377 11187 sys_catalog.cc:458] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd [sys.catalog]: This master's current role is: LEADER
02:16:26.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.795549 11202 catalog_manager.cc:1405] Generated new certificate authority record
02:16:26.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.796520 11202 catalog_manager.cc:1539] Loading token signing keys...
02:16:26.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.808063 11202 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a80c9d6619314004a1a051bf7d476ecd: Generated new TSK 0
02:16:26.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:26.808501 11202 catalog_manager.cc:1549] Initializing in-progress tserver states...
02:16:27.125 [WARN - Metastore-Handler-Pool: Thread-221] (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:16:27.129 [WARN - Metastore-Handler-Pool: Thread-221] (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:16:27.129 [WARN - Metastore-Handler-Pool: Thread-221] (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:16:27.199 [INFO - Metastore-Handler-Pool: Thread-221] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:16:27.204 [INFO - Metastore-Handler-Pool: Thread-221] (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/hive6455636828184134541/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=fc75accd-fd25-447e-aad5-49c881164f90, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.176.60:42337,127.10.176.62:41653,127.10.176.61:38101}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:16:27.205 [INFO - Metastore-Handler-Pool: Thread-221] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6455636828184134541/external-warehouse/table
02:16:27.260 [DEBUG - Metastore-Handler-Pool: Thread-221] (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:16:27.261 [DEBUG - Metastore-Handler-Pool: Thread-221] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:16:27.264 [DEBUG - Metastore-Handler-Pool: Thread-221] (Connection.java:748) [peer master-127.10.176.60:42337(127.10.176.60:42337)] connecting to peer
02:16:27.266 [DEBUG - Metastore-Handler-Pool: Thread-221] (Connection.java:748) [peer master-127.10.176.62:41653(127.10.176.62:41653)] connecting to peer
02:16:27.267 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.176.60:42337(127.10.176.60:42337)] Successfully connected to peer
02:16:27.271 [DEBUG - Metastore-Handler-Pool: Thread-221] (Connection.java:748) [peer master-127.10.176.61:38101(127.10.176.61:38101)] connecting to peer
02:16:27.273 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.176.60
02:16:27.273 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.176.62:41653(127.10.176.62:41653)] Successfully connected to peer
02:16:27.276 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.176.62
02:16:27.290 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.10.176.61:38101(127.10.176.61:38101)] Successfully connected to peer
02:16:27.295 [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:16:27.299 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.10.176.61
02:16:27.310 [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:16:27.313 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xf8af195d, L:/127.0.0.1:50136 - R:/127.10.176.62:41653] using SASL/PLAIN
02:16:27.316 [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:16:27.320 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xb4840246, L:/127.0.0.1:45524 - R:/127.10.176.60:42337] using SASL/PLAIN
02:16:27.321 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xd32c494e, L:/127.0.0.1:47710 - R:/127.10.176.61:38101] using SASL/PLAIN
02:16:27.325 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:16:27.359 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:27.388 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:27.390 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:16:27.399 [INFO - Metastore-Handler-Pool: Thread-221] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:16:27.429 [INFO - Metastore-Handler-Pool: Thread-221] (MetaStoreServerUtils.java:473) Updating table stats for table
02:16:27.429 [INFO - Metastore-Handler-Pool: Thread-221] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:16:27.497 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:16:27.513 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:3711) Skipping translation for processor with null
02:16:27.514 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:16:27.597 [WARN - Metastore-Handler-Pool: Thread-221] (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:16:27.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.693742 11184 catalog_manager.cc:1294] Loaded cluster ID: 0c38225dac0c43bfaedd725afd11230e
02:16:27.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.693821 11184 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729: loading cluster ID for follower catalog manager: success
02:16:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.695789 11184 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729: acquiring CA information for follower catalog manager: success
02:16:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.696132 11184 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 33ab06f71323416bbb1f3c7d39f2b729: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:27.700 [WARN - Metastore-Handler-Pool: Thread-221] (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:16:27.730 [WARN - Metastore-Handler-Pool: Thread-221] (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:16:27.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.774716 11220 catalog_manager.cc:1294] Loaded cluster ID: 0c38225dac0c43bfaedd725afd11230e
02:16:27.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.774796 11220 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5: loading cluster ID for follower catalog manager: success
02:16:27.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.776118 11220 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5: acquiring CA information for follower catalog manager: success
02:16:27.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.776484 11220 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 38f93d58e938413fb045c302381e06e5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:16:27.822 [INFO - Metastore-Handler-Pool: Thread-221] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:16:27.823 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:16:27.824 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:16:27.824 [INFO - Metastore-Handler-Pool: Thread-221] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52341570, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@38842746 will be shutdown
02:16:27.824 [INFO - Metastore-Handler-Pool: Thread-221] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:16:27.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.824077 10944 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 10955
02:16:27.831 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.176.62:41653(127.10.176.62:41653)] handling channelInactive
02:16:27.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.831414 10944 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 11026
02:16:27.831 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.176.62:41653(127.10.176.62:41653)] cleaning up while in state READY due to: connection closed
02:16:27.837 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.10.176.61:38101(127.10.176.61:38101)] handling channelInactive
02:16:27.837 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.10.176.61:38101(127.10.176.61:38101)] cleaning up while in state READY due to: connection closed
02:16:27.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:16:27.837436 10944 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskYnrXNK/build/release/bin/kudu with pid 11097
02:16:27.843 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.176.60:42337(127.10.176.60:42337)] handling channelInactive
02:16:27.843 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.176.60:42337(127.10.176.60:42337)] cleaning up while in state READY due to: connection closed
02:16:27.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:16:27Z chronyd exiting

Time: 22.752

OK (6 tests)

