JUnit version 4.13.2
.14:02:53.912 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:02:53.919 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:02:53.920 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:02:54.038 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8805029641612558512
14:02:54.187 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:02:54.204 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:02:54.451 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:02:54.488 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:02:54.488 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
14:02:54.518 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
14:02:54.529 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:02:54.549 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
14:02:55.272 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:02:55.276 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
14:02:55.299 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:02:55.301 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:02:55.313 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:02:55.315 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:02:55.491 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:02:55.491 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:02:55.493 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:02:55.978 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:02:55.979 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6709612, with PersistenceManager: null will be shutdown
14:02:56.001 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6709612, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@de8449b created in the thread with id: 13
14:02:56.081 [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
14:02:56.316 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:02:56.318 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:02:56.319 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:02:56.319 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:02:56.321 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:02:56.321 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:02:56.901 [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
14:02:56.901 [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.85
14:02:56.901 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6709612
14:02:57.179 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
14:02:57.220 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
14:02:57.262 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
14:02:57.265 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
14:02:57.329 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:02:57.334 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:02:57.572 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:02:57.580 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
14:02:57.590 [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)
14:02:57.591 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [33023]...
14:02:57.591 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:02:57.591 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:02:57.591 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
14:02:57.592 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
14:02:58.061 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:02:58.062 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:02:58.063 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:02:58.074 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:02:58.075 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33023]
14:02:58.075 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33023) in binary transport mode
14:02:58.089 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33023) current connections: 1
14:02:58.151 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
14:02:58.259 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskdCzFhS/test-tmp
14:02:58.262 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:02:58.264 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskdCzFhS/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:02:58.302 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33023"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:02:58.513 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:02:58.522 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:02:58.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.523707  4521 mini_oidc.cc:150] Starting JWKS server
14:02:58.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.524534  4521 webserver.cc:533] Webserver started at http://127.0.0.1:42189/ using document root <none> and password file <none>
14:02:58.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.524686  4521 mini_oidc.cc:186] Starting OIDC Discovery server
14:02:58.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.524869  4521 webserver.cc:533] Webserver started at http://127.0.0.1:33661/ using document root <none> and password file <none>
14:02:58.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:02:58Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:02:58.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:02:58Z Disabled control of system clock
14:02:58.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.538491  4521 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:02:58.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:02:58.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/wal
14:02:58.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/data
14:02:58.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:02:58.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:02:58.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:02:58.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:02:58.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:02:58.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:02:58.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/logs
14:02:58.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/data/info.pb
14:02:58.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:02:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:02:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:02:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:02:58.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:02:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:02:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:02:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:02:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:02:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:02:58.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:02:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:02:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.106.126:36337
14:02:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.106.126
14:02:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:02:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.106.84:33299
14:02:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:02:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:02:58.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:02:58.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:02:58.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.106.126:36337,127.4.106.125:41407,127.4.106.124:36753
14:02:58.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:02:58.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42189/jwks.json
14:02:58.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33023 with env {}
14:02:58.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.623512  4533 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:02:58.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.623672  4533 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:02:58.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.623690  4533 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:02:58.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.625223  4533 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:02:58.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.625262  4533 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:02:58.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.625274  4533 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:02:58.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.625303  4533 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:02:58.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.625315  4533 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:02:58.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.625325  4533 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42189/jwks.json
14:02:58.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.627060  4533 master_runner.cc:387] Master server non-default flags:
14:02:58.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/logs
14:02:58.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:02:58.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:02:58.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:02:58.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.106.84:33299
14:02:58.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:02:58.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:02:58.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/data
14:02:58.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/wal
14:02:58.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33023
14:02:58.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:02:58.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.106.126:36337,127.4.106.125:41407,127.4.106.124:36753
14:02:58.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:02:58.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:02:58.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:02:58.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.106.126:36337
14:02:58.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:02:58.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:02:58.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:02:58.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42189/jwks.json
14:02:58.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:02:58.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:02:58.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/data/info.pb
14:02:58.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.106.126
14:02:58.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:02:58.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:02:58.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4533
14:02:58.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:02:58.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:02:58.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:02:58.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:02:58.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:02:58.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:02:58.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:02:58.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:02:58.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:02:58.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:02:58.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:02:58.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.627246  4533 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:02:58.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.627485  4533 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:02:58.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.630205  4539 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
14:02:58.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.630388  4540 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
14:02:58.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.630748  4542 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
14:02:58.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.630861  4533 server_base.cc:1061] running on GCE node
14:02:58.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.631052  4533 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:02:58.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.631343  4533 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:02:58.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.632513  4533 hybrid_clock.cc:648] HybridClock initialized: now 1786456978632485 us; error 91 us; skew 500 ppm
14:02:58.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.633747  4533 webserver.cc:533] Webserver started at http://127.4.106.126:44641/ using document root <none> and password file <none>
14:02:58.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.633936  4533 fs_manager.cc:362] Metadata directory not provided
14:02:58.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.633983  4533 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:02:58.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.634093  4533 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:02:58.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.635092  4533 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/data/instance:
14:02:58.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5c90e4aacf14a44b0c503ab308a24ac"
14:02:58.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:02:58 on dist-test-slave-07c2"
14:02:58.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.635445  4533 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/wal/instance:
14:02:58.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5c90e4aacf14a44b0c503ab308a24ac"
14:02:58.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:02:58 on dist-test-slave-07c2"
14:02:58.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.636897  4533 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
14:02:58.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.638499  4550 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:02:58.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.638684  4533 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
14:02:58.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.638758  4533 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/wal
14:02:58.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5c90e4aacf14a44b0c503ab308a24ac"
14:02:58.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:02:58 on dist-test-slave-07c2"
14:02:58.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.638811  4533 fs_report.cc:389] FS layout report
14:02:58.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:02:58.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/wal
14:02:58.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/wal
14:02:58.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/data/data
14:02:58.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:02:58.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:02:58.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:02:58.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:02:58.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:02:58.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:02:58.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:02:58.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:02:58.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:02:58.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:02:58.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:02:58.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.648569  4533 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:02:58.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.648882  4533 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:02:58.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.649003  4533 kserver.cc:163] Server-wide thread pool size limit: 3276
14:02:58.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.652936  4533 rpc_server.cc:307] RPC server started. Bound to: 127.4.106.126:36337
14:02:58.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.652998  4609 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.106.126:36337 every 8 connection(s)
14:02:58.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.653321  4533 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/data/info.pb
14:02:58.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.653724  4521 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 4533
14:02:58.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.653832  4521 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-0/wal/instance
14:02:58.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.654387  4610 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:02:58.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.654724  4521 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:02:58.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:02:58.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/wal
14:02:58.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/data
14:02:58.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:02:58.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:02:58.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:02:58.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:02:58.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:02:58.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:02:58.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/logs
14:02:58.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/data/info.pb
14:02:58.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:02:58.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:02:58.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:02:58.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:02:58.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:02:58.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:02:58.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:02:58.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:02:58.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:02:58.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:02:58.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:02:58.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:02:58.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.106.125:41407
14:02:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.106.125
14:02:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:02:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.106.84:33299
14:02:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:02:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:02:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:02:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:02:58.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.106.126:36337,127.4.106.125:41407,127.4.106.124:36753
14:02:58.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:02:58.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42189/jwks.json
14:02:58.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33023 with env {}
14:02:58.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.657097  4610 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } has no permanent_uuid. Determining permanent_uuid...
14:02:58.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.663967  4610 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } has no permanent_uuid. Determining permanent_uuid...
14:02:58.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.664345  4553 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.106.125:41407: connect: Connection refused (error 111)
14:02:58.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.664803  4610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.106.125:41407: Network error: Client connection negotiation failed: client connection to 127.4.106.125:41407: connect: Connection refused (error 111)
14:02:58.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.713995  4610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } attempt: 1
14:02:58.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.714919  4610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.106.125:41407: Network error: Client connection negotiation failed: client connection to 127.4.106.125:41407: connect: Connection refused (error 111)
14:02:58.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.738569  4611 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:02:58.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.738721  4611 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:02:58.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.738739  4611 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:02:58.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.740239  4611 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:02:58.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.740279  4611 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:02:58.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.740293  4611 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:02:58.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.740304  4611 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:02:58.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.740316  4611 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:02:58.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.740327  4611 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42189/jwks.json
14:02:58.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.742108  4611 master_runner.cc:387] Master server non-default flags:
14:02:58.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/logs
14:02:58.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:02:58.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:02:58.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:02:58.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.106.84:33299
14:02:58.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:02:58.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:02:58.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/data
14:02:58.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/wal
14:02:58.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33023
14:02:58.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:02:58.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.106.126:36337,127.4.106.125:41407,127.4.106.124:36753
14:02:58.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.106.125:41407
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42189/jwks.json
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/data/info.pb
14:02:58.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.106.125
14:02:58.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:02:58.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:02:58.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4611
14:02:58.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:02:58.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:02:58.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.742264  4611 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:02:58.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.742479  4611 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.744865  4621 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
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.744966  4623 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
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.744868  4619 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
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.745301  4611 server_base.cc:1061] running on GCE node
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.745483  4611 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.745677  4611 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.746824  4611 hybrid_clock.cc:648] HybridClock initialized: now 1786456978746794 us; error 42 us; skew 500 ppm
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.748015  4611 webserver.cc:533] Webserver started at http://127.4.106.125:41639/ using document root <none> and password file <none>
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.748214  4611 fs_manager.cc:362] Metadata directory not provided
14:02:58.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.748260  4611 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:02:58.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.748365  4611 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:02:58.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.749321  4611 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/data/instance:
14:02:58.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d6f24460a184cb39728bbe356d18b77"
14:02:58.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:02:58 on dist-test-slave-07c2"
14:02:58.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.749573  4611 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/wal/instance:
14:02:58.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d6f24460a184cb39728bbe356d18b77"
14:02:58.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:02:58 on dist-test-slave-07c2"
14:02:58.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.750859  4611 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
14:02:58.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.751506  4629 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:02:58.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.751681  4611 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
14:02:58.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.751731  4611 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/wal
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0d6f24460a184cb39728bbe356d18b77"
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:02:58 on dist-test-slave-07c2"
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.751781  4611 fs_report.cc:389] FS layout report
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/wal
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/wal
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/data/data
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:02:58.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:02:58.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:02:58.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:02:58.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:02:58.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.767480  4611 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:02:58.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.767709  4611 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:02:58.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.767784  4611 kserver.cc:163] Server-wide thread pool size limit: 3276
14:02:58.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.771397  4611 rpc_server.cc:307] RPC server started. Bound to: 127.4.106.125:41407
14:02:58.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.771466  4686 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.106.125:41407 every 8 connection(s)
14:02:58.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.771674  4611 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/data/info.pb
14:02:58.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.772231  4687 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:02:58.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.773448  4687 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } has no permanent_uuid. Determining permanent_uuid...
14:02:58.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.776214  4521 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 4611
14:02:58.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.776273  4521 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-1/wal/instance
14:02:58.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.776564  4521 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:02:58.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:02:58.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/wal
14:02:58.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/data
14:02:58.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:02:58.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:02:58.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:02:58.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:02:58.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:02:58.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:02:58.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/logs
14:02:58.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/data/info.pb
14:02:58.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:02:58.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:02:58.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:02:58.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.106.124:36753
14:02:58.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.106.124
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.106.84:33299
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.106.126:36337,127.4.106.125:41407,127.4.106.124:36753
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42189/jwks.json
14:02:58.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33023 with env {}
14:02:58.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.778923  4687 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } has no permanent_uuid. Determining permanent_uuid...
14:02:58.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.783089  4610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } attempt: 2
14:02:58.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.785082  4687 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } has no permanent_uuid. Determining permanent_uuid...
14:02:58.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.785697  4631 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.106.124:36753: connect: Connection refused (error 111)
14:02:58.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.786348  4687 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.106.124:36753: Network error: Client connection negotiation failed: client connection to 127.4.106.124:36753: connect: Connection refused (error 111)
14:02:58.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.787307  4610 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } has no permanent_uuid. Determining permanent_uuid...
14:02:58.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.788204  4610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.106.124:36753: Network error: Client connection negotiation failed: client connection to 127.4.106.124:36753: connect: Connection refused (error 111)
14:02:58.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.831372  4610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } attempt: 1
14:02:58.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.832196  4610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.106.124:36753: Network error: Client connection negotiation failed: client connection to 127.4.106.124:36753: connect: Connection refused (error 111)
14:02:58.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.835556  4687 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } attempt: 1
14:02:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.836257  4687 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.106.124:36753: Network error: Client connection negotiation failed: client connection to 127.4.106.124:36753: connect: Connection refused (error 111)
14:02:58.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.855891  4689 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:02:58.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.856048  4689 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:02:58.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.856065  4689 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:02:58.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.857481  4689 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:02:58.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.857522  4689 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:02:58.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.857534  4689 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:02:58.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.857545  4689 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:02:58.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.857556  4689 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:02:58.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.857566  4689 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42189/jwks.json
14:02:58.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.859022  4689 master_runner.cc:387] Master server non-default flags:
14:02:58.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/logs
14:02:58.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:02:58.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:02:58.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:02:58.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.106.84:33299
14:02:58.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:02:58.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:02:58.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/data
14:02:58.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/wal
14:02:58.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33023
14:02:58.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:02:58.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.106.126:36337,127.4.106.125:41407,127.4.106.124:36753
14:02:58.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:02:58.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:02:58.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:02:58.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.106.124:36753
14:02:58.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42189/jwks.json
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/data/info.pb
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.106.124
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:02:58.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4689
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:02:58.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:02:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.859182  4689 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:02:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.859403  4689 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:02:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.861930  4702 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
14:02:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.862025  4698 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
14:02:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.861941  4700 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
14:02:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.862982  4689 server_base.cc:1061] running on GCE node
14:02:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.863183  4689 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:02:58.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.863427  4689 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:02:58.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.864573  4689 hybrid_clock.cc:648] HybridClock initialized: now 1786456978864543 us; error 43 us; skew 500 ppm
14:02:58.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.865751  4689 webserver.cc:533] Webserver started at http://127.4.106.124:32879/ using document root <none> and password file <none>
14:02:58.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.865952  4689 fs_manager.cc:362] Metadata directory not provided
14:02:58.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.866001  4689 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:02:58.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.866107  4689 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:02:58.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.867123  4689 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/data/instance:
14:02:58.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be"
14:02:58.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:02:58 on dist-test-slave-07c2"
14:02:58.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.867532  4689 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/wal/instance:
14:02:58.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be"
14:02:58.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:02:58 on dist-test-slave-07c2"
14:02:58.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.868950  4689 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
14:02:58.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.869740  4708 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.869954  4689 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.870015  4689 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/wal
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be"
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:02:58 on dist-test-slave-07c2"
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.870064  4689 fs_report.cc:389] FS layout report
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/wal
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/wal
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/data/data
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:02:58.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:02:58.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:02:58.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:02:58.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:02:58.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:02:58.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:02:58.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:02:58.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.879429  4610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } attempt: 2
14:02:58.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.880110  4610 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.106.124:36753: Network error: Client connection negotiation failed: client connection to 127.4.106.124:36753: connect: Connection refused (error 111)
14:02:58.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.893137  4689 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:02:58.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.893352  4689 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:02:58.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.893428  4689 kserver.cc:163] Server-wide thread pool size limit: 3276
14:02:58.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.897154  4689 rpc_server.cc:307] RPC server started. Bound to: 127.4.106.124:36753
14:02:58.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.897184  4770 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.106.124:36753 every 8 connection(s)
14:02:58.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.897437  4689 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/data/info.pb
14:02:58.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.897930  4771 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:02:58.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.899130  4771 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } has no permanent_uuid. Determining permanent_uuid...
14:02:58.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.902768  4521 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 4689
14:02:58.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.902855  4521 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster6582410602316132872/master-2/wal/instance
14:02:58.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.903344  4771 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } has no permanent_uuid. Determining permanent_uuid...
14:02:58.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.904422  4687 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } attempt: 2
14:02:58.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.906271  4771 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } has no permanent_uuid. Determining permanent_uuid...
14:02:58.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.909340  4687 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77: Bootstrap starting.
14:02:58.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.910089  4687 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77: Neither blocks nor log segments found. Creating new log.
14:02:58.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.910318  4687 log.cc:826] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77: Log is configured to *not* fsync() on all Append() calls
14:02:58.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.910986  4687 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77: No bootstrap required, opened a new log
14:02:58.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.911569  4771 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be: Bootstrap starting.
14:02:58.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.912184  4771 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be: Neither blocks nor log segments found. Creating new log.
14:02:58.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.912420  4771 log.cc:826] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be: Log is configured to *not* fsync() on all Append() calls
14:02:58.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.913012  4771 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be: No bootstrap required, opened a new log
14:02:58.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.912983  4687 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } }
14:02:58.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.913062  4687 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:02:58.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.913079  4687 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d6f24460a184cb39728bbe356d18b77, State: Initialized, Role: FOLLOWER
14:02:58.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.913183  4687 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [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: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } }
14:02:58.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.913605  4780 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [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: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:58.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.913645  4687 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [sys.catalog]: configured and running, proceeding with master startup.
14:02:58.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.916458  4521 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:02:58.917 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:02:58.918 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:02:58.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.917573  4611 master_runner.cc:187] Error getting master registration for 127.4.106.126:36337: OK, instance_id { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" instance_seqno: 1786456978651989 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:02:58.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.919212  4611 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:02:58.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.920014  4771 raft_consensus.cc:359] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } }
14:02:58.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.920142  4771 raft_consensus.cc:385] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:02:58.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.920171  4771 raft_consensus.cc:740] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 68e0e5b47b5045ebbe5fc4f6d04e98be, State: Initialized, Role: FOLLOWER
14:02:58.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.920249  4771 consensus_queue.cc:260] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [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: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } }
14:02:58.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.920497  4771 sys_catalog.cc:565] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [sys.catalog]: configured and running, proceeding with master startup.
14:02:58.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.924117  4689 master_runner.cc:187] Error getting master registration for 127.4.106.126:36337: OK, instance_id { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" instance_seqno: 1786456978651989 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:02:58.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.925835  4689 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:02:58.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.915987  4780 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [sys.catalog]: This master's current role is: FOLLOWER
14:02:58.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.927397  4799 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [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: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:58.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.927503  4799 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [sys.catalog]: This master's current role is: FOLLOWER
14:02:58.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.916914  4796 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:02:58.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.927870  4796 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:02:58.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.929579  4816 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:02:58.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.929641  4816 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:02:58.928 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.4.106.126"
      port: 36337
    }
    bound_http_address {
      host: "127.4.106.126"
      port: 44641
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.4.106.125"
      port: 41407
    }
    bound_http_address {
      host: "127.4.106.125"
      port: 41639
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.4.106.124"
      port: 36753
    }
    bound_http_address {
      host: "127.4.106.124"
      port: 32879
    }
  }
}

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

14:02:58.935 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:02:58.954 [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=0f81d158-3421-4991-91ed-140d9516c599, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:02:58.956 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:02:58.957 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:02:58.957 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: null will be shutdown
14:02:58.958 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b8079d2 created in the thread with id: 36
14:02:58.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.967427  4780 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:02:58.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.967554  4780 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } }
14:02:58.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.967834  4780 leader_election.cc:290] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a5c90e4aacf14a44b0c503ab308a24ac (127.4.106.126:36337), 68e0e5b47b5045ebbe5fc4f6d04e98be (127.4.106.124:36753)
14:02:58.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.969301  4740 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0d6f24460a184cb39728bbe356d18b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" is_pre_election: true
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.969509  4740 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d6f24460a184cb39728bbe356d18b77 in term 0.
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.969771  4631 leader_election.cc:304] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [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: 0d6f24460a184cb39728bbe356d18b77, 68e0e5b47b5045ebbe5fc4f6d04e98be; no voters: 
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.969911  4780 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.969969  4780 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.969990  4780 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 0 FOLLOWER]: Advancing to term 1
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.970911  4780 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } }
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.971047  4780 leader_election.cc:290] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [CANDIDATE]: Term 1 election: Requested vote from peers a5c90e4aacf14a44b0c503ab308a24ac (127.4.106.126:36337), 68e0e5b47b5045ebbe5fc4f6d04e98be (127.4.106.124:36753)
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.971522  4740 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0d6f24460a184cb39728bbe356d18b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be"
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.971611  4740 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [term 0 FOLLOWER]: Advancing to term 1
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.972426  4740 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d6f24460a184cb39728bbe356d18b77 in term 1.
14:02:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.972644  4631 leader_election.cc:304] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [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: 0d6f24460a184cb39728bbe356d18b77, 68e0e5b47b5045ebbe5fc4f6d04e98be; no voters: 
14:02:58.974 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf
14:02:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.973791  4780 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 1 FOLLOWER]: Leader election won for term 1
14:02:58.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.973959  4780 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [term 1 LEADER]: Becoming Leader. State: Replica: 0d6f24460a184cb39728bbe356d18b77, State: Running, Role: LEADER
14:02:58.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.974045  4780 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [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: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } }
14:02:58.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.974470  4780 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0d6f24460a184cb39728bbe356d18b77. Latest consensus state: current_term: 1 leader_uuid: "0d6f24460a184cb39728bbe356d18b77" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:58.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.974543  4780 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [sys.catalog]: This master's current role is: LEADER
14:02:58.975 [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=	
14:02:58.977 [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=	
14:02:58.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.979380  4793 client.h:372] Failed to connect to Hive Metastore (localhost:33023): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:02:58.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:58.979743  4811 client.h:372] Failed to connect to Hive Metastore (localhost:33023): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:02:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.987212  4610 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } attempt: 3
14:02:58.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.992274  4610 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac: Bootstrap starting.
14:02:58.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.993016  4610 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac: Neither blocks nor log segments found. Creating new log.
14:02:58.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.993252  4610 log.cc:826] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac: Log is configured to *not* fsync() on all Append() calls
14:02:58.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.994364  4822 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:02:58.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:58.995968  4822 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:02:59.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.000960  4610 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac: No bootstrap required, opened a new log
14:02:59.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.003141  4610 raft_consensus.cc:359] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } }
14:02:59.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.003280  4610 raft_consensus.cc:385] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:02:59.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.003340  4610 raft_consensus.cc:740] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a5c90e4aacf14a44b0c503ab308a24ac, State: Initialized, Role: FOLLOWER
14:02:59.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.003453  4610 consensus_queue.cc:260] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [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: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } }
14:02:59.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.003757  4610 sys_catalog.cc:565] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [sys.catalog]: configured and running, proceeding with master startup.
14:02:59.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.003818  4581 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0d6f24460a184cb39728bbe356d18b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5c90e4aacf14a44b0c503ab308a24ac"
14:02:59.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.003921  4581 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [term 0 FOLLOWER]: Advancing to term 1
14:02:59.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.003827  4582 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0d6f24460a184cb39728bbe356d18b77" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" is_pre_election: true
14:02:59.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.004765  4581 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d6f24460a184cb39728bbe356d18b77 in term 1.
14:02:59.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.009569  4825 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [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: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:59.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.009649  4825 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [sys.catalog]: This master's current role is: FOLLOWER
14:02:59.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.009783  4740 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [term 1 FOLLOWER]: Refusing update from remote peer 0d6f24460a184cb39728bbe356d18b77: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:02:59.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.010439  4819 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:02:59.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.011633  4799 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0d6f24460a184cb39728bbe356d18b77. Latest consensus state: current_term: 1 leader_uuid: "0d6f24460a184cb39728bbe356d18b77" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:59.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.011708  4799 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [sys.catalog]: This master's current role is: FOLLOWER
14:02:59.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.012233  4581 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [term 1 FOLLOWER]: Refusing update from remote peer 0d6f24460a184cb39728bbe356d18b77: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:02:59.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.012435  4819 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:02:59.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.013556  4825 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0d6f24460a184cb39728bbe356d18b77. Latest consensus state: current_term: 1 leader_uuid: "0d6f24460a184cb39728bbe356d18b77" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:59.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.013814  4825 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [sys.catalog]: This master's current role is: FOLLOWER
14:02:59.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:59.015852  4840 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:02:59.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:59.018241  4636 tablet.cc:2406] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:02:59.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.020789  4819 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0d6f24460a184cb39728bbe356d18b77" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:59.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.020876  4819 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [sys.catalog]: This master's current role is: LEADER
14:02:59.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.021646  4799 sys_catalog.cc:455] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0d6f24460a184cb39728bbe356d18b77" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:59.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.021725  4799 sys_catalog.cc:458] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be [sys.catalog]: This master's current role is: FOLLOWER
14:02:59.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:59.021889  4840 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:02:59.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.022322  4824 mvcc.cc:204] Tried to move back new op lower bound from 7317327786014654464 to 7317327785878323200. Current Snapshot: MvccSnapshot[applied={T|T < 7317327786014654464}]
14:02:59.022 [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=	
14:02:59.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.022850  4780 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0d6f24460a184cb39728bbe356d18b77" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:59.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.022922  4780 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77 [sys.catalog]: This master's current role is: LEADER
14:02:59.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:59.023322  4837 client.h:372] Failed to connect to Hive Metastore (localhost:33023): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:02:59.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.023687  4822 catalog_manager.cc:1383] Generated new cluster ID: 3a8df511529b4c21929c63996f20d198
14:02:59.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.023743  4822 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:02:59.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.023960  4825 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0d6f24460a184cb39728bbe356d18b77" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5c90e4aacf14a44b0c503ab308a24ac" member_type: VOTER last_known_addr { host: "127.4.106.126" port: 36337 } } peers { permanent_uuid: "0d6f24460a184cb39728bbe356d18b77" member_type: VOTER last_known_addr { host: "127.4.106.125" port: 41407 } } peers { permanent_uuid: "68e0e5b47b5045ebbe5fc4f6d04e98be" member_type: VOTER last_known_addr { host: "127.4.106.124" port: 36753 } } }
14:02:59.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.024221  4825 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac [sys.catalog]: This master's current role is: FOLLOWER
14:02:59.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.024500  4843 mvcc.cc:204] Tried to move back new op lower bound from 7317327786014654464 to 7317327785878323200. Current Snapshot: MvccSnapshot[applied={T|T < 7317327786014654464}]
14:02:59.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.024731  4841 mvcc.cc:204] Tried to move back new op lower bound from 7317327786014654464 to 7317327785878323200. Current Snapshot: MvccSnapshot[applied={T|T < 7317327786014654464}]
14:02:59.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.047185  4822 catalog_manager.cc:1406] Generated new certificate authority record
14:02:59.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.048249  4822 catalog_manager.cc:1540] Loading token signing keys...
14:02:59.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.067655  4822 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 0d6f24460a184cb39728bbe356d18b77: Generated new TSK 0
14:02:59.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.067873  4822 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:02:59.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.067996  4822 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:02:59.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.068048  4822 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
14:02:59.604 [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.
14:02:59.614 [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.
14:02:59.614 [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.
14:02:59.762 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:02:59.776 [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/hive8805029641612558512/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=0f81d158-3421-4991-91ed-140d9516c599, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:02:59.888 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8805029641612558512/external-warehouse/table
14:02:59.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.930124  4816 catalog_manager.cc:1295] Loaded cluster ID: 3a8df511529b4c21929c63996f20d198
14:02:59.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.930210  4816 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be: loading cluster ID for follower catalog manager: success
14:02:59.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.932168  4816 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be: acquiring CA information for follower catalog manager: success
14:02:59.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:02:59.932499  4816 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 68e0e5b47b5045ebbe5fc4f6d04e98be: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:02:59.981 [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=	
14:02:59.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:59.985698  4793 client.h:372] Failed to connect to Hive Metastore (localhost:33023): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:02:59.990 [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=	
14:02:59.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:02:59.990672  4811 client.h:372] Failed to connect to Hive Metastore (localhost:33023): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:00.022362  4840 catalog_manager.cc:1295] Loaded cluster ID: 3a8df511529b4c21929c63996f20d198
14:03:00.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:00.022439  4840 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac: loading cluster ID for follower catalog manager: success
14:03:00.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:00.023690  4840 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac: acquiring CA information for follower catalog manager: success
14:03:00.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:00.023978  4840 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a5c90e4aacf14a44b0c503ab308a24ac: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:03:00.027 [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=	
14:03:00.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:00.029363  4837 client.h:372] Failed to connect to Hive Metastore (localhost:33023): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:00.038 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:03:00.041 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:03:00.044 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:00.073 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.106.125:41407,127.4.106.124:36753,127.4.106.126:36337}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:03:00.100 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:00.104 [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/hive8805029641612558512/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.106.125:41407,127.4.106.124:36753,127.4.106.126:36337}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:03:00.106 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8805029641612558512/external-warehouse/table
14:03:00.126 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:03:00.127 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:03:00.128 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:00.129 [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=3317bc9a-95fe-495f-ac98-b5d17c8904b3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.106.125:41407,127.4.106.124:36753,127.4.106.126:36337}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:03:00.133 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:00.136 [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/hive8805029641612558512/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=3317bc9a-95fe-495f-ac98-b5d17c8904b3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.106.125:41407,127.4.106.124:36753,127.4.106.126:36337}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:03:00.138 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8805029641612558512/external-warehouse/table
14:03:00.160 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
14:03:00.165 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
14:03:00.165 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
14:03:00.171 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@198b68aa
14:03:00.202 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
14:03:00.202 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
14:03:00.202 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
14:03:00.203 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
14:03:00.204 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
14:03:00.205 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
14:03:00.205 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
14:03:00.205 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
14:03:00.206 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
14:03:00.207 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
14:03:00.209 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @7e0b85f9
14:03:00.210 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
14:03:00.210 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
14:03:00.210 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
14:03:00.210 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
14:03:00.211 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
14:03:00.211 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
14:03:00.212 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
14:03:00.213 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
14:03:00.223 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
14:03:00.255 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
14:03:00.266 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
14:03:00.271 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
14:03:00.272 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
14:03:00.280 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
14:03:00.280 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
14:03:00.328 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
14:03:00.329 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
14:03:00.329 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
14:03:00.329 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
14:03:00.341 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:03:00.344 [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.
14:03:00.368 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:03:00.497 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.4.106.125:41407(127.4.106.125:41407)] connecting to peer
14:03:00.504 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 4462 (auto-detected)
14:03:00.505 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
14:03:00.506 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
14:03:00.507 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
14:03:00.508 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
14:03:00.509 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:77:ff:fe:fa:b9:41 (auto-detected)
14:03:00.526 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
14:03:00.527 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
14:03:00.527 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
14:03:00.531 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
14:03:00.536 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.4.106.124:36753(127.4.106.124:36753)] connecting to peer
14:03:00.543 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.4.106.126:36337(127.4.106.126:36337)] connecting to peer
14:03:00.553 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.4.106.126:36337(127.4.106.126:36337)] Successfully connected to peer
14:03:00.553 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.4.106.125:41407(127.4.106.125:41407)] Successfully connected to peer
14:03:00.555 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.4.106.124:36753(127.4.106.124:36753)] Successfully connected to peer
14:03:00.561 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
14:03:00.561 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
14:03:00.561 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@216a5cfe
14:03:00.565 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
14:03:00.565 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
14:03:00.565 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
14:03:00.565 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
14:03:00.565 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
14:03:00.636 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.106.124
14:03:00.636 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.106.125
14:03:00.639 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.106.126
14:03:00.859 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:00.862 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:00.863 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:00.879 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xda49a6cb, L:/127.0.0.1:33480 - R:/127.4.106.126:36337] using SASL/PLAIN
14:03:00.880 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x9a84ac80, L:/127.0.0.1:35124 - R:/127.4.106.124:36753] using SASL/PLAIN
14:03:00.883 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x61fa73b0, L:/127.0.0.1:42680 - R:/127.4.106.125:41407] using SASL/PLAIN
14:03:00.926 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:03:00.931 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:03:00.931 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:00.933 [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=18638f25-c511-4223-9c20-d8c97a6818bf, 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)	
14:03:00.936 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:00.940 [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/hive8805029641612558512/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=18638f25-c511-4223-9c20-d8c97a6818bf, 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)
14:03:00.942 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8805029641612558512/external-warehouse/table
14:03:00.962 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:03:00.962 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:00.964 [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=1587fc8d-7e18-42a1-811d-941f8626f4bc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.106.125:41407,127.4.106.124:36753,127.4.106.126:36337}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:03:00.967 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:00.970 [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/hive8805029641612558512/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=1587fc8d-7e18-42a1-811d-941f8626f4bc, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.106.125:41407,127.4.106.124:36753,127.4.106.126:36337}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:03:00.972 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8805029641612558512/external-warehouse/table
14:03:00.987 [INFO - Metastore-Handler-Pool: Thread-58] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:03:00.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:00.988153  4793 client.h:372] Failed to connect to Hive Metastore (localhost:33023): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:00.993 [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=	
14:03:00.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:00.995563  4811 client.h:372] Failed to connect to Hive Metastore (localhost:33023): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:01.031 [INFO - Metastore-Handler-Pool: Thread-60] (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=	
14:03:01.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:01.031910  4837 client.h:372] Failed to connect to Hive Metastore (localhost:33023): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:01.062 [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	
14:03:01.137 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:01.147 [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	
14:03:01.309 [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.
14:03:01.556 [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.
14:03:01.607 [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.
14:03:01.647 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:01.803 [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=514dac48-1900-4aea-a003-a9064b953827, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.106.125:41407,127.4.106.124:36753,127.4.106.126:36337}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:03:01.807 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:01.810 [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/hive8805029641612558512/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=514dac48-1900-4aea-a003-a9064b953827, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.106.125:41407,127.4.106.124:36753,127.4.106.126:36337}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:03:01.812 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8805029641612558512/external-warehouse/table
14:03:01.852 [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	
14:03:01.883 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:01.885 [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	
14:03:01.945 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:01.967 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:03:01.968 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:03:01.968 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b8079d2 will be shutdown
14:03:01.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:01.968142  4521 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 4533
14:03:01.968 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:03:01.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:01.977661  4521 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 4611
14:03:01.980 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.4.106.126:36337(127.4.106.126:36337)] handling channelInactive
14:03:01.981 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.4.106.126:36337(127.4.106.126:36337)] cleaning up while in state READY due to: connection closed
14:03:01.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:01.985486  4521 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 4689
14:03:01.985 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.4.106.125:41407(127.4.106.125:41407)] handling channelInactive
14:03:01.985 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.4.106.125:41407(127.4.106.125:41407)] cleaning up while in state READY due to: connection closed
14:03:01.992 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.4.106.124:36753(127.4.106.124:36753)] handling channelInactive
14:03:01.993 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.4.106.124:36753(127.4.106.124:36753)] cleaning up while in state READY due to: connection closed
14:03:01.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:01Z chronyd exiting
.14:03:02.015 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:02.015 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:02.016 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:02.033 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive2237543383859034920
14:03:02.035 [INFO - Thread-37] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:03:02.035 [INFO - Thread-37] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:03:02.038 [INFO - Thread-37] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:03:02.038 [INFO - Thread-37] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:03:02.038 [INFO - Thread-37] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:03:02.042 [INFO - Thread-37] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:03:02.046 [INFO - Thread-37] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:03:02.046 [INFO - Thread-37] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:03:02.046 [INFO - Thread-37] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:03:02.047 [INFO - Thread-37] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:03:02.048 [INFO - Thread-37] (HikariDataSource.java:80) objectstore - Starting...
14:03:02.137 [INFO - Thread-37] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:02.139 [INFO - Thread-37] (HikariDataSource.java:82) objectstore - Start completed.
14:03:02.139 [INFO - Thread-37] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:03:02.140 [INFO - Thread-37] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:03:02.142 [INFO - Thread-37] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:02.142 [INFO - Thread-37] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:03:02.163 [INFO - Thread-37] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:03:02.164 [INFO - Thread-37] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:03:02.164 [INFO - Thread-37] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:03:02.201 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:02.203 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:02.203 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:02.204 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:02.204 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:02.205 [WARN - Thread-37] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:02.399 [INFO - Thread-37] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:03:02.399 [INFO - Thread-37] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@57842804, with PersistenceManager: null will be shutdown
14:03:02.400 [INFO - Thread-37] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@57842804, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@301dd299 created in the thread with id: 62
14:03:02.402 [WARN - Thread-37] (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
14:03:02.403 [INFO - Thread-37] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@57842804
14:03:02.513 [INFO - Thread-37] (HMSHandler.java:595) Started creating a default database with name: default
14:03:02.536 [INFO - Thread-37] (HMSHandler.java:605) Successfully created a default database with name: default
14:03:02.565 [INFO - Thread-37] (HMSHandler.java:668) Added admin role in metastore
14:03:02.566 [INFO - Thread-37] (HMSHandler.java:677) Added public role in metastore
14:03:02.595 [INFO - Thread-37] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:03:02.596 [INFO - Thread-37] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:03:02.596 [INFO - Thread-37] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:03:02.596 [INFO - Thread-37] (HiveMetaStore.java:697) Direct SQL optimization = true
14:03:02.597 [WARN - Thread-37] (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)
14:03:02.597 [INFO - Thread-37] (HiveMetaStore.java:632) Started the new metaserver on port [41929]...
14:03:02.597 [INFO - Thread-37] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:03:02.597 [INFO - Thread-37] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:03:02.597 [INFO - Thread-37] (HiveMetaStore.java:635) TCP keepalive = true
14:03:02.597 [INFO - Thread-37] (HiveMetaStore.java:636) Enable SSL = false
14:03:03.036 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:03.036 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:03.037 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:03.040 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:03:03.040 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41929]
14:03:03.040 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41929) in binary transport mode
14:03:03.041 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41929) current connections: 1
14:03:03.042 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskdCzFhS/test-tmp
14:03:03.042 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:03:03.042 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskdCzFhS/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:03:03.045 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41929"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:03:03.125 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:03.126 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:03:03.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.126574  4907 mini_oidc.cc:150] Starting JWKS server
14:03:03.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.127111  4907 webserver.cc:533] Webserver started at http://127.0.0.1:43233/ using document root <none> and password file <none>
14:03:03.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.127178  4907 mini_oidc.cc:186] Starting OIDC Discovery server
14:03:03.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.127393  4907 webserver.cc:533] Webserver started at http://127.0.0.1:36949/ using document root <none> and password file <none>
14:03:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:03:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:03Z Disabled control of system clock
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.137509  4907 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/wal
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/data
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/logs
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/data/info.pb
14:03:03.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.202.254:35849
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.202.254
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.202.212:43797
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.202.254:35849,127.4.202.253:42115,127.4.202.252:45163
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43233/jwks.json
14:03:03.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41929 with env {}
14:03:03.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.210987  4918 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:03.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.211153  4918 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:03.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.211172  4918 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:03.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.212611  4918 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:03.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.212649  4918 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:03.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.212663  4918 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:03.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.212675  4918 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:03.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.212687  4918 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:03.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.212699  4918 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43233/jwks.json
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.214234  4918 master_runner.cc:387] Master server non-default flags:
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/logs
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.202.212:43797
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/data
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/wal
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41929
14:03:03.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.202.254:35849,127.4.202.253:42115,127.4.202.252:45163
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.202.254:35849
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43233/jwks.json
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/data/info.pb
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.202.254
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.4918
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:03.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:03.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:03.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:03.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:03.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:03.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:03.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:03.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.214407  4918 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:03.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.214568  4918 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:03.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.217170  4927 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
14:03:03.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.217214  4923 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
14:03:03.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.217358  4925 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
14:03:03.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.218604  4918 server_base.cc:1061] running on GCE node
14:03:03.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.218849  4918 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:03.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.219156  4918 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:03.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.220320  4918 hybrid_clock.cc:648] HybridClock initialized: now 1786456983220319 us; error 122 us; skew 500 ppm
14:03:03.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.221549  4918 webserver.cc:533] Webserver started at http://127.4.202.254:40039/ using document root <none> and password file <none>
14:03:03.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.221788  4918 fs_manager.cc:362] Metadata directory not provided
14:03:03.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.221872  4918 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:03.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.221995  4918 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:03.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.222844  4918 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/data/instance:
14:03:03.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1391a95885d4459955266bed5ffc787"
14:03:03.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:03 on dist-test-slave-07c2"
14:03:03.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.223187  4918 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/wal/instance:
14:03:03.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1391a95885d4459955266bed5ffc787"
14:03:03.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:03 on dist-test-slave-07c2"
14:03:03.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.224416  4918 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.225137  4933 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.225307  4918 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.225378  4918 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/wal
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b1391a95885d4459955266bed5ffc787"
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:03 on dist-test-slave-07c2"
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.225435  4918 fs_report.cc:389] FS layout report
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/wal
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/wal
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/data/data
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:03.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:03.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:03.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:03.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:03.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:03.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:03.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:03.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:03.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.242985  4918 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:03.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.243286  4918 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:03.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.243458  4918 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:03.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.247045  4918 rpc_server.cc:307] RPC server started. Bound to: 127.4.202.254:35849
14:03:03.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.247105  4998 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.202.254:35849 every 8 connection(s)
14:03:03.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.247483  4918 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/data/info.pb
14:03:03.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.248073  4999 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:03.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.249281  4999 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } has no permanent_uuid. Determining permanent_uuid...
14:03:03.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.251809  4907 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 4918
14:03:03.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.251889  4907 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-0/wal/instance
14:03:03.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.252669  4907 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:03.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:03.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/wal
14:03:03.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/data
14:03:03.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:03.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/logs
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/data/info.pb
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.202.253:42115
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.202.253
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.202.212:43797
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:03.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:03.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.202.254:35849,127.4.202.253:42115,127.4.202.252:45163
14:03:03.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:03.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43233/jwks.json
14:03:03.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41929 with env {}
14:03:03.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.260828  4999 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } has no permanent_uuid. Determining permanent_uuid...
14:03:03.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.261258  4935 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.202.253:42115: connect: Connection refused (error 111)
14:03:03.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.261754  4999 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.202.253:42115: Network error: Client connection negotiation failed: client connection to 127.4.202.253:42115: connect: Connection refused (error 111)
14:03:03.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.310947  4999 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } attempt: 1
14:03:03.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.311873  4999 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.202.253:42115: Network error: Client connection negotiation failed: client connection to 127.4.202.253:42115: connect: Connection refused (error 111)
14:03:03.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.327979  5002 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:03.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.328127  5002 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:03.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.328146  5002 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:03.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.329746  5002 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:03.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.329784  5002 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:03.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.329818  5002 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:03.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.329834  5002 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:03.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.329854  5002 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:03.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.329875  5002 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43233/jwks.json
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.331419  5002 master_runner.cc:387] Master server non-default flags:
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/logs
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.202.212:43797
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/data
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/wal
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41929
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.202.254:35849,127.4.202.253:42115,127.4.202.252:45163
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.202.253:42115
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:03.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43233/jwks.json
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/data/info.pb
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.202.253
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5002
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.331573  5002 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:03.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.331733  5002 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:03.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.333741  5008 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
14:03:03.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.333725  5009 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
14:03:03.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.333885  5002 server_base.cc:1061] running on GCE node
14:03:03.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.333717  5012 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
14:03:03.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.334277  5002 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:03.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.334492  5002 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:03.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.335642  5002 hybrid_clock.cc:648] HybridClock initialized: now 1786456983335622 us; error 33 us; skew 500 ppm
14:03:03.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.336678  5002 webserver.cc:533] Webserver started at http://127.4.202.253:35975/ using document root <none> and password file <none>
14:03:03.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.336937  5002 fs_manager.cc:362] Metadata directory not provided
14:03:03.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.337014  5002 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:03.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.337131  5002 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:03.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.337926  5002 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/data/instance:
14:03:03.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c45200185515461e87c7a4c7f30045f1"
14:03:03.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:03 on dist-test-slave-07c2"
14:03:03.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.338286  5002 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/wal/instance:
14:03:03.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c45200185515461e87c7a4c7f30045f1"
14:03:03.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:03 on dist-test-slave-07c2"
14:03:03.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.339471  5002 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.001s
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.340142  5019 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.340310  5002 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.340412  5002 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/wal
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c45200185515461e87c7a4c7f30045f1"
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:03 on dist-test-slave-07c2"
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.340466  5002 fs_report.cc:389] FS layout report
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/wal
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/wal
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/data/data
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:03.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:03.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:03.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:03.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:03.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:03.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:03.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:03.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:03.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:03.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:03.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.352358  5002 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:03.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.352614  5002 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:03.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.352752  5002 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:03.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.356422  5002 rpc_server.cc:307] RPC server started. Bound to: 127.4.202.253:42115
14:03:03.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.356449  5074 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.202.253:42115 every 8 connection(s)
14:03:03.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.356791  5002 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/data/info.pb
14:03:03.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.357081  4907 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 5002
14:03:03.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.357158  4907 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-1/wal/instance
14:03:03.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.357419  5075 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:03.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.357651  4907 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:03.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:03.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/wal
14:03:03.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/data
14:03:03.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:03.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/logs
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/data/info.pb
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.202.252:45163
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.202.252
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.202.212:43797
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.202.254:35849,127.4.202.253:42115,127.4.202.252:45163
14:03:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43233/jwks.json
14:03:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41929 with env {}
14:03:03.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.359344  5075 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } has no permanent_uuid. Determining permanent_uuid...
14:03:03.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.365370  5075 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } has no permanent_uuid. Determining permanent_uuid...
14:03:03.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.369832  5075 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } has no permanent_uuid. Determining permanent_uuid...
14:03:03.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.370239  5022 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.4.202.252:45163: connect: Connection refused (error 111)
14:03:03.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.370697  5075 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.202.252:45163: Network error: Client connection negotiation failed: client connection to 127.4.202.252:45163: connect: Connection refused (error 111)
14:03:03.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.380043  4999 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } attempt: 2
14:03:03.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.383000  4999 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } has no permanent_uuid. Determining permanent_uuid...
14:03:03.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.383630  4999 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.202.252:45163: Network error: Client connection negotiation failed: client connection to 127.4.202.252:45163: connect: Connection refused (error 111)
14:03:03.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.419909  5075 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } attempt: 1
14:03:03.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.420871  5075 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.202.252:45163: Network error: Client connection negotiation failed: client connection to 127.4.202.252:45163: connect: Connection refused (error 111)
14:03:03.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.426786  4999 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } attempt: 1
14:03:03.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.427589  4999 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.202.252:45163: Network error: Client connection negotiation failed: client connection to 127.4.202.252:45163: connect: Connection refused (error 111)
14:03:03.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.438647  5076 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:03.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.438803  5076 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:03.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.438823  5076 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:03.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.440315  5076 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:03.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.440357  5076 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:03.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.440371  5076 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:03.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.440382  5076 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:03.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.440393  5076 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:03.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.440404  5076 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43233/jwks.json
14:03:03.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.441881  5076 master_runner.cc:387] Master server non-default flags:
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/logs
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.4.202.212:43797
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/data
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/wal
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41929
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.4.202.254:35849,127.4.202.253:42115,127.4.202.252:45163
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.4.202.252:45163
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43233/jwks.json
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/data/info.pb
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.4.202.252
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5076
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.442101  5076 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:03.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.442297  5076 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:03.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.444588  5084 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
14:03:03.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.444581  5087 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
14:03:03.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.444579  5085 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
14:03:03.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.444937  5076 server_base.cc:1061] running on GCE node
14:03:03.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.445091  5076 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:03.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.445272  5076 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:03.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.446410  5076 hybrid_clock.cc:648] HybridClock initialized: now 1786456983446398 us; error 30 us; skew 500 ppm
14:03:03.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.447535  5076 webserver.cc:533] Webserver started at http://127.4.202.252:39255/ using document root <none> and password file <none>
14:03:03.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.447683  5076 fs_manager.cc:362] Metadata directory not provided
14:03:03.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.447719  5076 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:03.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.447808  5076 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:03.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.448539  5076 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/data/instance:
14:03:03.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "70ddcae247c8465b827fabd6422a7cad"
14:03:03.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:03 on dist-test-slave-07c2"
14:03:03.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.448835  5076 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/wal/instance:
14:03:03.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "70ddcae247c8465b827fabd6422a7cad"
14:03:03.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:03 on dist-test-slave-07c2"
14:03:03.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.449849  5076 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.450436  5094 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.450675  5076 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.450727  5076 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/wal
14:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "70ddcae247c8465b827fabd6422a7cad"
14:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:03 on dist-test-slave-07c2"
14:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.450770  5076 fs_report.cc:389] FS layout report
14:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:03.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/wal
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/wal
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/data/data
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:03.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:03.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.472962  5076 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:03.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.473217  5076 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:03.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.473295  5076 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.474764  4999 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } attempt: 2
14:03:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.475571  4999 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.4.202.252:45163: Network error: Client connection negotiation failed: client connection to 127.4.202.252:45163: connect: Connection refused (error 111)
14:03:03.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.477402  5076 rpc_server.cc:307] RPC server started. Bound to: 127.4.202.252:45163
14:03:03.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.477432  5155 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.4.202.252:45163 every 8 connection(s)
14:03:03.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.477731  5076 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/data/info.pb
14:03:03.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.478238  5156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.479511  5156 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } has no permanent_uuid. Determining permanent_uuid...
14:03:03.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.482697  4907 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 5076
14:03:03.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.482776  4907 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster13365664271526439043/master-2/wal/instance
14:03:03.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.483935  5156 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } has no permanent_uuid. Determining permanent_uuid...
14:03:03.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.486624  5156 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } has no permanent_uuid. Determining permanent_uuid...
14:03:03.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.489013  5075 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } attempt: 2
14:03:03.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.490556  5156 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad: Bootstrap starting.
14:03:03.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.491279  5156 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad: Neither blocks nor log segments found. Creating new log.
14:03:03.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.491582  5156 log.cc:826] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad: Log is configured to *not* fsync() on all Append() calls
14:03:03.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.492709  5156 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad: No bootstrap required, opened a new log
14:03:03.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.492942  5075 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1: Bootstrap starting.
14:03:03.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.493470  5075 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1: Neither blocks nor log segments found. Creating new log.
14:03:03.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.493737  5075 log.cc:826] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1: Log is configured to *not* fsync() on all Append() calls
14:03:03.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.494304  5075 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1: No bootstrap required, opened a new log
14:03:03.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.494771  5156 raft_consensus.cc:359] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } }
14:03:03.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.494879  5156 raft_consensus.cc:385] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:03.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.494908  5156 raft_consensus.cc:740] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70ddcae247c8465b827fabd6422a7cad, State: Initialized, Role: FOLLOWER
14:03:03.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.494987  5156 consensus_queue.cc:260] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [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: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } }
14:03:03.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.495251  5156 sys_catalog.cc:565] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [sys.catalog]: configured and running, proceeding with master startup.
14:03:03.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.495404  5164 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [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: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.495827  5164 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [sys.catalog]: This master's current role is: FOLLOWER
14:03:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.496352  5075 raft_consensus.cc:359] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } }
14:03:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.496464  5075 raft_consensus.cc:385] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.496495  5075 raft_consensus.cc:740] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c45200185515461e87c7a4c7f30045f1, State: Initialized, Role: FOLLOWER
14:03:03.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.496582  5075 consensus_queue.cc:260] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [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: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } }
14:03:03.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.496821  5174 sys_catalog.cc:455] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [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: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.498 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:03.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.496866  5075 sys_catalog.cc:565] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [sys.catalog]: configured and running, proceeding with master startup.
14:03:03.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.497089  5174 sys_catalog.cc:458] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [sys.catalog]: This master's current role is: FOLLOWER
14:03:03.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.497869  4907 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:03:03.499 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:03:03.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.497493  5179 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:03.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.499624  5179 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:03.500 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.4.202.254"
      port: 35849
    }
    bound_http_address {
      host: "127.4.202.254"
      port: 40039
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.4.202.253"
      port: 42115
    }
    bound_http_address {
      host: "127.4.202.253"
      port: 35975
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.4.202.252"
      port: 45163
    }
    bound_http_address {
      host: "127.4.202.252"
      port: 39255
    }
  }
}

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

14:03:03.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.500010  5002 master_runner.cc:187] Error getting master registration for 127.4.202.254:35849: OK, instance_id { permanent_uuid: "b1391a95885d4459955266bed5ffc787" instance_seqno: 1786456983246077 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:03:03.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.501627  5002 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:03.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.500411  5076 master_runner.cc:187] Error getting master registration for 127.4.202.254:35849: OK, instance_id { permanent_uuid: "b1391a95885d4459955266bed5ffc787" instance_seqno: 1786456983246077 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:03:03.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.502072  5076 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:03.502 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:03.503 [INFO - Metastore-Handler-Pool: Thread-85] (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=	
14:03:03.503 [INFO - Metastore-Handler-Pool: Thread-83] (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=9de7a6d2-8b33-4f40-ba1d-96e6863ca89b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.202.252:45163,127.4.202.254:35849,127.4.202.253:42115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:03:03.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.503561  5176 client.h:372] Failed to connect to Hive Metastore (localhost:41929): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:03.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.505132  5195 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:03.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.505172  5195 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:03.508 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:03:03.508 [INFO - Metastore-Handler-Pool: Thread-86] (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=	
14:03:03.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.508744  5192 client.h:372] Failed to connect to Hive Metastore (localhost:41929): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:03.510 [INFO - Metastore-Handler-Pool: Thread-83] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:03:03.511 [INFO - Metastore-Handler-Pool: Thread-83] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@780cea96, with PersistenceManager: null will be shutdown
14:03:03.511 [INFO - Metastore-Handler-Pool: Thread-83] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@780cea96, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7fbc42a4 created in the thread with id: 83
14:03:03.518 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@780cea96
14:03:03.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.583321  4999 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } attempt: 3
14:03:03.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.588614  4999 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787: Bootstrap starting.
14:03:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.589360  4999 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787: Neither blocks nor log segments found. Creating new log.
14:03:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.589596  4999 log.cc:826] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787: Log is configured to *not* fsync() on all Append() calls
14:03:03.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.595882  4999 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787: No bootstrap required, opened a new log
14:03:03.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.598048  4999 raft_consensus.cc:359] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } }
14:03:03.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.598168  4999 raft_consensus.cc:385] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:03.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.598196  4999 raft_consensus.cc:740] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b1391a95885d4459955266bed5ffc787, State: Initialized, Role: FOLLOWER
14:03:03.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.598294  4999 consensus_queue.cc:260] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [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: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } }
14:03:03.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.598642  4999 sys_catalog.cc:565] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [sys.catalog]: configured and running, proceeding with master startup.
14:03:03.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.601333  5214 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:03.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.601554  5214 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:03.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.603245  5025 tablet.cc:2406] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:03:03.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.603334  4918 master_runner.cc:264] No leader master found from master b1391a95885d4459955266bed5ffc787
14:03:03.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.603377  4918 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:03.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.607921  5200 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [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: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.608314  5200 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [sys.catalog]: This master's current role is: FOLLOWER
14:03:03.608 [INFO - Metastore-Handler-Pool: Thread-87] (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=	
14:03:03.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.609426  5211 client.h:372] Failed to connect to Hive Metastore (localhost:41929): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:03.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.708215  5200 raft_consensus.cc:493] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:03:03.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.708345  5200 raft_consensus.cc:515] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } }
14:03:03.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.708633  5200 leader_election.cc:290] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c45200185515461e87c7a4c7f30045f1 (127.4.202.253:42115), 70ddcae247c8465b827fabd6422a7cad (127.4.202.252:45163)
14:03:03.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.709520  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1391a95885d4459955266bed5ffc787" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c45200185515461e87c7a4c7f30045f1" is_pre_election: true
14:03:03.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.709661  5047 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b1391a95885d4459955266bed5ffc787 in term 0.
14:03:03.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.709828  5125 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1391a95885d4459955266bed5ffc787" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70ddcae247c8465b827fabd6422a7cad" is_pre_election: true
14:03:03.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.709945  5125 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b1391a95885d4459955266bed5ffc787 in term 0.
14:03:03.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.710150  4936 leader_election.cc:304] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [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: 70ddcae247c8465b827fabd6422a7cad, b1391a95885d4459955266bed5ffc787; no voters: 
14:03:03.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.710774  5200 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:03:03.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.710831  5200 raft_consensus.cc:493] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:03:03.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.710853  5200 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 0 FOLLOWER]: Advancing to term 1
14:03:03.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.712052  5200 raft_consensus.cc:515] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } }
14:03:03.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.712191  5200 leader_election.cc:290] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [CANDIDATE]: Term 1 election: Requested vote from peers c45200185515461e87c7a4c7f30045f1 (127.4.202.253:42115), 70ddcae247c8465b827fabd6422a7cad (127.4.202.252:45163)
14:03:03.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.712495  5125 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1391a95885d4459955266bed5ffc787" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70ddcae247c8465b827fabd6422a7cad"
14:03:03.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.712558  5125 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [term 0 FOLLOWER]: Advancing to term 1
14:03:03.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.713680  5125 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b1391a95885d4459955266bed5ffc787 in term 1.
14:03:03.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.713831  4936 leader_election.cc:304] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [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: 70ddcae247c8465b827fabd6422a7cad, b1391a95885d4459955266bed5ffc787; no voters: 
14:03:03.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.713918  5047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b1391a95885d4459955266bed5ffc787" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c45200185515461e87c7a4c7f30045f1"
14:03:03.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.713980  5047 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [term 0 FOLLOWER]: Advancing to term 1
14:03:03.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.714715  5047 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b1391a95885d4459955266bed5ffc787 in term 1.
14:03:03.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.715492  5200 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 1 FOLLOWER]: Leader election won for term 1
14:03:03.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.715662  5200 raft_consensus.cc:697] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [term 1 LEADER]: Becoming Leader. State: Replica: b1391a95885d4459955266bed5ffc787, State: Running, Role: LEADER
14:03:03.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.715740  5200 consensus_queue.cc:237] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [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: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } }
14:03:03.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.716094  5200 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b1391a95885d4459955266bed5ffc787. Latest consensus state: current_term: 1 leader_uuid: "b1391a95885d4459955266bed5ffc787" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.716166  5200 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [sys.catalog]: This master's current role is: LEADER
14:03:03.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.719791  5220 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:03:03.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:03.723841  5100 tablet.cc:2406] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:03:03.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.724830  5220 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:03:03.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.732019  5125 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [term 1 FOLLOWER]: Refusing update from remote peer b1391a95885d4459955266bed5ffc787: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:03:03.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.732510  5200 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:03:03.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.733587  5164 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [sys.catalog]: SysCatalogTable state changed. Reason: New leader b1391a95885d4459955266bed5ffc787. Latest consensus state: current_term: 1 leader_uuid: "b1391a95885d4459955266bed5ffc787" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.733660  5164 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [sys.catalog]: This master's current role is: FOLLOWER
14:03:03.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.734412  5047 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [term 1 FOLLOWER]: Refusing update from remote peer b1391a95885d4459955266bed5ffc787: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:03:03.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.734613  5200 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:03:03.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.735692  5174 sys_catalog.cc:455] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b1391a95885d4459955266bed5ffc787. Latest consensus state: current_term: 1 leader_uuid: "b1391a95885d4459955266bed5ffc787" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.735760  5174 sys_catalog.cc:458] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [sys.catalog]: This master's current role is: FOLLOWER
14:03:03.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.740825  5218 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b1391a95885d4459955266bed5ffc787" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.740918  5218 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [sys.catalog]: This master's current role is: LEADER
14:03:03.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.741636  5164 sys_catalog.cc:455] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b1391a95885d4459955266bed5ffc787" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.741712  5164 sys_catalog.cc:458] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad [sys.catalog]: This master's current role is: FOLLOWER
14:03:03.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.742017  5222 mvcc.cc:204] Tried to move back new op lower bound from 7317327805341118464 to 7317327805300236288. Current Snapshot: MvccSnapshot[applied={T|T < 7317327805341118464}]
14:03:03.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.743166  5220 catalog_manager.cc:1383] Generated new cluster ID: 291a7f40025a418c888a7d84d23b4e67
14:03:03.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.743889  5220 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:03:03.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.742826  5200 sys_catalog.cc:455] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b1391a95885d4459955266bed5ffc787" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.747812  5200 sys_catalog.cc:458] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787 [sys.catalog]: This master's current role is: LEADER
14:03:03.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.754377  5224 mvcc.cc:204] Tried to move back new op lower bound from 7317327805341118464 to 7317327805300236288. Current Snapshot: MvccSnapshot[applied={T|T < 7317327805341118464}]
14:03:03.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.754546  5174 sys_catalog.cc:455] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b1391a95885d4459955266bed5ffc787" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b1391a95885d4459955266bed5ffc787" member_type: VOTER last_known_addr { host: "127.4.202.254" port: 35849 } } peers { permanent_uuid: "c45200185515461e87c7a4c7f30045f1" member_type: VOTER last_known_addr { host: "127.4.202.253" port: 42115 } } peers { permanent_uuid: "70ddcae247c8465b827fabd6422a7cad" member_type: VOTER last_known_addr { host: "127.4.202.252" port: 45163 } } }
14:03:03.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.754623  5174 sys_catalog.cc:458] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1 [sys.catalog]: This master's current role is: FOLLOWER
14:03:03.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.763366  5220 catalog_manager.cc:1406] Generated new certificate authority record
14:03:03.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.764285  5220 catalog_manager.cc:1540] Loading token signing keys...
14:03:03.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.784825  5220 catalog_manager.cc:6092] T 00000000000000000000000000000000 P b1391a95885d4459955266bed5ffc787: Generated new TSK 0
14:03:03.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.785235  5220 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:03:03.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.785494  5220 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:03:03.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:03.785714  5220 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
14:03:04.058 [WARN - Metastore-Handler-Pool: Thread-83] (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.
14:03:04.066 [WARN - Metastore-Handler-Pool: Thread-83] (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.
14:03:04.066 [WARN - Metastore-Handler-Pool: Thread-83] (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.
14:03:04.167 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:04.173 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive2237543383859034920/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=9de7a6d2-8b33-4f40-ba1d-96e6863ca89b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.202.252:45163,127.4.202.254:35849,127.4.202.253:42115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:03:04.175 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2237543383859034920/external-warehouse/table
14:03:04.266 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:04.304 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:04.305 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:04.429 [WARN - Metastore-Handler-Pool: Thread-83] (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.
14:03:04.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:04.500174  5179 catalog_manager.cc:1295] Loaded cluster ID: 291a7f40025a418c888a7d84d23b4e67
14:03:04.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:04.500260  5179 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad: loading cluster ID for follower catalog manager: success
14:03:04.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:04.501662  5179 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad: acquiring CA information for follower catalog manager: success
14:03:04.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:04.501969  5179 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 70ddcae247c8465b827fabd6422a7cad: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:03:04.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:04.505560  5195 catalog_manager.cc:1295] Loaded cluster ID: 291a7f40025a418c888a7d84d23b4e67
14:03:04.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:04.505614  5195 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1: loading cluster ID for follower catalog manager: success
14:03:04.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:04.506834  5195 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1: acquiring CA information for follower catalog manager: success
14:03:04.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:04.507134  5195 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c45200185515461e87c7a4c7f30045f1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:03:04.511 [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=	
14:03:04.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:04.511597  5176 client.h:372] Failed to connect to Hive Metastore (localhost:41929): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:04.515 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:03:04.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:04.516112  5192 client.h:372] Failed to connect to Hive Metastore (localhost:41929): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:04.613 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:03:04.614 [WARN - Metastore-Handler-Pool: Thread-83] (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.
14:03:04.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:04.614379  5211 client.h:372] Failed to connect to Hive Metastore (localhost:41929): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:04.649 [WARN - Metastore-Handler-Pool: Thread-83] (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.
14:03:04.673 [WARN - Metastore-Handler-Pool: Thread-83] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:04.771 [DEBUG - Metastore-Handler-Pool: Thread-83] (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.
14:03:04.772 [DEBUG - Metastore-Handler-Pool: Thread-83] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:03:04.773 [DEBUG - Metastore-Handler-Pool: Thread-83] (Connection.java:748) [peer master-127.4.202.252:45163(127.4.202.252:45163)] connecting to peer
14:03:04.775 [DEBUG - Metastore-Handler-Pool: Thread-83] (Connection.java:748) [peer master-127.4.202.254:35849(127.4.202.254:35849)] connecting to peer
14:03:04.777 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.4.202.252:45163(127.4.202.252:45163)] Successfully connected to peer
14:03:04.782 [DEBUG - Metastore-Handler-Pool: Thread-83] (Connection.java:748) [peer master-127.4.202.253:42115(127.4.202.253:42115)] connecting to peer
14:03:04.784 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.4.202.253:42115(127.4.202.253:42115)] Successfully connected to peer
14:03:04.784 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.202.252
14:03:04.785 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.4.202.254:35849(127.4.202.254:35849)] Successfully connected to peer
14:03:04.801 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.202.254
14:03:04.803 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:04.805 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.4.202.253
14:03:04.811 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x78fb29d1, L:/127.0.0.1:34400 - R:/127.4.202.252:45163] using SASL/PLAIN
14:03:04.828 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:04.834 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:04.834 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xfb217f49, L:/127.0.0.1:41478 - R:/127.4.202.254:35849] using SASL/PLAIN
14:03:04.841 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:03:04.847 [ERROR - Metastore-Handler-Pool: Thread-83] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:04.848 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xa411c070, L:/127.0.0.1:38964 - R:/127.4.202.253:42115] using SASL/PLAIN
14:03:04.849 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:04.877 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:04.878 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:04.920 [WARN - Metastore-Handler-Pool: Thread-83] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:04.936 [INFO - Metastore-Handler-Pool: Thread-83] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:03:04.937 [INFO - Metastore-Handler-Pool: Thread-83] (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=9de7a6d2-8b33-4f40-ba1d-96e6863ca89b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.202.252:45163,127.4.202.254:35849,127.4.202.253:42115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:03:04.940 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:04.942 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive2237543383859034920/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=9de7a6d2-8b33-4f40-ba1d-96e6863ca89b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.4.202.252:45163,127.4.202.254:35849,127.4.202.253:42115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:03:04.944 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2237543383859034920/external-warehouse/table
14:03:04.972 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:04.983 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:04.984 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:05.002 [WARN - Metastore-Handler-Pool: Thread-83] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:05.018 [INFO - Metastore-Handler-Pool: Thread-83] (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)	
14:03:05.020 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:05.022 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive2237543383859034920/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)
14:03:05.024 [WARN - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:2452) Location: file:/tmp/hive2237543383859034920/external-warehouse/table specified for non-external table:table
14:03:05.024 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2237543383859034920/external-warehouse/table
14:03:05.045 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:05.057 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:05.058 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:05.075 [WARN - Metastore-Handler-Pool: Thread-83] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:05.089 [ERROR - Metastore-Handler-Pool: Thread-83] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:05.090 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:05.101 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:05.102 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:05.117 [WARN - Metastore-Handler-Pool: Thread-83] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:05.131 [INFO - Metastore-Handler-Pool: Thread-83] (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)	
14:03:05.133 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:05.135 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive2237543383859034920/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)
14:03:05.136 [WARN - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:2452) Location: file:/tmp/hive2237543383859034920/external-warehouse/table specified for non-external table:table
14:03:05.137 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2237543383859034920/external-warehouse/table
14:03:05.152 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:05.162 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:05.163 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:05.180 [WARN - Metastore-Handler-Pool: Thread-83] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:05.195 [ERROR - Metastore-Handler-Pool: Thread-83] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:05.196 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:05.206 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:05.207 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:05.224 [WARN - Metastore-Handler-Pool: Thread-83] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:05.238 [INFO - Metastore-Handler-Pool: Thread-83] (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)	
14:03:05.240 [INFO - Metastore-Handler-Pool: Thread-83] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:05.242 [INFO - Metastore-Handler-Pool: Thread-83] (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/hive2237543383859034920/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)
14:03:05.244 [INFO - Metastore-Handler-Pool: Thread-83] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2237543383859034920/external-warehouse/table
14:03:05.258 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:05.265 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:05.266 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:05.292 [WARN - Metastore-Handler-Pool: Thread-83] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
14:03:05.305 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:03:05.305 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:03:05.305 [INFO - Metastore-Handler-Pool: Thread-83] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@780cea96, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7fbc42a4 will be shutdown
14:03:05.305 [INFO - Metastore-Handler-Pool: Thread-83] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:03:05.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:05.305747  4907 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 4918
14:03:05.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:05.314121  4907 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 5002
14:03:05.314 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.4.202.254:35849(127.4.202.254:35849)] handling channelInactive
14:03:05.314 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.4.202.254:35849(127.4.202.254:35849)] cleaning up while in state READY due to: connection closed
14:03:05.324 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.4.202.253:42115(127.4.202.253:42115)] handling channelInactive
14:03:05.324 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.4.202.253:42115(127.4.202.253:42115)] cleaning up while in state READY due to: connection closed
14:03:05.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:05.323930  4907 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 5076
14:03:05.332 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.4.202.252:45163(127.4.202.252:45163)] handling channelInactive
14:03:05.332 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.4.202.252:45163(127.4.202.252:45163)] cleaning up while in state READY due to: connection closed
14:03:05.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:05Z chronyd exiting
.14:03:05.376 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:05.376 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:05.377 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:05.399 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8116857041721166706
14:03:05.400 [INFO - Thread-65] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:03:05.401 [INFO - Thread-65] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:03:05.403 [INFO - Thread-65] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:03:05.403 [INFO - Thread-65] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:03:05.403 [INFO - Thread-65] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:03:05.404 [INFO - Thread-65] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:03:05.405 [INFO - Thread-65] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:03:05.406 [INFO - Thread-65] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:03:05.407 [INFO - Thread-65] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:03:05.407 [INFO - Thread-65] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:03:05.408 [INFO - Thread-65] (HikariDataSource.java:80) objectstore - Starting...
14:03:05.475 [INFO - Thread-65] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:05.476 [INFO - Thread-65] (HikariDataSource.java:82) objectstore - Start completed.
14:03:05.476 [INFO - Thread-65] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:03:05.478 [INFO - Thread-65] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:03:05.479 [INFO - Thread-65] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:05.481 [INFO - Thread-65] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:03:05.510 [INFO - Thread-65] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:03:05.510 [INFO - Thread-65] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:03:05.511 [INFO - Thread-65] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:03:05.567 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:05.568 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:05.568 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:05.568 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:05.569 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:05.569 [WARN - Thread-65] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:05.774 [INFO - Thread-65] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:03:05.775 [INFO - Thread-65] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@aedc602, with PersistenceManager: null will be shutdown
14:03:05.775 [INFO - Thread-65] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@aedc602, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3375c7f2 created in the thread with id: 101
14:03:05.777 [WARN - Thread-65] (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
14:03:05.778 [INFO - Thread-65] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@aedc602
14:03:05.864 [INFO - Thread-65] (HMSHandler.java:595) Started creating a default database with name: default
14:03:05.880 [INFO - Thread-65] (HMSHandler.java:605) Successfully created a default database with name: default
14:03:05.901 [INFO - Thread-65] (HMSHandler.java:668) Added admin role in metastore
14:03:05.902 [INFO - Thread-65] (HMSHandler.java:677) Added public role in metastore
14:03:05.927 [INFO - Thread-65] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:03:05.928 [INFO - Thread-65] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:03:05.928 [INFO - Thread-65] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:03:05.929 [INFO - Thread-65] (HiveMetaStore.java:697) Direct SQL optimization = true
14:03:05.929 [WARN - Thread-65] (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)
14:03:05.929 [INFO - Thread-65] (HiveMetaStore.java:632) Started the new metaserver on port [42025]...
14:03:05.929 [INFO - Thread-65] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:03:05.929 [INFO - Thread-65] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:03:05.929 [INFO - Thread-65] (HiveMetaStore.java:635) TCP keepalive = true
14:03:05.929 [INFO - Thread-65] (HiveMetaStore.java:636) Enable SSL = false
14:03:06.402 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:06.402 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:06.403 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:06.404 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:03:06.404 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42025]
14:03:06.405 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42025) in binary transport mode
14:03:06.405 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42025) current connections: 1
14:03:06.406 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskdCzFhS/test-tmp
14:03:06.406 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:03:06.407 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskdCzFhS/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:03:06.409 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42025"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:03:06.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.482172  5279 mini_oidc.cc:150] Starting JWKS server
14:03:06.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.482622  5279 webserver.cc:533] Webserver started at http://127.0.0.1:35919/ using document root <none> and password file <none>
14:03:06.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.482677  5279 mini_oidc.cc:186] Starting OIDC Discovery server
14:03:06.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.482772  5279 webserver.cc:533] Webserver started at http://127.0.0.1:39201/ using document root <none> and password file <none>
14:03:06.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:06Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:03:06.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:06Z Disabled control of system clock
14:03:06.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.492729  5279 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:06.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:06.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/wal
14:03:06.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/data
14:03:06.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:06.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/logs
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/data/info.pb
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.39.254:43779
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.39.254
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.39.212:41427
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.39.254:43779,127.5.39.253:36695,127.5.39.252:39665
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35919/jwks.json
14:03:06.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42025 with env {}
14:03:06.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.565181  5295 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:06.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.565325  5295 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:06.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.565341  5295 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:06.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.566711  5295 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:06.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.566751  5295 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:06.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.566766  5295 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:06.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.566777  5295 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:06.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.566790  5295 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:06.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.566802  5295 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35919/jwks.json
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.568451  5295 master_runner.cc:387] Master server non-default flags:
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/logs
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.39.212:41427
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/data
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/wal
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42025
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.39.254:43779,127.5.39.253:36695,127.5.39.252:39665
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.39.254:43779
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:06.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35919/jwks.json
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/data/info.pb
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.39.254
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5295
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.568665  5295 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:06.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.568835  5295 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:06.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.570911  5303 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
14:03:06.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.570951  5302 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
14:03:06.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.570924  5307 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
14:03:06.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.571017  5295 server_base.cc:1061] running on GCE node
14:03:06.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.571516  5295 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:06.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.571777  5295 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:06.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.572937  5295 hybrid_clock.cc:648] HybridClock initialized: now 1786456986572911 us; error 38 us; skew 500 ppm
14:03:06.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.573994  5295 webserver.cc:533] Webserver started at http://127.5.39.254:42477/ using document root <none> and password file <none>
14:03:06.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.574201  5295 fs_manager.cc:362] Metadata directory not provided
14:03:06.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.574278  5295 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:06.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.574389  5295 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:06.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.575150  5295 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/data/instance:
14:03:06.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b"
14:03:06.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:06 on dist-test-slave-07c2"
14:03:06.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.575510  5295 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/wal/instance:
14:03:06.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b"
14:03:06.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:06 on dist-test-slave-07c2"
14:03:06.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.576659  5295 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.577268  5315 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.577440  5295 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.577509  5295 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/wal
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b"
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:06 on dist-test-slave-07c2"
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.577558  5295 fs_report.cc:389] FS layout report
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/wal
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/wal
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/data/data
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:06.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:06.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:06.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:06.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:06.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:06.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:06.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:06.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:06.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:06.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:06.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.594269  5295 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:06.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.594538  5295 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:06.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.594691  5295 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:06.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.598407  5295 rpc_server.cc:307] RPC server started. Bound to: 127.5.39.254:43779
14:03:06.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.598450  5373 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.39.254:43779 every 8 connection(s)
14:03:06.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.598826  5295 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/data/info.pb
14:03:06.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.599380  5374 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.600471  5374 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } has no permanent_uuid. Determining permanent_uuid...
14:03:06.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.605134  5374 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } has no permanent_uuid. Determining permanent_uuid...
14:03:06.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.605533  5317 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.39.253:36695: connect: Connection refused (error 111)
14:03:06.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.605990  5374 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.39.253:36695: Network error: Client connection negotiation failed: client connection to 127.5.39.253:36695: connect: Connection refused (error 111)
14:03:06.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.606412  5279 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 5295
14:03:06.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.606487  5279 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-0/wal/instance
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.607122  5279 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/wal
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/data
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/logs
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/data/info.pb
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.39.253:36695
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.39.253
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.39.212:41427
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.39.254:43779,127.5.39.253:36695,127.5.39.252:39665
14:03:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:06.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35919/jwks.json
14:03:06.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42025 with env {}
14:03:06.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.655260  5374 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } attempt: 1
14:03:06.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.656083  5374 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.39.253:36695: Network error: Client connection negotiation failed: client connection to 127.5.39.253:36695: connect: Connection refused (error 111)
14:03:06.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.682751  5378 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:06.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.682926  5378 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:06.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.682955  5378 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:06.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.684485  5378 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:06.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.684553  5378 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:06.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.684576  5378 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:06.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.684594  5378 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:06.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.684610  5378 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:06.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.684625  5378 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35919/jwks.json
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.686249  5378 master_runner.cc:387] Master server non-default flags:
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/logs
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.39.212:41427
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/data
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/wal
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42025
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.39.254:43779,127.5.39.253:36695,127.5.39.252:39665
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:06.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.39.253:36695
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35919/jwks.json
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/data/info.pb
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.39.253
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5378
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:06.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:06.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.686470  5378 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:06.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.686705  5378 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:06.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.689196  5387 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
14:03:06.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.689155  5383 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
14:03:06.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.689378  5378 server_base.cc:1061] running on GCE node
14:03:06.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.689175  5384 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
14:03:06.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.689836  5378 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:06.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.690120  5378 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:06.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.691339  5378 hybrid_clock.cc:648] HybridClock initialized: now 1786456986691321 us; error 23 us; skew 500 ppm
14:03:06.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.692312  5378 webserver.cc:533] Webserver started at http://127.5.39.253:43997/ using document root <none> and password file <none>
14:03:06.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.692544  5378 fs_manager.cc:362] Metadata directory not provided
14:03:06.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.692608  5378 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:06.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.692727  5378 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:06.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.693477  5378 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/data/instance:
14:03:06.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ddfd9b988b53447cbcc142ef8cbf4f11"
14:03:06.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:06 on dist-test-slave-07c2"
14:03:06.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.693816  5378 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/wal/instance:
14:03:06.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ddfd9b988b53447cbcc142ef8cbf4f11"
14:03:06.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:06 on dist-test-slave-07c2"
14:03:06.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.694842  5378 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:03:06.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.695493  5393 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:06.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.695647  5378 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:03:06.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.695715  5378 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/wal
14:03:06.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ddfd9b988b53447cbcc142ef8cbf4f11"
14:03:06.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:06 on dist-test-slave-07c2"
14:03:06.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.695767  5378 fs_report.cc:389] FS layout report
14:03:06.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/wal
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/wal
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/data/data
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:06.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.712339  5378 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:06.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.712630  5378 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:06.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.712779  5378 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:06.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.716461  5378 rpc_server.cc:307] RPC server started. Bound to: 127.5.39.253:36695
14:03:06.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.716488  5454 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.39.253:36695 every 8 connection(s)
14:03:06.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.716820  5378 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/data/info.pb
14:03:06.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.717324  5455 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:06.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.718358  5455 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } has no permanent_uuid. Determining permanent_uuid...
14:03:06.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.722344  5455 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } has no permanent_uuid. Determining permanent_uuid...
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.723937  5279 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 5378
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.724051  5279 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-1/wal/instance
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.724278  5374 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } attempt: 2
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.724440  5279 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/wal
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/data
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/logs
14:03:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/data/info.pb
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.39.252:39665
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.39.252
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.39.212:41427
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.39.254:43779,127.5.39.253:36695,127.5.39.252:39665
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35919/jwks.json
14:03:06.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42025 with env {}
14:03:06.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.726064  5455 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } has no permanent_uuid. Determining permanent_uuid...
14:03:06.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.726518  5396 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.39.252:39665: connect: Connection refused (error 111)
14:03:06.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.726915  5455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.39.252:39665: Network error: Client connection negotiation failed: client connection to 127.5.39.252:39665: connect: Connection refused (error 111)
14:03:06.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.728107  5374 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } has no permanent_uuid. Determining permanent_uuid...
14:03:06.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.728654  5374 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.39.252:39665: Network error: Client connection negotiation failed: client connection to 127.5.39.252:39665: connect: Connection refused (error 111)
14:03:06.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.771807  5374 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } attempt: 1
14:03:06.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.772701  5374 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.39.252:39665: Network error: Client connection negotiation failed: client connection to 127.5.39.252:39665: connect: Connection refused (error 111)
14:03:06.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.776087  5455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } attempt: 1
14:03:06.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.776718  5455 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.39.252:39665: Network error: Client connection negotiation failed: client connection to 127.5.39.252:39665: connect: Connection refused (error 111)
14:03:06.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.799578  5459 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:06.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.799747  5459 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:06.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.799777  5459 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:06.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.801091  5459 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:06.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.801152  5459 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:06.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.801173  5459 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:06.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.801194  5459 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:06.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.801209  5459 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:06.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.801244  5459 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35919/jwks.json
14:03:06.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.802825  5459 master_runner.cc:387] Master server non-default flags:
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/logs
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.39.212:41427
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/data
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/wal
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42025
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.39.254:43779,127.5.39.253:36695,127.5.39.252:39665
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.39.252:39665
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35919/jwks.json
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/data/info.pb
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.39.252
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5459
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:06.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.803025  5459 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:06.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.803259  5459 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:06.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.805660  5469 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
14:03:06.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.805670  5466 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
14:03:06.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.805958  5459 server_base.cc:1061] running on GCE node
14:03:06.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.805684  5465 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
14:03:06.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.806201  5459 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:06.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.806475  5459 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:06.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.807610  5459 hybrid_clock.cc:648] HybridClock initialized: now 1786456986807592 us; error 31 us; skew 500 ppm
14:03:06.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.808583  5459 webserver.cc:533] Webserver started at http://127.5.39.252:39101/ using document root <none> and password file <none>
14:03:06.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.808761  5459 fs_manager.cc:362] Metadata directory not provided
14:03:06.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.808790  5459 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:06.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.808863  5459 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:06.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.809561  5459 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/data/instance:
14:03:06.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9709c2cf926d42b88f3a9151bfea5749"
14:03:06.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:06 on dist-test-slave-07c2"
14:03:06.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.809819  5459 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/wal/instance:
14:03:06.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9709c2cf926d42b88f3a9151bfea5749"
14:03:06.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:06 on dist-test-slave-07c2"
14:03:06.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.810827  5459 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.811405  5475 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.811563  5459 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.811628  5459 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/wal
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9709c2cf926d42b88f3a9151bfea5749"
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:06 on dist-test-slave-07c2"
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.811672  5459 fs_report.cc:389] FS layout report
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/wal
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/wal
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/data/data
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:06.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:06.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:06.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:06.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.819859  5374 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } attempt: 2
14:03:06.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.820566  5374 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.39.252:39665: Network error: Client connection negotiation failed: client connection to 127.5.39.252:39665: connect: Connection refused (error 111)
14:03:06.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.820942  5459 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:06.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.821183  5459 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:06.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.821297  5459 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:06.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.824916  5459 rpc_server.cc:307] RPC server started. Bound to: 127.5.39.252:39665
14:03:06.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.824944  5530 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.39.252:39665 every 8 connection(s)
14:03:06.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.825291  5459 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/data/info.pb
14:03:06.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.825912  5531 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.827427  5531 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } has no permanent_uuid. Determining permanent_uuid...
14:03:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.830314  5279 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 5459
14:03:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.830396  5279 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster5718592045928853622/master-2/wal/instance
14:03:06.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.832284  5531 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } has no permanent_uuid. Determining permanent_uuid...
14:03:06.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.834918  5531 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } has no permanent_uuid. Determining permanent_uuid...
14:03:06.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.838507  5531 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749: Bootstrap starting.
14:03:06.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.839188  5531 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749: Neither blocks nor log segments found. Creating new log.
14:03:06.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.839496  5531 log.cc:826] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749: Log is configured to *not* fsync() on all Append() calls
14:03:06.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.840078  5531 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749: No bootstrap required, opened a new log
14:03:06.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.841315  5531 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } }
14:03:06.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.841405  5531 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:06.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.841425  5531 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9709c2cf926d42b88f3a9151bfea5749, State: Initialized, Role: FOLLOWER
14:03:06.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.841486  5531 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [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: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } }
14:03:06.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.841724  5531 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [sys.catalog]: configured and running, proceeding with master startup.
14:03:06.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.841684  5537 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [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: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.841786  5537 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [sys.catalog]: This master's current role is: FOLLOWER
14:03:06.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.843418  5279 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:03:06.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.844241  5553 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:06.844 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:06.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.844406  5553 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:06.844 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:03:06.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.844202  5459 master_runner.cc:187] Error getting master registration for 127.5.39.254:43779: OK, instance_id { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" instance_seqno: 1786456986597437 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:03:06.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.845752  5459 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:06.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.845842  5455 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } attempt: 2
14:03:06.845 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.39.254"
      port: 43779
    }
    bound_http_address {
      host: "127.5.39.254"
      port: 42477
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.39.253"
      port: 36695
    }
    bound_http_address {
      host: "127.5.39.253"
      port: 43997
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.39.252"
      port: 39665
    }
    bound_http_address {
      host: "127.5.39.252"
      port: 39101
    }
  }
}

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

14:03:06.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.849804  5455 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11: Bootstrap starting.
14:03:06.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.850469  5455 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11: Neither blocks nor log segments found. Creating new log.
14:03:06.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.850690  5455 log.cc:826] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11: Log is configured to *not* fsync() on all Append() calls
14:03:06.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.851444  5455 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11: No bootstrap required, opened a new log
14:03:06.852 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:06.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.853113  5455 raft_consensus.cc:359] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } }
14:03:06.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.853389  5455 raft_consensus.cc:385] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:06.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.853538  5455 raft_consensus.cc:740] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ddfd9b988b53447cbcc142ef8cbf4f11, State: Initialized, Role: FOLLOWER
14:03:06.853 [INFO - Metastore-Handler-Pool: Thread-122] (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)	
14:03:06.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.853735  5455 consensus_queue.cc:260] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [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: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } }
14:03:06.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.854148  5455 sys_catalog.cc:565] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [sys.catalog]: configured and running, proceeding with master startup.
14:03:06.854 [INFO - Metastore-Handler-Pool: Thread-124] (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=	
14:03:06.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.854681  5559 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [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: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.855137  5550 client.h:372] Failed to connect to Hive Metastore (localhost:42025): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:06.855 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:03:06.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.855635  5559 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [sys.catalog]: This master's current role is: FOLLOWER
14:03:06.855 [INFO - Metastore-Handler-Pool: Thread-122] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:03:06.856 [INFO - Metastore-Handler-Pool: Thread-122] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1e8cd421, with PersistenceManager: null will be shutdown
14:03:06.856 [INFO - Metastore-Handler-Pool: Thread-122] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1e8cd421, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7e4869ae created in the thread with id: 122
14:03:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.856571  5575 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:06.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.857950  5575 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:06.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.858489  5378 master_runner.cc:187] Error getting master registration for 127.5.39.254:43779: OK, instance_id { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" instance_seqno: 1786456986597437 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:03:06.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.860203  5378 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:06.862 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1e8cd421
14:03:06.872 [INFO - Metastore-Handler-Pool: Thread-125] (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=	
14:03:06.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.872540  5572 client.h:372] Failed to connect to Hive Metastore (localhost:42025): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:06.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.888729  5537 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:03:06.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.888849  5537 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } }
14:03:06.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.889134  5537 leader_election.cc:290] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6f193dd0fa364acd9ecdf8e69ea51f8b (127.5.39.254:43779), ddfd9b988b53447cbcc142ef8cbf4f11 (127.5.39.253:36695)
14:03:06.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.889660  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "9709c2cf926d42b88f3a9151bfea5749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" is_pre_election: true
14:03:06.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.889806  5425 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9709c2cf926d42b88f3a9151bfea5749 in term 0.
14:03:06.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.890028  5477 leader_election.cc:304] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [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: 9709c2cf926d42b88f3a9151bfea5749, ddfd9b988b53447cbcc142ef8cbf4f11; no voters: 
14:03:06.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.890396  5537 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:03:06.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.890455  5537 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:03:06.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.890478  5537 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 0 FOLLOWER]: Advancing to term 1
14:03:06.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.891376  5537 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } }
14:03:06.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.891510  5537 leader_election.cc:290] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [CANDIDATE]: Term 1 election: Requested vote from peers 6f193dd0fa364acd9ecdf8e69ea51f8b (127.5.39.254:43779), ddfd9b988b53447cbcc142ef8cbf4f11 (127.5.39.253:36695)
14:03:06.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.891841  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "9709c2cf926d42b88f3a9151bfea5749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11"
14:03:06.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.891913  5425 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [term 0 FOLLOWER]: Advancing to term 1
14:03:06.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.892710  5425 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9709c2cf926d42b88f3a9151bfea5749 in term 1.
14:03:06.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.892884  5477 leader_election.cc:304] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [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: 9709c2cf926d42b88f3a9151bfea5749, ddfd9b988b53447cbcc142ef8cbf4f11; no voters: 
14:03:06.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.893433  5537 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 1 FOLLOWER]: Leader election won for term 1
14:03:06.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.893596  5537 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [term 1 LEADER]: Becoming Leader. State: Replica: 9709c2cf926d42b88f3a9151bfea5749, State: Running, Role: LEADER
14:03:06.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.893685  5537 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [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: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } }
14:03:06.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.894086  5537 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9709c2cf926d42b88f3a9151bfea5749. Latest consensus state: current_term: 1 leader_uuid: "9709c2cf926d42b88f3a9151bfea5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.894152  5537 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [sys.catalog]: This master's current role is: LEADER
14:03:06.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.898666  5580 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:03:06.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.899950  5580 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:03:06.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.914973  5425 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [term 1 FOLLOWER]: Refusing update from remote peer 9709c2cf926d42b88f3a9151bfea5749: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:03:06.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.915597  5578 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:03:06.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.916973  5559 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9709c2cf926d42b88f3a9151bfea5749. Latest consensus state: current_term: 1 leader_uuid: "9709c2cf926d42b88f3a9151bfea5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.917052  5559 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [sys.catalog]: This master's current role is: FOLLOWER
14:03:06.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.918402  5537 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "9709c2cf926d42b88f3a9151bfea5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.918421  5559 sys_catalog.cc:455] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "9709c2cf926d42b88f3a9151bfea5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.918470  5537 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [sys.catalog]: This master's current role is: LEADER
14:03:06.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.918488  5559 sys_catalog.cc:458] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11 [sys.catalog]: This master's current role is: FOLLOWER
14:03:06.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.918908  5581 mvcc.cc:204] Tried to move back new op lower bound from 7317327818401054720 to 7317327818317295616. Current Snapshot: MvccSnapshot[applied={T|T < 7317327818401054720}]
14:03:06.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.919092  5583 mvcc.cc:204] Tried to move back new op lower bound from 7317327818401054720 to 7317327818317295616. Current Snapshot: MvccSnapshot[applied={T|T < 7317327818401054720}]
14:03:06.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.919988  5580 catalog_manager.cc:1383] Generated new cluster ID: 8e88543bc41f4150b4e71a6f6fb4c955
14:03:06.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.920044  5580 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:03:06.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.927695  5374 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } attempt: 3
14:03:06.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.932696  5374 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b: Bootstrap starting.
14:03:06.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.933434  5374 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b: Neither blocks nor log segments found. Creating new log.
14:03:06.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.933677  5374 log.cc:826] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b: Log is configured to *not* fsync() on all Append() calls
14:03:06.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.934878  5374 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b: No bootstrap required, opened a new log
14:03:06.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.936887  5374 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } }
14:03:06.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.936993  5374 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:06.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.937026  5374 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f193dd0fa364acd9ecdf8e69ea51f8b, State: Initialized, Role: FOLLOWER
14:03:06.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.937124  5374 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [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: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } }
14:03:06.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.937388  5374 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [sys.catalog]: configured and running, proceeding with master startup.
14:03:06.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.938973  5344 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "9709c2cf926d42b88f3a9151bfea5749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b"
14:03:06.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.939081  5344 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [term 0 FOLLOWER]: Advancing to term 1
14:03:06.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.939909  5344 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9709c2cf926d42b88f3a9151bfea5749 in term 1.
14:03:06.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.941119  5345 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "9709c2cf926d42b88f3a9151bfea5749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" is_pre_election: true
14:03:06.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.941195  5345 raft_consensus.cc:2376] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 9709c2cf926d42b88f3a9151bfea5749 in term 1. Re-sending same reply.
14:03:06.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.941428  5343 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [term 1 FOLLOWER]: Refusing update from remote peer 9709c2cf926d42b88f3a9151bfea5749: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:03:06.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.941709  5578 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:03:06.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.943194  5580 catalog_manager.cc:1406] Generated new certificate authority record
14:03:06.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.944262  5609 mvcc.cc:204] Tried to move back new op lower bound from 7317327818501468160 to 7317327818317295616. Current Snapshot: MvccSnapshot[applied={T|T < 7317327818401054720}]
14:03:06.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.944514  5611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9709c2cf926d42b88f3a9151bfea5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.944711  5611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [sys.catalog]: This master's current role is: FOLLOWER
14:03:06.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.944857  5611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9709c2cf926d42b88f3a9151bfea5749. Latest consensus state: current_term: 1 leader_uuid: "9709c2cf926d42b88f3a9151bfea5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.945011  5611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [sys.catalog]: This master's current role is: FOLLOWER
14:03:06.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.945228  5611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "9709c2cf926d42b88f3a9151bfea5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.945389  5611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b [sys.catalog]: This master's current role is: FOLLOWER
14:03:06.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.946624  5613 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:06.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.946805  5613 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:06.962 [INFO - Metastore-Handler-Pool: Thread-126] (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=	
14:03:06.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:06.962642  5603 client.h:372] Failed to connect to Hive Metastore (localhost:42025): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:06.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.963610  5580 catalog_manager.cc:1540] Loading token signing keys...
14:03:06.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.994151  5578 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "9709c2cf926d42b88f3a9151bfea5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f193dd0fa364acd9ecdf8e69ea51f8b" member_type: VOTER last_known_addr { host: "127.5.39.254" port: 43779 } } peers { permanent_uuid: "ddfd9b988b53447cbcc142ef8cbf4f11" member_type: VOTER last_known_addr { host: "127.5.39.253" port: 36695 } } peers { permanent_uuid: "9709c2cf926d42b88f3a9151bfea5749" member_type: VOTER last_known_addr { host: "127.5.39.252" port: 39665 } } }
14:03:06.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:06.994267  5578 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749 [sys.catalog]: This master's current role is: LEADER
14:03:07.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.001776  5580 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 9709c2cf926d42b88f3a9151bfea5749: Generated new TSK 0
14:03:07.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.002193  5580 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:03:07.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.002516  5580 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:03:07.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.002741  5580 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
14:03:07.281 [WARN - Metastore-Handler-Pool: Thread-122] (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.
14:03:07.287 [WARN - Metastore-Handler-Pool: Thread-122] (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.
14:03:07.287 [WARN - Metastore-Handler-Pool: Thread-122] (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.
14:03:07.343 [INFO - Metastore-Handler-Pool: Thread-122] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
14:03:07.348 [INFO - Metastore-Handler-Pool: Thread-122] (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/hive8116857041721166706/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)
14:03:07.349 [INFO - Metastore-Handler-Pool: Thread-122] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8116857041721166706/external-warehouse/legacy_table
14:03:07.422 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
14:03:07.448 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:07.454 [INFO - Metastore-Handler-Pool: Thread-122] (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	
14:03:07.476 [INFO - Metastore-Handler-Pool: Thread-122] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
14:03:07.526 [INFO - Metastore-Handler-Pool: Thread-122] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
14:03:07.526 [INFO - Metastore-Handler-Pool: Thread-122] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
14:03:07.621 [INFO - Metastore-Handler-Pool: Thread-122] (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	
14:03:07.645 [INFO - Metastore-Handler-Pool: Thread-122] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
14:03:07.685 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
14:03:07.695 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:07.696 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
14:03:07.818 [WARN - Metastore-Handler-Pool: Thread-122] (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.
14:03:07.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.858443  5575 catalog_manager.cc:1295] Loaded cluster ID: 8e88543bc41f4150b4e71a6f6fb4c955
14:03:07.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.858582  5575 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11: loading cluster ID for follower catalog manager: success
14:03:07.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.860219  5575 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11: acquiring CA information for follower catalog manager: success
14:03:07.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.860520  5575 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ddfd9b988b53447cbcc142ef8cbf4f11: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:03:07.863 [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=	
14:03:07.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:07.863404  5550 client.h:372] Failed to connect to Hive Metastore (localhost:42025): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:07.874 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:03:07.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:07.875161  5572 client.h:372] Failed to connect to Hive Metastore (localhost:42025): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:07.947 [WARN - Metastore-Handler-Pool: Thread-122] (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.
14:03:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.947402  5613 catalog_manager.cc:1295] Loaded cluster ID: 8e88543bc41f4150b4e71a6f6fb4c955
14:03:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.947485  5613 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b: loading cluster ID for follower catalog manager: success
14:03:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.948848  5613 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b: acquiring CA information for follower catalog manager: success
14:03:07.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:07.949154  5613 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 6f193dd0fa364acd9ecdf8e69ea51f8b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:03:07.971 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:03:07.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:07.972036  5603 client.h:372] Failed to connect to Hive Metastore (localhost:42025): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:07.983 [WARN - Metastore-Handler-Pool: Thread-122] (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.
14:03:08.077 [INFO - Metastore-Handler-Pool: Thread-122] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:03:08.078 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:03:08.078 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:03:08.078 [INFO - Metastore-Handler-Pool: Thread-122] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1e8cd421, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7e4869ae will be shutdown
14:03:08.079 [INFO - Metastore-Handler-Pool: Thread-122] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:03:08.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:08.078744  5279 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 5295
14:03:08.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:08.091038  5279 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 5378
14:03:08.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:08.098304  5279 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 5459
14:03:08.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:08Z chronyd exiting
.14:03:08.151 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:08.151 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:08.152 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:08.175 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive7397538914247996130
14:03:08.177 [INFO - Thread-89] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:03:08.177 [INFO - Thread-89] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:03:08.179 [INFO - Thread-89] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:03:08.180 [INFO - Thread-89] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:03:08.180 [INFO - Thread-89] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:03:08.180 [INFO - Thread-89] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:03:08.182 [INFO - Thread-89] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:03:08.182 [INFO - Thread-89] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:03:08.183 [INFO - Thread-89] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:03:08.183 [INFO - Thread-89] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:03:08.185 [INFO - Thread-89] (HikariDataSource.java:80) objectstore - Starting...
14:03:08.250 [INFO - Thread-89] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:08.251 [INFO - Thread-89] (HikariDataSource.java:82) objectstore - Start completed.
14:03:08.251 [INFO - Thread-89] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:03:08.253 [INFO - Thread-89] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:03:08.255 [INFO - Thread-89] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:08.256 [INFO - Thread-89] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:03:08.268 [INFO - Thread-89] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:03:08.269 [INFO - Thread-89] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:03:08.269 [INFO - Thread-89] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:03:08.291 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:08.292 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:08.293 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:08.293 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:08.293 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:08.294 [WARN - Thread-89] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:08.505 [INFO - Thread-89] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:03:08.505 [INFO - Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2eaa97ba, with PersistenceManager: null will be shutdown
14:03:08.506 [INFO - Thread-89] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2eaa97ba, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6edc40c2 created in the thread with id: 132
14:03:08.507 [WARN - Thread-89] (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
14:03:08.508 [INFO - Thread-89] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2eaa97ba
14:03:08.604 [INFO - Thread-89] (HMSHandler.java:595) Started creating a default database with name: default
14:03:08.617 [INFO - Thread-89] (HMSHandler.java:605) Successfully created a default database with name: default
14:03:08.641 [INFO - Thread-89] (HMSHandler.java:668) Added admin role in metastore
14:03:08.642 [INFO - Thread-89] (HMSHandler.java:677) Added public role in metastore
14:03:08.670 [INFO - Thread-89] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:03:08.670 [INFO - Thread-89] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:03:08.671 [INFO - Thread-89] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:03:08.671 [INFO - Thread-89] (HiveMetaStore.java:697) Direct SQL optimization = true
14:03:08.672 [WARN - Thread-89] (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)
14:03:08.672 [INFO - Thread-89] (HiveMetaStore.java:632) Started the new metaserver on port [42487]...
14:03:08.672 [INFO - Thread-89] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:03:08.672 [INFO - Thread-89] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:03:08.672 [INFO - Thread-89] (HiveMetaStore.java:635) TCP keepalive = true
14:03:08.672 [INFO - Thread-89] (HiveMetaStore.java:636) Enable SSL = false
14:03:09.178 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:09.178 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:09.179 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:09.180 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:03:09.180 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42487]
14:03:09.180 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42487) in binary transport mode
14:03:09.181 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42487) current connections: 1
14:03:09.182 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskdCzFhS/test-tmp
14:03:09.182 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:03:09.183 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskdCzFhS/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:03:09.185 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42487"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:03:09.258 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:09.259 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:03:09.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.259675  5654 mini_oidc.cc:150] Starting JWKS server
14:03:09.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.260142  5654 webserver.cc:533] Webserver started at http://127.0.0.1:36519/ using document root <none> and password file <none>
14:03:09.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.260231  5654 mini_oidc.cc:186] Starting OIDC Discovery server
14:03:09.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.260391  5654 webserver.cc:533] Webserver started at http://127.0.0.1:45599/ using document root <none> and password file <none>
14:03:09.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:09Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:03:09.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:09Z Disabled control of system clock
14:03:09.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.270548  5654 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:09.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:09.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/wal
14:03:09.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/data
14:03:09.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:09.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:09.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/logs
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/data/info.pb
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.133.190:34677
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.133.190
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.133.148:46759
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.133.190:34677,127.5.133.189:42729,127.5.133.188:39045
14:03:09.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:09.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36519/jwks.json
14:03:09.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42487 with env {}
14:03:09.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.342706  5666 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:09.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.342847  5666 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:09.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.342866  5666 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.344255  5666 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.344293  5666 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.344306  5666 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.344316  5666 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.344327  5666 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:09.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.344337  5666 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36519/jwks.json
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.345690  5666 master_runner.cc:387] Master server non-default flags:
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/logs
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.133.148:46759
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/data
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/wal
14:03:09.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42487
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.133.190:34677,127.5.133.189:42729,127.5.133.188:39045
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.133.190:34677
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36519/jwks.json
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/data/info.pb
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.133.190
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5666
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.345832  5666 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:09.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.345981  5666 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.348062  5675 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
14:03:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.348073  5672 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
14:03:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.348246  5673 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
14:03:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.348448  5666 server_base.cc:1061] running on GCE node
14:03:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.348733  5666 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:09.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.348994  5666 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:09.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.350143  5666 hybrid_clock.cc:648] HybridClock initialized: now 1786456989350141 us; error 99 us; skew 500 ppm
14:03:09.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.351166  5666 webserver.cc:533] Webserver started at http://127.5.133.190:43935/ using document root <none> and password file <none>
14:03:09.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.351405  5666 fs_manager.cc:362] Metadata directory not provided
14:03:09.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.351480  5666 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:09.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.351593  5666 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:09.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.352389  5666 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/data/instance:
14:03:09.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f19a5f0455d4e17a484f4a8439ee697"
14:03:09.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:09 on dist-test-slave-07c2"
14:03:09.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.352758  5666 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/wal/instance:
14:03:09.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f19a5f0455d4e17a484f4a8439ee697"
14:03:09.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:09 on dist-test-slave-07c2"
14:03:09.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.353940  5666 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
14:03:09.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.354671  5682 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:09.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.354852  5666 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.354918  5666 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/wal
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1f19a5f0455d4e17a484f4a8439ee697"
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:09 on dist-test-slave-07c2"
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.354980  5666 fs_report.cc:389] FS layout report
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/wal
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/wal
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/data/data
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:09.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.380134  5666 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.380436  5666 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.380574  5666 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:09.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.384310  5666 rpc_server.cc:307] RPC server started. Bound to: 127.5.133.190:34677
14:03:09.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.384380  5741 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.133.190:34677 every 8 connection(s)
14:03:09.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.384670  5666 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/data/info.pb
14:03:09.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.385183  5742 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:09.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.386282  5742 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } has no permanent_uuid. Determining permanent_uuid...
14:03:09.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.394707  5654 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 5666
14:03:09.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.394793  5654 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-0/wal/instance
14:03:09.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.395730  5654 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:09.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:09.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/wal
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/data
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/logs
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/data/info.pb
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.133.189:42729
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.133.189
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.133.148:46759
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.133.190:34677,127.5.133.189:42729,127.5.133.188:39045
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36519/jwks.json
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42487 with env {}
14:03:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.395964  5742 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } has no permanent_uuid. Determining permanent_uuid...
14:03:09.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.396351  5687 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.133.189:42729: connect: Connection refused (error 111)
14:03:09.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.396799  5742 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.133.189:42729: Network error: Client connection negotiation failed: client connection to 127.5.133.189:42729: connect: Connection refused (error 111)
14:03:09.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.445993  5742 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } attempt: 1
14:03:09.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.446779  5742 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.133.189:42729: Network error: Client connection negotiation failed: client connection to 127.5.133.189:42729: connect: Connection refused (error 111)
14:03:09.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.469298  5747 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:09.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.469449  5747 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:09.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.469467  5747 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:09.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.470856  5747 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:09.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.470909  5747 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:09.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.470923  5747 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:09.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.470935  5747 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:09.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.470947  5747 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:09.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.470958  5747 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36519/jwks.json
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.472481  5747 master_runner.cc:387] Master server non-default flags:
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/logs
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.133.148:46759
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/data
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/wal
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42487
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.133.190:34677,127.5.133.189:42729,127.5.133.188:39045
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:09.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.133.189:42729
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36519/jwks.json
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/data/info.pb
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.133.189
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5747
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.472643  5747 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:09.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.472827  5747 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:09.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.474997  5756 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
14:03:09.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.475005  5754 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
14:03:09.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.475013  5753 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
14:03:09.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.475153  5747 server_base.cc:1061] running on GCE node
14:03:09.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.475530  5747 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:09.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.475708  5747 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:09.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.476855  5747 hybrid_clock.cc:648] HybridClock initialized: now 1786456989476835 us; error 30 us; skew 500 ppm
14:03:09.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.477823  5747 webserver.cc:533] Webserver started at http://127.5.133.189:35633/ using document root <none> and password file <none>
14:03:09.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.478031  5747 fs_manager.cc:362] Metadata directory not provided
14:03:09.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.478119  5747 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:09.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.478235  5747 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:09.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.478998  5747 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/data/instance:
14:03:09.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef885741aefc44edbc14c6c9711c1d98"
14:03:09.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:09 on dist-test-slave-07c2"
14:03:09.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.479360  5747 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/wal/instance:
14:03:09.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef885741aefc44edbc14c6c9711c1d98"
14:03:09.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:09 on dist-test-slave-07c2"
14:03:09.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.480456  5747 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.481066  5764 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.481225  5747 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.481302  5747 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/wal
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ef885741aefc44edbc14c6c9711c1d98"
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:09 on dist-test-slave-07c2"
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.481354  5747 fs_report.cc:389] FS layout report
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/wal
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/wal
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/data/data
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:09.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:09.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:09.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:09.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:09.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.496173  5747 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:09.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.496459  5747 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:09.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.496596  5747 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:09.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.500257  5747 rpc_server.cc:307] RPC server started. Bound to: 127.5.133.189:42729
14:03:09.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.500298  5820 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.133.189:42729 every 8 connection(s)
14:03:09.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.500608  5747 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/data/info.pb
14:03:09.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.501122  5821 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:09.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.502297  5821 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } has no permanent_uuid. Determining permanent_uuid...
14:03:09.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.506605  5821 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } has no permanent_uuid. Determining permanent_uuid...
14:03:09.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.509675  5821 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } has no permanent_uuid. Determining permanent_uuid...
14:03:09.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.509821  5654 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 5747
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.509895  5654 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-1/wal/instance
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.510036  5766 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.133.188:39045: connect: Connection refused (error 111)
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.510298  5654 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/wal
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/data
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/logs
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/data/info.pb
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.133.188:39045
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.133.188
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.133.148:46759
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.133.190:34677,127.5.133.189:42729,127.5.133.188:39045
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36519/jwks.json
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42487 with env {}
14:03:09.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.510413  5821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.133.188:39045: Network error: Client connection negotiation failed: client connection to 127.5.133.188:39045: connect: Connection refused (error 111)
14:03:09.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.514935  5742 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } attempt: 2
14:03:09.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.517591  5742 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } has no permanent_uuid. Determining permanent_uuid...
14:03:09.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.518169  5742 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.133.188:39045: Network error: Client connection negotiation failed: client connection to 127.5.133.188:39045: connect: Connection refused (error 111)
14:03:09.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.559573  5821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } attempt: 1
14:03:09.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.560319  5821 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.133.188:39045: Network error: Client connection negotiation failed: client connection to 127.5.133.188:39045: connect: Connection refused (error 111)
14:03:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.561311  5742 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } attempt: 1
14:03:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.561952  5742 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.133.188:39045: Network error: Client connection negotiation failed: client connection to 127.5.133.188:39045: connect: Connection refused (error 111)
14:03:09.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.588106  5826 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:09.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.588244  5826 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:09.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.588260  5826 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:09.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.589650  5826 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:09.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.589689  5826 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:09.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.589704  5826 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:09.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.589715  5826 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:09.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.589727  5826 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:09.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.589738  5826 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36519/jwks.json
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.591235  5826 master_runner.cc:387] Master server non-default flags:
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/logs
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.133.148:46759
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/data
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/wal
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42487
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.133.190:34677,127.5.133.189:42729,127.5.133.188:39045
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.133.188:39045
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36519/jwks.json
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/data/info.pb
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.133.188
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.5826
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.591446  5826 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.591616  5826 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.593765  5833 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
14:03:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.593768  5832 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
14:03:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.593778  5835 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
14:03:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.594028  5826 server_base.cc:1061] running on GCE node
14:03:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.594497  5826 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:09.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.594715  5826 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:09.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.595855  5826 hybrid_clock.cc:648] HybridClock initialized: now 1786456989595832 us; error 42 us; skew 500 ppm
14:03:09.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.596926  5826 webserver.cc:533] Webserver started at http://127.5.133.188:41941/ using document root <none> and password file <none>
14:03:09.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.597127  5826 fs_manager.cc:362] Metadata directory not provided
14:03:09.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.597196  5826 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:09.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.597303  5826 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:09.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.598032  5826 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/data/instance:
14:03:09.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e06de3869e4349689a0983f741002823"
14:03:09.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:09 on dist-test-slave-07c2"
14:03:09.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.598357  5826 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/wal/instance:
14:03:09.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e06de3869e4349689a0983f741002823"
14:03:09.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:09 on dist-test-slave-07c2"
14:03:09.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.599599  5826 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.600230  5841 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.600381  5826 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.600473  5826 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/wal
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e06de3869e4349689a0983f741002823"
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:09 on dist-test-slave-07c2"
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.600521  5826 fs_report.cc:389] FS layout report
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/wal
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/wal
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/data/data
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:09.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.609102  5742 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } attempt: 2
14:03:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.609845  5742 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.133.188:39045: Network error: Client connection negotiation failed: client connection to 127.5.133.188:39045: connect: Connection refused (error 111)
14:03:09.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.623855  5826 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:09.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.624065  5826 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:09.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.624158  5826 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:09.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.627993  5826 rpc_server.cc:307] RPC server started. Bound to: 127.5.133.188:39045
14:03:09.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.628055  5898 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.133.188:39045 every 8 connection(s)
14:03:09.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.628261  5826 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/data/info.pb
14:03:09.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.628453  5821 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } attempt: 2
14:03:09.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.629024  5899 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:09.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.630481  5899 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } has no permanent_uuid. Determining permanent_uuid...
14:03:09.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.633965  5821 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98: Bootstrap starting.
14:03:09.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.634050  5899 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } has no permanent_uuid. Determining permanent_uuid...
14:03:09.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.634658  5821 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98: Neither blocks nor log segments found. Creating new log.
14:03:09.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.634932  5821 log.cc:826] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98: Log is configured to *not* fsync() on all Append() calls
14:03:09.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.634999  5654 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 5826
14:03:09.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.635071  5654 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster2579452585123387866/master-2/wal/instance
14:03:09.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.636009  5821 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98: No bootstrap required, opened a new log
14:03:09.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.637215  5899 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } has no permanent_uuid. Determining permanent_uuid...
14:03:09.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.637753  5821 raft_consensus.cc:359] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } }
14:03:09.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.637848  5821 raft_consensus.cc:385] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:09.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.637872  5821 raft_consensus.cc:740] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ef885741aefc44edbc14c6c9711c1d98, State: Initialized, Role: FOLLOWER
14:03:09.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.637959  5821 consensus_queue.cc:260] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [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: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } }
14:03:09.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.638481  5821 sys_catalog.cc:565] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [sys.catalog]: configured and running, proceeding with master startup.
14:03:09.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.638461  5907 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [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: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:09.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.638554  5907 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [sys.catalog]: This master's current role is: FOLLOWER
14:03:09.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.640722  5922 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:09.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.640966  5922 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:09.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.641472  5899 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823: Bootstrap starting.
14:03:09.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.642071  5899 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823: Neither blocks nor log segments found. Creating new log.
14:03:09.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.642315  5899 log.cc:826] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823: Log is configured to *not* fsync() on all Append() calls
14:03:09.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.642976  5899 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823: No bootstrap required, opened a new log
14:03:09.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.641362  5747 master_runner.cc:187] Error getting master registration for 127.5.133.190:34677: OK, instance_id { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" instance_seqno: 1786456989383329 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:03:09.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.643173  5747 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:09.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.644925  5899 raft_consensus.cc:359] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } }
14:03:09.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.645176  5899 raft_consensus.cc:385] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:09.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.645361  5899 raft_consensus.cc:740] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e06de3869e4349689a0983f741002823, State: Initialized, Role: FOLLOWER
14:03:09.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.645587  5899 consensus_queue.cc:260] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [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: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } }
14:03:09.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.646010  5899 sys_catalog.cc:565] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [sys.catalog]: configured and running, proceeding with master startup.
14:03:09.649 [INFO - Metastore-Handler-Pool: Thread-155] (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=	
14:03:09.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.650022  5918 client.h:372] Failed to connect to Hive Metastore (localhost:42487): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:09.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.650575  5654 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:03:09.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.649420  5826 master_runner.cc:187] Error getting master registration for 127.5.133.190:34677: OK, instance_id { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" instance_seqno: 1786456989383329 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:03:09.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.651168  5826 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:09.651 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:09.651 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:03:09.652 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.133.190"
      port: 34677
    }
    bound_http_address {
      host: "127.5.133.190"
      port: 43935
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.133.189"
      port: 42729
    }
    bound_http_address {
      host: "127.5.133.189"
      port: 35633
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.133.188"
      port: 39045
    }
    bound_http_address {
      host: "127.5.133.188"
      port: 41941
    }
  }
}

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

14:03:09.653 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:09.654 [INFO - Metastore-Handler-Pool: Thread-153] (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=d6d26dca-ae36-41ee-96c2-851c7d351436, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.133.189:42729,127.5.133.190:34677,127.5.133.188:39045}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:03:09.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.655864  5941 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:09.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.656052  5941 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:09.657 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:03:09.657 [INFO - Metastore-Handler-Pool: Thread-153] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:03:09.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.657284  5925 sys_catalog.cc:455] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [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: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:09.657 [INFO - Metastore-Handler-Pool: Thread-153] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2631eeab, with PersistenceManager: null will be shutdown
14:03:09.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.657503  5925 sys_catalog.cc:458] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [sys.catalog]: This master's current role is: FOLLOWER
14:03:09.657 [INFO - Metastore-Handler-Pool: Thread-153] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2631eeab, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1775d07b created in the thread with id: 153
14:03:09.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.658955  5907 raft_consensus.cc:493] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:03:09.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.659030  5907 raft_consensus.cc:515] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } }
14:03:09.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.659243  5907 leader_election.cc:290] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1f19a5f0455d4e17a484f4a8439ee697 (127.5.133.190:34677), e06de3869e4349689a0983f741002823 (127.5.133.188:39045)
14:03:09.659 [INFO - Metastore-Handler-Pool: Thread-156] (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=	
14:03:09.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.659780  5870 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ef885741aefc44edbc14c6c9711c1d98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e06de3869e4349689a0983f741002823" is_pre_election: true
14:03:09.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.659880  5870 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef885741aefc44edbc14c6c9711c1d98 in term 0.
14:03:09.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.659960  5937 client.h:372] Failed to connect to Hive Metastore (localhost:42487): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:09.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.660030  5766 leader_election.cc:304] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [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: e06de3869e4349689a0983f741002823, ef885741aefc44edbc14c6c9711c1d98; no voters: 
14:03:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.660560  5907 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:03:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.660624  5907 raft_consensus.cc:493] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:03:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.660647  5907 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 0 FOLLOWER]: Advancing to term 1
14:03:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.661404  5907 raft_consensus.cc:515] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } }
14:03:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.661533  5907 leader_election.cc:290] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [CANDIDATE]: Term 1 election: Requested vote from peers 1f19a5f0455d4e17a484f4a8439ee697 (127.5.133.190:34677), e06de3869e4349689a0983f741002823 (127.5.133.188:39045)
14:03:09.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.662034  5870 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ef885741aefc44edbc14c6c9711c1d98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e06de3869e4349689a0983f741002823"
14:03:09.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.662128  5870 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [term 0 FOLLOWER]: Advancing to term 1
14:03:09.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.663137  5870 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ef885741aefc44edbc14c6c9711c1d98 in term 1.
14:03:09.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.663306  5766 leader_election.cc:304] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [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: e06de3869e4349689a0983f741002823, ef885741aefc44edbc14c6c9711c1d98; no voters: 
14:03:09.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.663400  5907 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 1 FOLLOWER]: Leader election won for term 1
14:03:09.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.663508  5907 raft_consensus.cc:697] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [term 1 LEADER]: Becoming Leader. State: Replica: ef885741aefc44edbc14c6c9711c1d98, State: Running, Role: LEADER
14:03:09.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.663571  5907 consensus_queue.cc:237] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [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: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } }
14:03:09.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.663890  5907 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ef885741aefc44edbc14c6c9711c1d98. Latest consensus state: current_term: 1 leader_uuid: "ef885741aefc44edbc14c6c9711c1d98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:09.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.663954  5907 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [sys.catalog]: This master's current role is: LEADER
14:03:09.670 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2631eeab
14:03:09.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.671384  5947 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:03:09.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.671590  5947 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:03:09.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.673043  5870 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [term 1 FOLLOWER]: Refusing update from remote peer ef885741aefc44edbc14c6c9711c1d98: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:03:09.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.673472  5945 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:03:09.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.674950  5925 sys_catalog.cc:455] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ef885741aefc44edbc14c6c9711c1d98. Latest consensus state: current_term: 1 leader_uuid: "ef885741aefc44edbc14c6c9711c1d98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:09.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.675017  5925 sys_catalog.cc:458] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [sys.catalog]: This master's current role is: FOLLOWER
14:03:09.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.680302  5945 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ef885741aefc44edbc14c6c9711c1d98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:09.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.680367  5945 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [sys.catalog]: This master's current role is: LEADER
14:03:09.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.680935  5925 sys_catalog.cc:455] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ef885741aefc44edbc14c6c9711c1d98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:09.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.680997  5925 sys_catalog.cc:458] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823 [sys.catalog]: This master's current role is: FOLLOWER
14:03:09.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.681437  5949 mvcc.cc:204] Tried to move back new op lower bound from 7317327829698379776 to 7317327829662543872. Current Snapshot: MvccSnapshot[applied={T|T < 7317327829698379776}]
14:03:09.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.681842  5948 mvcc.cc:204] Tried to move back new op lower bound from 7317327829698379776 to 7317327829662543872. Current Snapshot: MvccSnapshot[applied={T|T < 7317327829698379776}]
14:03:09.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.683091  5947 catalog_manager.cc:1383] Generated new cluster ID: 99b1d885b58e47f4973e431fa6310d7a
14:03:09.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.683133  5947 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:03:09.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.689000  5947 catalog_manager.cc:1406] Generated new certificate authority record
14:03:09.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.690371  5947 catalog_manager.cc:1540] Loading token signing keys...
14:03:09.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.704464  5947 catalog_manager.cc:6092] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98: Generated new TSK 0
14:03:09.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.704855  5947 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:03:09.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.705250  5947 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
14:03:09.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.705600  5947 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
14:03:09.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.717005  5742 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } attempt: 3
14:03:09.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.725143  5742 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697: Bootstrap starting.
14:03:09.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.725762  5742 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697: Neither blocks nor log segments found. Creating new log.
14:03:09.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.725983  5742 log.cc:826] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697: Log is configured to *not* fsync() on all Append() calls
14:03:09.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.726967  5742 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697: No bootstrap required, opened a new log
14:03:09.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.728860  5742 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } }
14:03:09.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.728960  5742 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:09.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.728987  5742 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f19a5f0455d4e17a484f4a8439ee697, State: Initialized, Role: FOLLOWER
14:03:09.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.729077  5742 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [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: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } }
14:03:09.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.729331  5742 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [sys.catalog]: configured and running, proceeding with master startup.
14:03:09.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.729403  5713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ef885741aefc44edbc14c6c9711c1d98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f19a5f0455d4e17a484f4a8439ee697" is_pre_election: true
14:03:09.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.729528  5713 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ef885741aefc44edbc14c6c9711c1d98 in term 0.
14:03:09.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.730846  5711 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [term 0 FOLLOWER]: Advancing to term 1
14:03:09.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.731587  5712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ef885741aefc44edbc14c6c9711c1d98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f19a5f0455d4e17a484f4a8439ee697"
14:03:09.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.732153  5711 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [term 1 FOLLOWER]: Refusing update from remote peer ef885741aefc44edbc14c6c9711c1d98: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:03:09.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.732388  5907 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:03:09.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.735814  5970 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:09.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.736240  5970 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:09.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.736034  5955 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ef885741aefc44edbc14c6c9711c1d98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:09.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.736507  5955 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [sys.catalog]: This master's current role is: FOLLOWER
14:03:09.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.736677  5955 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ef885741aefc44edbc14c6c9711c1d98. Latest consensus state: current_term: 1 leader_uuid: "ef885741aefc44edbc14c6c9711c1d98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:09.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.736848  5955 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [sys.catalog]: This master's current role is: FOLLOWER
14:03:09.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.736982  5955 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ef885741aefc44edbc14c6c9711c1d98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:09.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.737126  5955 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697 [sys.catalog]: This master's current role is: FOLLOWER
14:03:09.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:09.739815  5972 mvcc.cc:204] Tried to move back new op lower bound from 7317327829823123456 to 7317327829662543872. Current Snapshot: MvccSnapshot[applied={T|T < 7317327829698379776}]
14:03:09.740 [INFO - Metastore-Handler-Pool: Thread-157] (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=	
14:03:09.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:09.746526  5967 client.h:372] Failed to connect to Hive Metastore (localhost:42487): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:10.073 [WARN - Metastore-Handler-Pool: Thread-153] (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.
14:03:10.078 [WARN - Metastore-Handler-Pool: Thread-153] (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.
14:03:10.078 [WARN - Metastore-Handler-Pool: Thread-153] (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.
14:03:10.139 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:10.144 [INFO - Metastore-Handler-Pool: Thread-153] (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/hive7397538914247996130/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=d6d26dca-ae36-41ee-96c2-851c7d351436, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.133.189:42729,127.5.133.190:34677,127.5.133.188:39045}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:03:10.145 [INFO - Metastore-Handler-Pool: Thread-153] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7397538914247996130/external-warehouse/table
14:03:10.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.178838  5907 sys_catalog.cc:455] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ef885741aefc44edbc14c6c9711c1d98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f19a5f0455d4e17a484f4a8439ee697" member_type: VOTER last_known_addr { host: "127.5.133.190" port: 34677 } } peers { permanent_uuid: "ef885741aefc44edbc14c6c9711c1d98" member_type: VOTER last_known_addr { host: "127.5.133.189" port: 42729 } } peers { permanent_uuid: "e06de3869e4349689a0983f741002823" member_type: VOTER last_known_addr { host: "127.5.133.188" port: 39045 } } }
14:03:10.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.178973  5907 sys_catalog.cc:458] T 00000000000000000000000000000000 P ef885741aefc44edbc14c6c9711c1d98 [sys.catalog]: This master's current role is: LEADER
14:03:10.211 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:10.238 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:10.240 [INFO - Metastore-Handler-Pool: Thread-153] (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)	
14:03:10.241 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
14:03:10.243 [INFO - Metastore-Handler-Pool: Thread-153] (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/hive7397538914247996130/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)
14:03:10.245 [INFO - Metastore-Handler-Pool: Thread-153] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7397538914247996130/external-warehouse/legacy_table
14:03:10.258 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
14:03:10.267 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:10.268 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.276 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.305 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.306 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.320 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.336 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.345 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.345 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.353 [DEBUG - Metastore-Handler-Pool: Thread-153] (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.
14:03:10.354 [DEBUG - Metastore-Handler-Pool: Thread-153] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:03:10.357 [DEBUG - Metastore-Handler-Pool: Thread-153] (Connection.java:748) [peer master-127.5.133.189:42729(127.5.133.189:42729)] connecting to peer
14:03:10.358 [DEBUG - Metastore-Handler-Pool: Thread-153] (Connection.java:748) [peer master-127.5.133.190:34677(127.5.133.190:34677)] connecting to peer
14:03:10.359 [DEBUG - Metastore-Handler-Pool: Thread-153] (Connection.java:748) [peer master-127.5.133.188:39045(127.5.133.188:39045)] connecting to peer
14:03:10.359 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.5.133.189:42729(127.5.133.189:42729)] Successfully connected to peer
14:03:10.361 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.5.133.190:34677(127.5.133.190:34677)] Successfully connected to peer
14:03:10.368 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.5.133.188:39045(127.5.133.188:39045)] Successfully connected to peer
14:03:10.370 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.133.190
14:03:10.372 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.133.189
14:03:10.395 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.5.133.188
14:03:10.422 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:10.432 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:10.444 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xceb9852d, L:/127.0.0.1:57634 - R:/127.5.133.188:39045] using SASL/PLAIN
14:03:10.452 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:10.458 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x1388b046, L:/127.0.0.1:39142 - R:/127.5.133.190:34677] using SASL/PLAIN
14:03:10.462 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xe186e61a, L:/127.0.0.1:33818 - R:/127.5.133.189:42729] using SASL/PLAIN
14:03:10.465 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:03:10.466 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:03:10.467 [ERROR - Metastore-Handler-Pool: Thread-153] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:10.468 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.499 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.513 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.513 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.527 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.540 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.551 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.552 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.558 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.567 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.577 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.577 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.583 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:03:10.584 [ERROR - Metastore-Handler-Pool: Thread-153] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

14:03:10.611 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.621 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.631 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.631 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.636 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.645 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.654 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.654 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.656572  5941 catalog_manager.cc:1295] Loaded cluster ID: 99b1d885b58e47f4973e431fa6310d7a
14:03:10.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.656667  5941 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823: loading cluster ID for follower catalog manager: success
14:03:10.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.657966  5941 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823: acquiring CA information for follower catalog manager: success
14:03:10.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.658303  5941 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e06de3869e4349689a0983f741002823: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:03:10.661 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:03:10.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:10.662356  5937 client.h:372] Failed to connect to Hive Metastore (localhost:42487): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:10.666 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.670 [INFO - Metastore-Handler-Pool: Thread-166] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
14:03:10.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:10.670339  5918 client.h:372] Failed to connect to Hive Metastore (localhost:42487): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:10.675 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.683 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.683 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.686 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:03:10.686 [ERROR - Metastore-Handler-Pool: Thread-153] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:10.687 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.695 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.703 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.703 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.709 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.716 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.724 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.724 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.730 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.738 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.736806  5970 catalog_manager.cc:1295] Loaded cluster ID: 99b1d885b58e47f4973e431fa6310d7a
14:03:10.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.736897  5970 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697: loading cluster ID for follower catalog manager: success
14:03:10.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.738202  5970 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697: acquiring CA information for follower catalog manager: success
14:03:10.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:10.739522  5970 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1f19a5f0455d4e17a484f4a8439ee697: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:03:10.746 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.746 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.748 [INFO - Metastore-Handler-Pool: Thread-167] (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=	
14:03:10.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:10.749318  5967 client.h:372] Failed to connect to Hive Metastore (localhost:42487): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:10.752 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.760 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.768 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.768 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.817 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:03:10.820 [ERROR - Metastore-Handler-Pool: Thread-153] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:10.821 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.843 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.858 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.859 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.869 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.877 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.885 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.885 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.892 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:10.900 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:10.908 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:10.908 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:10.914 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:10.922 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:10.923 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:11.022 [WARN - Metastore-Handler-Pool: Thread-153] (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.
14:03:11.143 [WARN - Metastore-Handler-Pool: Thread-153] (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.
14:03:11.179 [WARN - Metastore-Handler-Pool: Thread-153] (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.
14:03:11.278 [WARN - Metastore-Handler-Pool: Thread-153] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive7397538914247996130/warehouse/default/table
14:03:11.279 [INFO - Metastore-Handler-Pool: Thread-153] (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)	
14:03:11.281 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:11.283 [INFO - Metastore-Handler-Pool: Thread-153] (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/hive7397538914247996130/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)
14:03:11.284 [WARN - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:2452) Location: file:/tmp/hive7397538914247996130/external-warehouse/table specified for non-external table:table
14:03:11.285 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:11.285 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:11.302 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:11.318 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:11.319 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:11.327 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:11.342 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:11.343 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:11.346 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:03:11.347 [ERROR - Metastore-Handler-Pool: Thread-153] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:11.348 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:11.356 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:11.365 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:11.365 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:11.368 [ERROR - Metastore-Handler-Pool: Thread-153] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
14:03:11.369 [ERROR - Metastore-Handler-Pool: Thread-153] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain the Kudu storage handler (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:405)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

14:03:11.370 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:11.378 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:11.386 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:11.386 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:11.391 [INFO - Metastore-Handler-Pool: Thread-153] (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	
14:03:11.398 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
14:03:11.405 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
14:03:11.406 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
14:03:11.411 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:11.418 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:11.419 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:11.465 [INFO - Metastore-Handler-Pool: Thread-153] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:03:11.467 [INFO - Metastore-Handler-Pool: Thread-153] (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=d6d26dca-ae36-41ee-96c2-851c7d351436, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.133.189:42729,127.5.133.190:34677,127.5.133.188:39045}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:03:11.469 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:11.470 [INFO - Metastore-Handler-Pool: Thread-153] (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/hive7397538914247996130/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=d6d26dca-ae36-41ee-96c2-851c7d351436, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.5.133.189:42729,127.5.133.190:34677,127.5.133.188:39045}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:03:11.482 [INFO - Metastore-Handler-Pool: Thread-153] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7397538914247996130/external-warehouse/table
14:03:11.501 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:11.508 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:11.509 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:11.517 [INFO - Metastore-Handler-Pool: Thread-153] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:11.525 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:11.525 [INFO - Metastore-Handler-Pool: Thread-153] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:11.530 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:11.537 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:11.538 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:11.569 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:03:11.569 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:03:11.569 [INFO - Metastore-Handler-Pool: Thread-153] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2631eeab, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1775d07b will be shutdown
14:03:11.569 [INFO - Metastore-Handler-Pool: Thread-153] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:03:11.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:11.569535  5654 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 5666
14:03:11.578 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.5.133.190:34677(127.5.133.190:34677)] handling channelInactive
14:03:11.578 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.5.133.190:34677(127.5.133.190:34677)] cleaning up while in state READY due to: connection closed
14:03:11.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:11.580576  5654 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 5747
14:03:11.589 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.5.133.189:42729(127.5.133.189:42729)] handling channelInactive
14:03:11.589 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.5.133.189:42729(127.5.133.189:42729)] cleaning up while in state READY due to: connection closed
14:03:11.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:11.588937  5654 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 5826
14:03:11.598 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.5.133.188:39045(127.5.133.188:39045)] handling channelInactive
14:03:11.598 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.5.133.188:39045(127.5.133.188:39045)] cleaning up while in state READY due to: connection closed
14:03:11.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:11Z chronyd exiting
.14:03:11.642 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:11.643 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:11.643 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:11.681 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive16384888021014527156
14:03:11.684 [INFO - Thread-115] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:03:11.684 [INFO - Thread-115] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:03:11.686 [INFO - Thread-115] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:03:11.687 [INFO - Thread-115] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:03:11.687 [INFO - Thread-115] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:03:11.688 [INFO - Thread-115] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:03:11.689 [INFO - Thread-115] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:03:11.689 [INFO - Thread-115] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:03:11.690 [INFO - Thread-115] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:03:11.690 [INFO - Thread-115] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:03:11.691 [INFO - Thread-115] (HikariDataSource.java:80) objectstore - Starting...
14:03:11.750 [INFO - Thread-115] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:11.751 [INFO - Thread-115] (HikariDataSource.java:82) objectstore - Start completed.
14:03:11.751 [INFO - Thread-115] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:03:11.753 [INFO - Thread-115] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:03:11.754 [INFO - Thread-115] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:11.755 [INFO - Thread-115] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:03:11.767 [INFO - Thread-115] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:03:11.767 [INFO - Thread-115] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:03:11.767 [INFO - Thread-115] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:03:11.786 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:11.787 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:11.787 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:11.787 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:11.788 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:11.788 [WARN - Thread-115] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:11.948 [INFO - Thread-115] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:03:11.948 [INFO - Thread-115] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@691a5658, with PersistenceManager: null will be shutdown
14:03:11.948 [INFO - Thread-115] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@691a5658, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@69f23e4f created in the thread with id: 169
14:03:11.950 [WARN - Thread-115] (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
14:03:11.951 [INFO - Thread-115] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@691a5658
14:03:12.119 [INFO - Thread-115] (HMSHandler.java:595) Started creating a default database with name: default
14:03:12.134 [INFO - Thread-115] (HMSHandler.java:605) Successfully created a default database with name: default
14:03:12.156 [INFO - Thread-115] (HMSHandler.java:668) Added admin role in metastore
14:03:12.157 [INFO - Thread-115] (HMSHandler.java:677) Added public role in metastore
14:03:12.177 [INFO - Thread-115] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:03:12.177 [INFO - Thread-115] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:03:12.178 [INFO - Thread-115] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:03:12.178 [INFO - Thread-115] (HiveMetaStore.java:697) Direct SQL optimization = true
14:03:12.178 [WARN - Thread-115] (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)
14:03:12.178 [INFO - Thread-115] (HiveMetaStore.java:632) Started the new metaserver on port [39147]...
14:03:12.178 [INFO - Thread-115] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:03:12.178 [INFO - Thread-115] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:03:12.178 [INFO - Thread-115] (HiveMetaStore.java:635) TCP keepalive = true
14:03:12.178 [INFO - Thread-115] (HiveMetaStore.java:636) Enable SSL = false
14:03:12.687 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:12.687 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:12.688 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:12.690 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:03:12.690 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39147]
14:03:12.690 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39147) in binary transport mode
14:03:12.691 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39147) current connections: 1
14:03:12.692 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskdCzFhS/test-tmp
14:03:12.692 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:03:12.692 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskdCzFhS/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:03:12.695 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39147"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

14:03:12.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.766288  6030 mini_oidc.cc:150] Starting JWKS server
14:03:12.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.766691  6030 webserver.cc:533] Webserver started at http://127.0.0.1:41831/ using document root <none> and password file <none>
14:03:12.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.766745  6030 mini_oidc.cc:186] Starting OIDC Discovery server
14:03:12.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.766872  6030 webserver.cc:533] Webserver started at http://127.0.0.1:38743/ using document root <none> and password file <none>
14:03:12.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:12Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:03:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:12Z Disabled control of system clock
14:03:12.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.776626  6030 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:12.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:12.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/wal
14:03:12.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/data
14:03:12.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:12.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:12.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/logs
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/data/info.pb
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.227.190:40823
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.227.190
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.227.148:45909
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.227.190:40823,127.5.227.189:42177,127.5.227.188:37387
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41831/jwks.json
14:03:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39147 with env {}
14:03:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.848259  6044 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.848415  6044 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.848443  6044 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:12.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.850025  6044 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:12.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.850086  6044 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:12.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.850106  6044 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:12.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.850124  6044 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:12.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.850139  6044 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:12.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.850152  6044 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41831/jwks.json
14:03:12.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.851702  6044 master_runner.cc:387] Master server non-default flags:
14:03:12.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/logs
14:03:12.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.227.148:45909
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/data
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/wal
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39147
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.227.190:40823,127.5.227.189:42177,127.5.227.188:37387
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.227.190:40823
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41831/jwks.json
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/data/info.pb
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.227.190
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:12.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.6044
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.851935  6044 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:12.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.852170  6044 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:12.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.854611  6051 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
14:03:12.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.854617  6050 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
14:03:12.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.854701  6044 server_base.cc:1061] running on GCE node
14:03:12.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.854848  6053 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
14:03:12.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.855394  6044 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:12.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.855630  6044 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:12.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.856797  6044 hybrid_clock.cc:648] HybridClock initialized: now 1786456992856797 us; error 115 us; skew 500 ppm
14:03:12.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.858026  6044 webserver.cc:533] Webserver started at http://127.5.227.190:37583/ using document root <none> and password file <none>
14:03:12.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.858248  6044 fs_manager.cc:362] Metadata directory not provided
14:03:12.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.858331  6044 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:12.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.858439  6044 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:12.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.859225  6044 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/data/instance:
14:03:12.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df611e5b08be42e18e677509ffea6d27"
14:03:12.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:12 on dist-test-slave-07c2"
14:03:12.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.859580  6044 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/wal/instance:
14:03:12.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df611e5b08be42e18e677509ffea6d27"
14:03:12.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:12 on dist-test-slave-07c2"
14:03:12.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.860702  6044 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.000s
14:03:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.861390  6059 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.861588  6044 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:03:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.861662  6044 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/wal
14:03:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "df611e5b08be42e18e677509ffea6d27"
14:03:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:12 on dist-test-slave-07c2"
14:03:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.861740  6044 fs_report.cc:389] FS layout report
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/wal
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/wal
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/data/data
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:12.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.871454  6044 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:12.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.871686  6044 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:12.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.871838  6044 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.875929  6044 rpc_server.cc:307] RPC server started. Bound to: 127.5.227.190:40823
14:03:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.875952  6116 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.227.190:40823 every 8 connection(s)
14:03:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.876205  6044 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/data/info.pb
14:03:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.876628  6118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:12.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.877578  6118 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.227.190" port: 40823 } has no permanent_uuid. Determining permanent_uuid...
14:03:12.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.881762  6030 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 6044
14:03:12.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.881860  6030 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-0/wal/instance
14:03:12.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.882671  6118 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.227.189" port: 42177 } has no permanent_uuid. Determining permanent_uuid...
14:03:12.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.882786  6030 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:12.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:12.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/wal
14:03:12.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/data
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/logs
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/data/info.pb
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.227.189:42177
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.227.189
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.227.148:45909
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.227.190:40823,127.5.227.189:42177,127.5.227.188:37387
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41831/jwks.json
14:03:12.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39147 with env {}
14:03:12.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.883577  6063 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.227.189:42177: connect: Connection refused (error 111)
14:03:12.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.884052  6118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.227.189:42177: Network error: Client connection negotiation failed: client connection to 127.5.227.189:42177: connect: Connection refused (error 111)
14:03:12.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.933254  6118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.227.189" port: 42177 } attempt: 1
14:03:12.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.934082  6118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.227.189:42177: Network error: Client connection negotiation failed: client connection to 127.5.227.189:42177: connect: Connection refused (error 111)
14:03:12.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.958455  6124 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:12.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.958621  6124 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:12.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.958653  6124 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.960155  6124 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.960227  6124 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.960249  6124 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.960266  6124 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.960281  6124 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:12.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.960296  6124 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41831/jwks.json
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.961887  6124 master_runner.cc:387] Master server non-default flags:
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/logs
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.227.148:45909
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/data
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/wal
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39147
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.227.190:40823,127.5.227.189:42177,127.5.227.188:37387
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.227.189:42177
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41831/jwks.json
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/data/info.pb
14:03:12.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.227.189
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.6124
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.962106  6124 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:12.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.962356  6124 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.964648  6133 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
14:03:12.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.964713  6136 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
14:03:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:12.964957  6131 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
14:03:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.965412  6124 server_base.cc:1061] running on GCE node
14:03:12.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.965620  6124 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:12.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.965895  6124 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.967029  6124 hybrid_clock.cc:648] HybridClock initialized: now 1786456992967019 us; error 26 us; skew 500 ppm
14:03:12.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.968127  6124 webserver.cc:533] Webserver started at http://127.5.227.189:38421/ using document root <none> and password file <none>
14:03:12.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.968333  6124 fs_manager.cc:362] Metadata directory not provided
14:03:12.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.968395  6124 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:12.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.968504  6124 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.969307  6124 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/data/instance:
14:03:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1771e754f5094c89befd6033aad4ead4"
14:03:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:12 on dist-test-slave-07c2"
14:03:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.969652  6124 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/wal/instance:
14:03:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1771e754f5094c89befd6033aad4ead4"
14:03:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:12 on dist-test-slave-07c2"
14:03:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.970897  6124 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
14:03:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.971627  6143 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.971834  6124 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.971920  6124 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/wal
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1771e754f5094c89befd6033aad4ead4"
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:12 on dist-test-slave-07c2"
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.971972  6124 fs_report.cc:389] FS layout report
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/wal
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/wal
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/data/data
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:12.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.997189  6124 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:12.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.997454  6124 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:12.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:12.997605  6124 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:13.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.001937  6124 rpc_server.cc:307] RPC server started. Bound to: 127.5.227.189:42177
14:03:13.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.001961  6202 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.227.189:42177 every 8 connection(s)
14:03:13.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.002292  6124 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/data/info.pb
14:03:13.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.002251  6118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.227.189" port: 42177 } attempt: 2
14:03:13.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.002933  6203 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:13.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.004717  6203 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.227.190" port: 40823 } has no permanent_uuid. Determining permanent_uuid...
14:03:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.007513  6118 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } has no permanent_uuid. Determining permanent_uuid...
14:03:13.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.008232  6118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.227.188:37387: Network error: Client connection negotiation failed: client connection to 127.5.227.188:37387: connect: Connection refused (error 111)
14:03:13.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.008890  6203 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.227.189" port: 42177 } has no permanent_uuid. Determining permanent_uuid...
14:03:13.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.009814  6030 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 6124
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.009915  6030 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-1/wal/instance
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.010342  6030 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/wal
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/data
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/logs
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/data/info.pb
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:13.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.227.188:37387
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.227.188
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.227.148:45909
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.227.190:40823,127.5.227.189:42177,127.5.227.188:37387
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41831/jwks.json
14:03:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39147 with env {}
14:03:13.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.012410  6203 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } has no permanent_uuid. Determining permanent_uuid...
14:03:13.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.012729  6144 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.5.227.188:37387: connect: Connection refused (error 111)
14:03:13.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.013171  6203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.227.188:37387: Network error: Client connection negotiation failed: client connection to 127.5.227.188:37387: connect: Connection refused (error 111)
14:03:13.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.051441  6118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } attempt: 1
14:03:13.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.052151  6118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.227.188:37387: Network error: Client connection negotiation failed: client connection to 127.5.227.188:37387: connect: Connection refused (error 111)
14:03:13.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.062356  6203 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } attempt: 1
14:03:13.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.063040  6203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.227.188:37387: Network error: Client connection negotiation failed: client connection to 127.5.227.188:37387: connect: Connection refused (error 111)
14:03:13.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.099306  6118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } attempt: 2
14:03:13.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.100064  6118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.227.188:37387: Network error: Client connection negotiation failed: client connection to 127.5.227.188:37387: connect: Connection refused (error 111)
14:03:13.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.112109  6206 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:13.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.112279  6206 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:13.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.112309  6206 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:13.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.113812  6206 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:13.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.113885  6206 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:13.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.113906  6206 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:13.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.113922  6206 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:13.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.113937  6206 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:13.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.113950  6206 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41831/jwks.json
14:03:13.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.115469  6206 master_runner.cc:387] Master server non-default flags:
14:03:13.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/logs
14:03:13.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:13.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:13.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:13.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.5.227.148:45909
14:03:13.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:13.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:13.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/data
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/wal
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39147
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.5.227.190:40823,127.5.227.189:42177,127.5.227.188:37387
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.5.227.188:37387
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41831/jwks.json
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/data/info.pb
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.5.227.188
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.6206
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.115705  6206 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.115958  6206 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:13.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.118243  6212 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
14:03:13.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.118247  6213 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
14:03:13.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.118373  6206 server_base.cc:1061] running on GCE node
14:03:13.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.118244  6215 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
14:03:13.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.118794  6206 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:13.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.118978  6206 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:13.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.120124  6206 hybrid_clock.cc:648] HybridClock initialized: now 1786456993120102 us; error 43 us; skew 500 ppm
14:03:13.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.121263  6206 webserver.cc:533] Webserver started at http://127.5.227.188:38073/ using document root <none> and password file <none>
14:03:13.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.121479  6206 fs_manager.cc:362] Metadata directory not provided
14:03:13.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.121557  6206 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:13.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.121686  6206 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:13.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.122572  6206 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/data/instance:
14:03:13.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5b424f29c05402f9c4a0b1390ec4d6d"
14:03:13.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:13 on dist-test-slave-07c2"
14:03:13.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.122938  6206 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/wal/instance:
14:03:13.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5b424f29c05402f9c4a0b1390ec4d6d"
14:03:13.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:13 on dist-test-slave-07c2"
14:03:13.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.124207  6206 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.124939  6221 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.125116  6206 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.125195  6206 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/wal
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5b424f29c05402f9c4a0b1390ec4d6d"
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:13 on dist-test-slave-07c2"
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.125245  6206 fs_report.cc:389] FS layout report
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/wal
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/wal
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/data/data
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:13.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:13.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:13.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:13.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.131209  6203 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } attempt: 2
14:03:13.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.131894  6203 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.5.227.188:37387: Network error: Client connection negotiation failed: client connection to 127.5.227.188:37387: connect: Connection refused (error 111)
14:03:13.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.139226  6206 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:13.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.139487  6206 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:13.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.139595  6206 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:13.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.143448  6206 rpc_server.cc:307] RPC server started. Bound to: 127.5.227.188:37387
14:03:13.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.143486  6278 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.5.227.188:37387 every 8 connection(s)
14:03:13.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.143808  6206 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/data/info.pb
14:03:13.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.144460  6280 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:13.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.145536  6030 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 6206
14:03:13.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.145653  6030 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster11092953003001005157/master-2/wal/instance
14:03:13.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.146044  6280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.227.190" port: 40823 } has no permanent_uuid. Determining permanent_uuid...
14:03:13.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.151026  6280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.227.189" port: 42177 } has no permanent_uuid. Determining permanent_uuid...
14:03:13.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.154179  6280 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } has no permanent_uuid. Determining permanent_uuid...
14:03:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.157970  6280 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d: Bootstrap starting.
14:03:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.158634  6280 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d: Neither blocks nor log segments found. Creating new log.
14:03:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.158846  6280 log.cc:826] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d: Log is configured to *not* fsync() on all Append() calls
14:03:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.159495  6030 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:03:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.159677  6280 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d: No bootstrap required, opened a new log
14:03:13.160 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:13.160 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:03:13.160 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.5.227.190"
      port: 40823
    }
    bound_http_address {
      host: "127.5.227.190"
      port: 37583
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.5.227.189"
      port: 42177
    }
    bound_http_address {
      host: "127.5.227.189"
      port: 38421
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.5.227.188"
      port: 37387
    }
    bound_http_address {
      host: "127.5.227.188"
      port: 38073
    }
  }
}

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

14:03:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.161130  6280 raft_consensus.cc:359] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "df611e5b08be42e18e677509ffea6d27" member_type: VOTER last_known_addr { host: "127.5.227.190" port: 40823 } } peers { permanent_uuid: "1771e754f5094c89befd6033aad4ead4" member_type: VOTER last_known_addr { host: "127.5.227.189" port: 42177 } } peers { permanent_uuid: "a5b424f29c05402f9c4a0b1390ec4d6d" member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } }
14:03:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.161265  6280 raft_consensus.cc:385] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:13.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.161302  6280 raft_consensus.cc:740] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a5b424f29c05402f9c4a0b1390ec4d6d, State: Initialized, Role: FOLLOWER
14:03:13.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.161372  6280 consensus_queue.cc:260] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d [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: "df611e5b08be42e18e677509ffea6d27" member_type: VOTER last_known_addr { host: "127.5.227.190" port: 40823 } } peers { permanent_uuid: "1771e754f5094c89befd6033aad4ead4" member_type: VOTER last_known_addr { host: "127.5.227.189" port: 42177 } } peers { permanent_uuid: "a5b424f29c05402f9c4a0b1390ec4d6d" member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } }
14:03:13.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.161592  6280 sys_catalog.cc:565] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d [sys.catalog]: configured and running, proceeding with master startup.
14:03:13.162 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:13.163 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:03:13.167 [INFO - Metastore-Handler-Pool: Thread-192] (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=	
14:03:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.163812  6030 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 6044
14:03:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.163887  6206 master_runner.cc:187] Error getting master registration for 127.5.227.190:40823: OK, instance_id { permanent_uuid: "df611e5b08be42e18e677509ffea6d27" instance_seqno: 1786456992874763 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:03:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.165181  6206 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.167981  6299 client.h:372] Failed to connect to Hive Metastore (localhost:39147): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
14:03:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.168952  6302 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:13.168996  6302 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:13.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.171929  6285 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d [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: "df611e5b08be42e18e677509ffea6d27" member_type: VOTER last_known_addr { host: "127.5.227.190" port: 40823 } } peers { permanent_uuid: "1771e754f5094c89befd6033aad4ead4" member_type: VOTER last_known_addr { host: "127.5.227.189" port: 42177 } } peers { permanent_uuid: "a5b424f29c05402f9c4a0b1390ec4d6d" member_type: VOTER last_known_addr { host: "127.5.227.188" port: 37387 } } }
14:03:13.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.172216  6285 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5b424f29c05402f9c4a0b1390ec4d6d [sys.catalog]: This master's current role is: FOLLOWER
14:03:13.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.173082  6030 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 6124
14:03:13.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:13.179713  6030 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 6206
14:03:13.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:13Z chronyd exiting
.14:03:13.226 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:13.226 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:13.227 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:13.243 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13727070759963565748
14:03:13.244 [INFO - Thread-132] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:03:13.244 [INFO - Thread-132] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:03:13.246 [INFO - Thread-132] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:03:13.246 [INFO - Thread-132] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:03:13.246 [INFO - Thread-132] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:03:13.246 [INFO - Thread-132] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:03:13.248 [INFO - Thread-132] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:03:13.248 [INFO - Thread-132] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:03:13.249 [INFO - Thread-132] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:03:13.249 [INFO - Thread-132] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:03:13.250 [INFO - Thread-132] (HikariDataSource.java:80) objectstore - Starting...
14:03:13.302 [INFO - Thread-132] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:13.303 [INFO - Thread-132] (HikariDataSource.java:82) objectstore - Start completed.
14:03:13.303 [INFO - Thread-132] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:03:13.305 [INFO - Thread-132] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:03:13.306 [INFO - Thread-132] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:03:13.306 [INFO - Thread-132] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:03:13.315 [INFO - Thread-132] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:03:13.315 [INFO - Thread-132] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:03:13.315 [INFO - Thread-132] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:03:13.330 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:13.331 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:13.331 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:13.331 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:13.332 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:13.332 [WARN - Thread-132] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:03:13.485 [INFO - Thread-132] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:03:13.486 [INFO - Thread-132] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69ee2aab, with PersistenceManager: null will be shutdown
14:03:13.486 [INFO - Thread-132] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69ee2aab, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@24ae3bb created in the thread with id: 193
14:03:13.488 [WARN - Thread-132] (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
14:03:13.488 [INFO - Thread-132] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69ee2aab
14:03:13.568 [INFO - Thread-132] (HMSHandler.java:595) Started creating a default database with name: default
14:03:13.582 [INFO - Thread-132] (HMSHandler.java:605) Successfully created a default database with name: default
14:03:13.602 [INFO - Thread-132] (HMSHandler.java:668) Added admin role in metastore
14:03:13.603 [INFO - Thread-132] (HMSHandler.java:677) Added public role in metastore
14:03:13.628 [INFO - Thread-132] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:03:13.629 [INFO - Thread-132] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:03:13.629 [INFO - Thread-132] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:03:13.629 [INFO - Thread-132] (HiveMetaStore.java:697) Direct SQL optimization = true
14:03:13.630 [WARN - Thread-132] (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)
14:03:13.630 [INFO - Thread-132] (HiveMetaStore.java:632) Started the new metaserver on port [37883]...
14:03:13.630 [INFO - Thread-132] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:03:13.630 [INFO - Thread-132] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:03:13.630 [INFO - Thread-132] (HiveMetaStore.java:635) TCP keepalive = true
14:03:13.630 [INFO - Thread-132] (HiveMetaStore.java:636) Enable SSL = false
14:03:14.246 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:03:14.246 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:03:14.246 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:03:14.248 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:03:14.248 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37883]
14:03:14.248 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37883) in binary transport mode
14:03:14.248 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37883) current connections: 1
14:03:14.250 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskdCzFhS/test-tmp
14:03:14.250 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
14:03:14.250 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskdCzFhS/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
14:03:14.253 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:03:14.325 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:14.326 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:03:14.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.326610  6333 mini_oidc.cc:150] Starting JWKS server
14:03:14.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.327068  6333 webserver.cc:533] Webserver started at http://127.0.0.1:46177/ using document root <none> and password file <none>
14:03:14.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.327142  6333 mini_oidc.cc:186] Starting OIDC Discovery server
14:03:14.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.327263  6333 webserver.cc:533] Webserver started at http://127.0.0.1:36389/ using document root <none> and password file <none>
14:03:14.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:14Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:03:14.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:14Z Disabled control of system clock
14:03:14.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.336750  6333 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:14.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/wal
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/data
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/logs
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/data/info.pb
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.47.126:38711
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.47.126
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.47.84:45283
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.47.126:38711,127.6.47.125:42517,127.6.47.124:33069
14:03:14.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:14.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46177/jwks.json with env {}
14:03:14.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.409277  6345 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:14.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.409435  6345 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:14.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.409453  6345 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:14.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.410786  6345 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:14.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.410821  6345 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:14.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.410835  6345 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:14.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.410845  6345 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:14.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.410857  6345 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:14.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.410868  6345 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46177/jwks.json
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.412331  6345 master_runner.cc:387] Master server non-default flags:
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/logs
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.47.84:45283
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/data
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/wal
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.47.126:38711,127.6.47.125:42517,127.6.47.124:33069
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.47.126:38711
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46177/jwks.json
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/data/info.pb
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.47.126
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.6345
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:14.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.412487  6345 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.412640  6345 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:14.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.414695  6351 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
14:03:14.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.414666  6353 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
14:03:14.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.414793  6350 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
14:03:14.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.414861  6345 server_base.cc:1061] running on GCE node
14:03:14.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.415246  6345 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:14.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.415508  6345 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.416651  6345 hybrid_clock.cc:648] HybridClock initialized: now 1786456994416675 us; error 64 us; skew 500 ppm
14:03:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.417562  6345 webserver.cc:533] Webserver started at http://127.6.47.126:35589/ using document root <none> and password file <none>
14:03:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.417752  6345 fs_manager.cc:362] Metadata directory not provided
14:03:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.417791  6345 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.417865  6345 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.418792  6345 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/data/instance:
14:03:14.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38212d7ad2f646dbb4105c5a0685357c"
14:03:14.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:14 on dist-test-slave-07c2"
14:03:14.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.419117  6345 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/wal/instance:
14:03:14.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38212d7ad2f646dbb4105c5a0685357c"
14:03:14.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:14 on dist-test-slave-07c2"
14:03:14.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.420295  6345 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.001s
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.420873  6359 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.421037  6345 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.421113  6345 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/wal
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38212d7ad2f646dbb4105c5a0685357c"
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:14 on dist-test-slave-07c2"
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.421168  6345 fs_report.cc:389] FS layout report
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/wal
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/wal
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/data/data
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:14.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.449398  6345 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:14.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.449715  6345 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:14.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.449878  6345 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:14.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.453681  6345 rpc_server.cc:307] RPC server started. Bound to: 127.6.47.126:38711
14:03:14.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.453711  6418 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.47.126:38711 every 8 connection(s)
14:03:14.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.454027  6345 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/data/info.pb
14:03:14.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.454515  6419 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:14.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.455582  6419 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } has no permanent_uuid. Determining permanent_uuid...
14:03:14.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.460654  6333 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 6345
14:03:14.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.460733  6333 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-0/wal/instance
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.461364  6333 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/wal
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/data
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/logs
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/data/info.pb
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.47.125:42517
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.47.125
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.47.84:45283
14:03:14.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:14.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:14.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:14.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:14.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.47.126:38711,127.6.47.125:42517,127.6.47.124:33069
14:03:14.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:14.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46177/jwks.json with env {}
14:03:14.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.466677  6419 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } has no permanent_uuid. Determining permanent_uuid...
14:03:14.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.467110  6362 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.47.125:42517: connect: Connection refused (error 111)
14:03:14.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.467604  6419 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.47.125:42517: Network error: Client connection negotiation failed: client connection to 127.6.47.125:42517: connect: Connection refused (error 111)
14:03:14.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.516785  6419 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } attempt: 1
14:03:14.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.517640  6419 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.47.125:42517: Network error: Client connection negotiation failed: client connection to 127.6.47.125:42517: connect: Connection refused (error 111)
14:03:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.534842  6423 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.534982  6423 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:14.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.534999  6423 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.536443  6423 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.536484  6423 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.536497  6423 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.536509  6423 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.536521  6423 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:14.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.536531  6423 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46177/jwks.json
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.537935  6423 master_runner.cc:387] Master server non-default flags:
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/logs
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.47.84:45283
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/data
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/wal
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.47.126:38711,127.6.47.125:42517,127.6.47.124:33069
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.47.125:42517
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46177/jwks.json
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/data/info.pb
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.47.125
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.6423
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.538081  6423 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:14.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.538230  6423 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:14.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.540292  6429 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
14:03:14.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.540337  6432 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
14:03:14.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.540297  6430 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
14:03:14.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.540617  6423 server_base.cc:1061] running on GCE node
14:03:14.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.540787  6423 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:14.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.540975  6423 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:14.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.542124  6423 hybrid_clock.cc:648] HybridClock initialized: now 1786456994542114 us; error 47 us; skew 500 ppm
14:03:14.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.543097  6423 webserver.cc:533] Webserver started at http://127.6.47.125:37457/ using document root <none> and password file <none>
14:03:14.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.543336  6423 fs_manager.cc:362] Metadata directory not provided
14:03:14.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.543398  6423 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:14.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.543510  6423 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:14.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.544256  6423 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/data/instance:
14:03:14.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ea4c7b49947b44289074b5f09c0904ec"
14:03:14.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:14 on dist-test-slave-07c2"
14:03:14.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.544591  6423 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/wal/instance:
14:03:14.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ea4c7b49947b44289074b5f09c0904ec"
14:03:14.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:14 on dist-test-slave-07c2"
14:03:14.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.545718  6423 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:03:14.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.546350  6439 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:14.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.546510  6423 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:03:14.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.546612  6423 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/wal
14:03:14.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ea4c7b49947b44289074b5f09c0904ec"
14:03:14.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:14 on dist-test-slave-07c2"
14:03:14.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.546667  6423 fs_report.cc:389] FS layout report
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/wal
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/wal
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/data/data
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:14.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:14.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.568487  6423 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:14.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.568823  6423 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:14.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.568955  6423 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:14.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.573182  6423 rpc_server.cc:307] RPC server started. Bound to: 127.6.47.125:42517
14:03:14.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.573210  6496 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.47.125:42517 every 8 connection(s)
14:03:14.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.573575  6423 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/data/info.pb
14:03:14.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.574087  6497 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:14.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.575357  6333 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 6423
14:03:14.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.575462  6333 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-1/wal/instance
14:03:14.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.575855  6333 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:14.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskdCzFhS/build/release/bin/kudu
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/wal
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/data
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/logs
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/data/info.pb
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.47.124:33069
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.47.124
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.47.84:45283
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.47.126:38711,127.6.47.125:42517,127.6.47.124:33069
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46177/jwks.json with env {}
14:03:14.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.575145  6497 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } has no permanent_uuid. Determining permanent_uuid...
14:03:14.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.580313  6497 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } has no permanent_uuid. Determining permanent_uuid...
14:03:14.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.583840  6497 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } has no permanent_uuid. Determining permanent_uuid...
14:03:14.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.584231  6444 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.6.47.124:33069: connect: Connection refused (error 111)
14:03:14.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.584630  6497 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.47.124:33069: Network error: Client connection negotiation failed: client connection to 127.6.47.124:33069: connect: Connection refused (error 111)
14:03:14.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.585844  6419 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } attempt: 2
14:03:14.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.588356  6419 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } has no permanent_uuid. Determining permanent_uuid...
14:03:14.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.588908  6419 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.47.124:33069: Network error: Client connection negotiation failed: client connection to 127.6.47.124:33069: connect: Connection refused (error 111)
14:03:14.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.632074  6419 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } attempt: 1
14:03:14.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.632891  6419 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.47.124:33069: Network error: Client connection negotiation failed: client connection to 127.6.47.124:33069: connect: Connection refused (error 111)
14:03:14.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.633816  6497 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } attempt: 1
14:03:14.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.634546  6497 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.47.124:33069: Network error: Client connection negotiation failed: client connection to 127.6.47.124:33069: connect: Connection refused (error 111)
14:03:14.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.653831  6500 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:03:14.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.653966  6500 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:03:14.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.653983  6500 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:03:14.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.655339  6500 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:03:14.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.655372  6500 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:03:14.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.655401  6500 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:03:14.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.655413  6500 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:03:14.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.655426  6500 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:03:14.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.655436  6500 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46177/jwks.json
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.656949  6500 master_runner.cc:387] Master server non-default flags:
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/logs
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.6.47.84:45283
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/data
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/wal
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.6.47.126:38711,127.6.47.125:42517,127.6.47.124:33069
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.6.47.124:33069
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46177/jwks.json
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/data/info.pb
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.6.47.124
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.6500
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:13 UTC on e7f111948823
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13289
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.657107  6500 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:03:14.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.657289  6500 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:03:14.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.659513  6508 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
14:03:14.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.659552  6512 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
14:03:14.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.659571  6510 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
14:03:14.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.659940  6500 server_base.cc:1061] running on GCE node
14:03:14.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.660113  6500 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:03:14.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.660298  6500 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:03:14.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.661444  6500 hybrid_clock.cc:648] HybridClock initialized: now 1786456994661425 us; error 30 us; skew 500 ppm
14:03:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.662436  6500 webserver.cc:533] Webserver started at http://127.6.47.124:35425/ using document root <none> and password file <none>
14:03:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.662642  6500 fs_manager.cc:362] Metadata directory not provided
14:03:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.662717  6500 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:03:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.662833  6500 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:03:14.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.663650  6500 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/data/instance:
14:03:14.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "605c5cc3e3bd409a83a8b98121c0ef94"
14:03:14.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:14 on dist-test-slave-07c2"
14:03:14.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.663997  6500 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/wal/instance:
14:03:14.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "605c5cc3e3bd409a83a8b98121c0ef94"
14:03:14.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:14 on dist-test-slave-07c2"
14:03:14.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.665144  6500 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
14:03:14.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.665772  6519 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.665922  6500 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.665989  6500 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/data,/tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/wal
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "605c5cc3e3bd409a83a8b98121c0ef94"
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:03:14 on dist-test-slave-07c2"
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.666044  6500 fs_report.cc:389] FS layout report
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/wal
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/wal
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/data/data
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:03:14.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:03:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.680044  6419 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } attempt: 2
14:03:14.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.680696  6419 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.6.47.124:33069: Network error: Client connection negotiation failed: client connection to 127.6.47.124:33069: connect: Connection refused (error 111)
14:03:14.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.681727  6500 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:03:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.681998  6500 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
14:03:14.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.682133  6500 kserver.cc:163] Server-wide thread pool size limit: 3276
14:03:14.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.685940  6500 rpc_server.cc:307] RPC server started. Bound to: 127.6.47.124:33069
14:03:14.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.685984  6581 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.6.47.124:33069 every 8 connection(s)
14:03:14.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.686290  6500 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/data/info.pb
14:03:14.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.686870  6582 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:03:14.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.688418  6582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } has no permanent_uuid. Determining permanent_uuid...
14:03:14.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.690516  6333 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskdCzFhS/build/release/bin/kudu as pid 6500
14:03:14.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.690626  6333 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskdCzFhS/test-tmp/mini-kudu-cluster1005896065120167792/master-2/wal/instance
14:03:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.694434  6582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } has no permanent_uuid. Determining permanent_uuid...
14:03:14.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.698004  6582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } has no permanent_uuid. Determining permanent_uuid...
14:03:14.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.701618  6582 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94: Bootstrap starting.
14:03:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.702330  6582 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94: Neither blocks nor log segments found. Creating new log.
14:03:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.702638  6582 log.cc:826] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94: Log is configured to *not* fsync() on all Append() calls
14:03:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.702696  6497 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } attempt: 2
14:03:14.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.703388  6582 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94: No bootstrap required, opened a new log
14:03:14.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.704154  6333 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:03:14.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.704751  6582 raft_consensus.cc:359] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } }
14:03:14.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.704869  6582 raft_consensus.cc:385] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:14.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.704898  6582 raft_consensus.cc:740] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 605c5cc3e3bd409a83a8b98121c0ef94, State: Initialized, Role: FOLLOWER
14:03:14.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.704978  6582 consensus_queue.cc:260] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [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: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } }
14:03:14.705 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:14.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.705295  6582 sys_catalog.cc:565] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [sys.catalog]: configured and running, proceeding with master startup.
14:03:14.705 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:03:14.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.706581  6497 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec: Bootstrap starting.
14:03:14.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.705264  6588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [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: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.706949  6588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [sys.catalog]: This master's current role is: FOLLOWER
14:03:14.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.707223  6497 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec: Neither blocks nor log segments found. Creating new log.
14:03:14.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.707379  6603 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:14.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.707415  6603 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:14.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.707480  6497 log.cc:826] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec: Log is configured to *not* fsync() on all Append() calls
14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.708382  6497 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec: No bootstrap required, opened a new log
14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.708407  6500 master_runner.cc:187] Error getting master registration for 127.6.47.126:38711: OK, instance_id { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" instance_seqno: 1786456994452759 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.709925  6497 raft_consensus.cc:359] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } }
14:03:14.705 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.6.47.126"
      port: 38711
    }
    bound_http_address {
      host: "127.6.47.126"
      port: 35589
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.6.47.125"
      port: 42517
    }
    bound_http_address {
      host: "127.6.47.125"
      port: 37457
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.6.47.124"
      port: 33069
    }
    bound_http_address {
      host: "127.6.47.124"
      port: 35425
    }
  }
}

14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.709995  6500 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.710021  6497 raft_consensus.cc:385] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.710053  6497 raft_consensus.cc:740] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ea4c7b49947b44289074b5f09c0904ec, State: Initialized, Role: FOLLOWER
14:03:14.711 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.710129  6497 consensus_queue.cc:260] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [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: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } }
14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.710328  6497 sys_catalog.cc:565] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [sys.catalog]: configured and running, proceeding with master startup.
14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.710464  6606 sys_catalog.cc:455] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [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: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.710556  6606 sys_catalog.cc:458] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [sys.catalog]: This master's current role is: FOLLOWER
14:03:14.712 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:03:14.713 [INFO - Metastore-Handler-Pool: Thread-214] (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=90197c51-98c7-4841-81ea-775640fb27c0, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.47.124:33069,127.6.47.126:38711,127.6.47.125:42517}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:03:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.713850  6617 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:14.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.714033  6617 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:14.715 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:03:14.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.713981  6423 master_runner.cc:187] Error getting master registration for 127.6.47.126:38711: OK, instance_id { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" instance_seqno: 1786456994452759 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:03:14.715 [INFO - Metastore-Handler-Pool: Thread-214] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:03:14.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.715483  6423 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:14.715 [INFO - Metastore-Handler-Pool: Thread-214] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7187441, with PersistenceManager: null will be shutdown
14:03:14.716 [INFO - Metastore-Handler-Pool: Thread-214] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7187441, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5beef78d created in the thread with id: 214
14:03:14.720 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7187441
14:03:14.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.787889  6419 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } attempt: 3
14:03:14.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.793448  6419 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c: Bootstrap starting.
14:03:14.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.794137  6419 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c: Neither blocks nor log segments found. Creating new log.
14:03:14.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.794409  6419 log.cc:826] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c: Log is configured to *not* fsync() on all Append() calls
14:03:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.811837  6419 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c: No bootstrap required, opened a new log
14:03:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.813894  6419 raft_consensus.cc:359] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } }
14:03:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.814007  6419 raft_consensus.cc:385] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:03:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.814043  6419 raft_consensus.cc:740] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 38212d7ad2f646dbb4105c5a0685357c, State: Initialized, Role: FOLLOWER
14:03:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.814144  6419 consensus_queue.cc:260] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [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: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } }
14:03:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.814421  6419 sys_catalog.cc:565] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [sys.catalog]: configured and running, proceeding with master startup.
14:03:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.816668  6632 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:03:14.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.816844  6632 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:03:14.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.817088  6621 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [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: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.817272  6621 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [sys.catalog]: This master's current role is: FOLLOWER
14:03:14.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.818403  6345 master_runner.cc:264] No leader master found from master 38212d7ad2f646dbb4105c5a0685357c
14:03:14.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.818444  6345 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:03:14.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:03:14.819547  6447 tablet.cc:2406] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:03:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.825675  6588 raft_consensus.cc:493] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:03:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.825762  6588 raft_consensus.cc:515] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } }
14:03:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.825947  6588 leader_election.cc:290] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 38212d7ad2f646dbb4105c5a0685357c (127.6.47.126:38711), ea4c7b49947b44289074b5f09c0904ec (127.6.47.125:42517)
14:03:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.826403  6470 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4c7b49947b44289074b5f09c0904ec" is_pre_election: true
14:03:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.826520  6470 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605c5cc3e3bd409a83a8b98121c0ef94 in term 0.
14:03:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.826817  6389 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38212d7ad2f646dbb4105c5a0685357c" is_pre_election: true
14:03:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.826917  6389 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 605c5cc3e3bd409a83a8b98121c0ef94 in term 0.
14:03:14.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.827064  6521 leader_election.cc:304] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [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: 605c5cc3e3bd409a83a8b98121c0ef94, ea4c7b49947b44289074b5f09c0904ec; no voters: 
14:03:14.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.827523  6588 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 0 FOLLOWER]: Leader pre-election won for term 1
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.827580  6588 raft_consensus.cc:493] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.827605  6588 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 0 FOLLOWER]: Advancing to term 1
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.828397  6588 raft_consensus.cc:515] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } }
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.828508  6588 leader_election.cc:290] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [CANDIDATE]: Term 1 election: Requested vote from peers 38212d7ad2f646dbb4105c5a0685357c (127.6.47.126:38711), ea4c7b49947b44289074b5f09c0904ec (127.6.47.125:42517)
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.828761  6389 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38212d7ad2f646dbb4105c5a0685357c"
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.828822  6389 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [term 0 FOLLOWER]: Advancing to term 1
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.829584  6389 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605c5cc3e3bd409a83a8b98121c0ef94 in term 1.
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.829849  6470 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ea4c7b49947b44289074b5f09c0904ec"
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.829913  6470 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [term 0 FOLLOWER]: Advancing to term 1
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.830629  6470 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 605c5cc3e3bd409a83a8b98121c0ef94 in term 1.
14:03:14.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.830777  6524 leader_election.cc:304] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [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: 38212d7ad2f646dbb4105c5a0685357c, 605c5cc3e3bd409a83a8b98121c0ef94; no voters: 
14:03:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.831453  6588 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 1 FOLLOWER]: Leader election won for term 1
14:03:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.831607  6588 raft_consensus.cc:697] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [term 1 LEADER]: Becoming Leader. State: Replica: 605c5cc3e3bd409a83a8b98121c0ef94, State: Running, Role: LEADER
14:03:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.831692  6588 consensus_queue.cc:237] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [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: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } }
14:03:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.832056  6588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 605c5cc3e3bd409a83a8b98121c0ef94. Latest consensus state: current_term: 1 leader_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.832131  6588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [sys.catalog]: This master's current role is: LEADER
14:03:14.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.843773  6636 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:03:14.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.844139  6636 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:03:14.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.845763  6470 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [term 1 FOLLOWER]: Refusing update from remote peer 605c5cc3e3bd409a83a8b98121c0ef94: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:03:14.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.845957  6389 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [term 1 FOLLOWER]: Refusing update from remote peer 605c5cc3e3bd409a83a8b98121c0ef94: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:03:14.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.846431  6588 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [LEADER]: Connected to new peer: Peer: permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:03:14.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.847488  6621 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 605c5cc3e3bd409a83a8b98121c0ef94. Latest consensus state: current_term: 1 leader_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.847558  6621 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [sys.catalog]: This master's current role is: FOLLOWER
14:03:14.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.847805  6588 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
14:03:14.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.848753  6606 sys_catalog.cc:455] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [sys.catalog]: SysCatalogTable state changed. Reason: New leader 605c5cc3e3bd409a83a8b98121c0ef94. Latest consensus state: current_term: 1 leader_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.848821  6606 sys_catalog.cc:458] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [sys.catalog]: This master's current role is: FOLLOWER
14:03:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.850863  6588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.850927  6588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [sys.catalog]: This master's current role is: LEADER
14:03:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.851392  6621 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.851459  6621 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c [sys.catalog]: This master's current role is: FOLLOWER
14:03:14.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.851866  6637 mvcc.cc:204] Tried to move back new op lower bound from 7317327850885304320 to 7317327850831220736. Current Snapshot: MvccSnapshot[applied={T|T < 7317327850885304320}]
14:03:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.852427  6588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.852500  6588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94 [sys.catalog]: This master's current role is: LEADER
14:03:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.853121  6606 sys_catalog.cc:455] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38212d7ad2f646dbb4105c5a0685357c" member_type: VOTER last_known_addr { host: "127.6.47.126" port: 38711 } } peers { permanent_uuid: "ea4c7b49947b44289074b5f09c0904ec" member_type: VOTER last_known_addr { host: "127.6.47.125" port: 42517 } } peers { permanent_uuid: "605c5cc3e3bd409a83a8b98121c0ef94" member_type: VOTER last_known_addr { host: "127.6.47.124" port: 33069 } } }
14:03:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.853192  6606 sys_catalog.cc:458] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec [sys.catalog]: This master's current role is: FOLLOWER
14:03:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.853615  6643 mvcc.cc:204] Tried to move back new op lower bound from 7317327850885304320 to 7317327850831220736. Current Snapshot: MvccSnapshot[applied={T|T < 7317327850885304320}]
14:03:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.853906  6639 mvcc.cc:204] Tried to move back new op lower bound from 7317327850885304320 to 7317327850831220736. Current Snapshot: MvccSnapshot[applied={T|T < 7317327850885304320}]
14:03:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.854779  6636 catalog_manager.cc:1383] Generated new cluster ID: 4358f64b531b4c03bfefb7c3e692269a
14:03:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.854828  6636 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:03:14.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.866969  6636 catalog_manager.cc:1406] Generated new certificate authority record
14:03:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.867980  6636 catalog_manager.cc:1540] Loading token signing keys...
14:03:14.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.877902  6636 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 605c5cc3e3bd409a83a8b98121c0ef94: Generated new TSK 0
14:03:14.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:14.878163  6636 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:03:15.115 [WARN - Metastore-Handler-Pool: Thread-214] (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.
14:03:15.118 [WARN - Metastore-Handler-Pool: Thread-214] (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.
14:03:15.118 [WARN - Metastore-Handler-Pool: Thread-214] (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.
14:03:15.183 [INFO - Metastore-Handler-Pool: Thread-214] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:03:15.188 [INFO - Metastore-Handler-Pool: Thread-214] (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/hive13727070759963565748/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=90197c51-98c7-4841-81ea-775640fb27c0, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.6.47.124:33069,127.6.47.126:38711,127.6.47.125:42517}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:03:15.190 [INFO - Metastore-Handler-Pool: Thread-214] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13727070759963565748/external-warehouse/table
14:03:15.278 [DEBUG - Metastore-Handler-Pool: Thread-214] (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.
14:03:15.280 [DEBUG - Metastore-Handler-Pool: Thread-214] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:03:15.283 [DEBUG - Metastore-Handler-Pool: Thread-214] (Connection.java:748) [peer master-127.6.47.124:33069(127.6.47.124:33069)] connecting to peer
14:03:15.284 [DEBUG - Metastore-Handler-Pool: Thread-214] (Connection.java:748) [peer master-127.6.47.126:38711(127.6.47.126:38711)] connecting to peer
14:03:15.286 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.6.47.124:33069(127.6.47.124:33069)] Successfully connected to peer
14:03:15.289 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.6.47.124
14:03:15.291 [DEBUG - Metastore-Handler-Pool: Thread-214] (Connection.java:748) [peer master-127.6.47.125:42517(127.6.47.125:42517)] connecting to peer
14:03:15.293 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.6.47.126:38711(127.6.47.126:38711)] Successfully connected to peer
14:03:15.303 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.6.47.125:42517(127.6.47.125:42517)] Successfully connected to peer
14:03:15.305 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.6.47.126
14:03:15.306 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.6.47.125
14:03:15.316 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:15.318 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:15.325 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xe56ba622, L:/127.0.0.1:41952 - R:/127.6.47.124:33069] using SASL/PLAIN
14:03:15.327 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:03:15.328 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:03:15.331 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xafed04c0, L:/127.0.0.1:40406 - R:/127.6.47.125:42517] using SASL/PLAIN
14:03:15.336 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x7de2789e, L:/127.0.0.1:44722 - R:/127.6.47.126:38711] using SASL/PLAIN
14:03:15.363 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:15.387 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:15.388 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:03:15.396 [INFO - Metastore-Handler-Pool: Thread-214] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:03:15.425 [INFO - Metastore-Handler-Pool: Thread-214] (MetaStoreServerUtils.java:473) Updating table stats for table
14:03:15.425 [INFO - Metastore-Handler-Pool: Thread-214] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:03:15.519 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:03:15.547 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:3711) Skipping translation for processor with null
14:03:15.548 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:03:15.654 [WARN - Metastore-Handler-Pool: Thread-214] (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.
14:03:15.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.714612  6617 catalog_manager.cc:1295] Loaded cluster ID: 4358f64b531b4c03bfefb7c3e692269a
14:03:15.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.714689  6617 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec: loading cluster ID for follower catalog manager: success
14:03:15.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.716456  6617 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec: acquiring CA information for follower catalog manager: success
14:03:15.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.716758  6617 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ea4c7b49947b44289074b5f09c0904ec: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:03:15.767 [WARN - Metastore-Handler-Pool: Thread-214] (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.
14:03:15.799 [WARN - Metastore-Handler-Pool: Thread-214] (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.
14:03:15.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.817380  6632 catalog_manager.cc:1295] Loaded cluster ID: 4358f64b531b4c03bfefb7c3e692269a
14:03:15.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.817449  6632 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c: loading cluster ID for follower catalog manager: success
14:03:15.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.818715  6632 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c: acquiring CA information for follower catalog manager: success
14:03:15.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.818988  6632 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 38212d7ad2f646dbb4105c5a0685357c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:03:15.896 [INFO - Metastore-Handler-Pool: Thread-214] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:03:15.897 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:03:15.897 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:03:15.897 [INFO - Metastore-Handler-Pool: Thread-214] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7187441, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5beef78d will be shutdown
14:03:15.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.897547  6333 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 6345
14:03:15.898 [INFO - Metastore-Handler-Pool: Thread-214] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:03:15.906 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.6.47.126:38711(127.6.47.126:38711)] handling channelInactive
14:03:15.906 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.6.47.126:38711(127.6.47.126:38711)] cleaning up while in state READY due to: connection closed
14:03:15.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.907410  6333 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 6423
14:03:15.915 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.6.47.125:42517(127.6.47.125:42517)] handling channelInactive
14:03:15.915 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.6.47.125:42517(127.6.47.125:42517)] cleaning up while in state READY due to: connection closed
14:03:15.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:03:15.916518  6333 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskdCzFhS/build/release/bin/kudu with pid 6500
14:03:15.924 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.6.47.124:33069(127.6.47.124:33069)] handling channelInactive
14:03:15.924 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.6.47.124:33069(127.6.47.124:33069)] cleaning up while in state READY due to: connection closed
14:03:15.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:03:15Z chronyd exiting

Time: 22.128

OK (6 tests)

