JUnit version 4.13.2
.18:21:06.615 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:06.621 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:06.622 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:06.734 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive11499470381768245680
18:21:06.882 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:06.898 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:07.183 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:07.225 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:07.226 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
18:21:07.262 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
18:21:07.281 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:07.305 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
18:21:08.147 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:08.152 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
18:21:08.177 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:08.180 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:08.194 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:08.195 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:08.406 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:08.407 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:08.410 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:08.960 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:08.961 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
18:21:08.988 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@439e5e61 created in the thread with id: 13
18:21:09.061 [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
18:21:09.284 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:09.285 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:09.287 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:09.287 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:09.289 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:09.289 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:09.992 [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
18:21:09.993 [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.135
18:21:09.993 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
18:21:10.360 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
18:21:10.418 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:10.476 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
18:21:10.479 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
18:21:10.569 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:10.578 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:10.956 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:10.966 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:10.979 [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)
18:21:10.980 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [43091]...
18:21:10.980 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:10.980 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:10.980 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
18:21:10.981 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
18:21:11.761 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:11.761 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:11.762 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:11.779 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:11.779 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43091]
18:21:11.780 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43091) in binary transport mode
18:21:11.801 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43091) current connections: 1
18:21:11.890 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
18:21:12.106 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskNVT7qf/test-tmp
18:21:12.112 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:12.121 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskNVT7qf/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:12.181 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43091"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:12.450 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:12.462 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:12.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.463405  8251 mini_oidc.cc:150] Starting JWKS server
18:21:12.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.464250  8251 webserver.cc:533] Webserver started at http://127.0.0.1:41609/ using document root <none> and password file <none>
18:21:12.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.464375  8251 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:12.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.464569  8251 webserver.cc:533] Webserver started at http://127.0.0.1:33247/ using document root <none> and password file <none>
18:21:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:12Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:12.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:12Z Disabled control of system clock
18:21:12.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.481171  8251 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:12.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:12.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/wal
18:21:12.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/data
18:21:12.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:12.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:12.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:12.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:12.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:12.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:12.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/logs
18:21:12.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/data/info.pb
18:21:12.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:12.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:12.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:12.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:12.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:12.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:12.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:12.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:12.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:12.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:12.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:12.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:12.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.14.254:44145
18:21:12.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.14.254
18:21:12.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:12.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.14.212:36223
18:21:12.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:12.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:12.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:12.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:12.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.14.254:44145,127.8.14.253:40445,127.8.14.252:38493
18:21:12.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:12.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41609/jwks.json
18:21:12.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43091 with env {}
18:21:12.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.573597  8269 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:12.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.573817  8269 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:12.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.573839  8269 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:12.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.575592  8269 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:12.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.575654  8269 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:12.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.575690  8269 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:12.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.575703  8269 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:12.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.575750  8269 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:12.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.575774  8269 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41609/jwks.json
18:21:12.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.577561  8269 master_runner.cc:387] Master server non-default flags:
18:21:12.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/logs
18:21:12.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:12.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:12.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:12.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.14.212:36223
18:21:12.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:12.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:12.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/data
18:21:12.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/wal
18:21:12.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43091
18:21:12.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:12.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.14.254:44145,127.8.14.253:40445,127.8.14.252:38493
18:21:12.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:12.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:12.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:12.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.14.254:44145
18:21:12.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:12.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:12.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:12.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41609/jwks.json
18:21:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/data/info.pb
18:21:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.14.254
18:21:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8269
18:21:12.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:12.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:12.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:12.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.577816  8269 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:12.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.578025  8269 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:12.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.580901  8275 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
18:21:12.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.581095  8277 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
18:21:12.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.581105  8269 server_base.cc:1061] running on GCE node
18:21:12.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.582021  8279 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
18:21:12.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.582311  8269 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:12.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.582614  8269 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:12.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.583745  8269 hybrid_clock.cc:648] HybridClock initialized: now 1786472472583666 us; error 91 us; skew 500 ppm
18:21:12.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.585280  8269 webserver.cc:533] Webserver started at http://127.8.14.254:36131/ using document root <none> and password file <none>
18:21:12.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.585505  8269 fs_manager.cc:362] Metadata directory not provided
18:21:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.585554  8269 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:12.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.585670  8269 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:12.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.586721  8269 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/data/instance:
18:21:12.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb6b77c5b17f4080b192d41079879e69"
18:21:12.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:12 on dist-test-slave-bxbt"
18:21:12.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.587011  8269 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/wal/instance:
18:21:12.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb6b77c5b17f4080b192d41079879e69"
18:21:12.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:12 on dist-test-slave-bxbt"
18:21:12.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.588501  8269 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:21:12.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.589218  8289 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:12.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.589395  8269 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
18:21:12.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.589471  8269 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/wal
18:21:12.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb6b77c5b17f4080b192d41079879e69"
18:21:12.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:12 on dist-test-slave-bxbt"
18:21:12.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.589534  8269 fs_report.cc:389] FS layout report
18:21:12.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:12.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/wal
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/wal
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/data/data
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:12.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:12.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:12.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:12.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:12.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.613404  8269 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:12.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.613739  8269 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
18:21:12.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.613864  8269 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:12.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.618788  8269 rpc_server.cc:307] RPC server started. Bound to: 127.8.14.254:44145
18:21:12.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.618822  8377 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.14.254:44145 every 8 connection(s)
18:21:12.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.619210  8269 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/data/info.pb
18:21:12.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.619854  8382 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:12.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.621196  8382 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } has no permanent_uuid. Determining permanent_uuid...
18:21:12.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.622445  8251 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 8269
18:21:12.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.622565  8251 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-0/wal/instance
18:21:12.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.623464  8251 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:12.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:12.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/wal
18:21:12.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/data
18:21:12.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:12.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:12.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:12.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:12.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:12.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:12.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/logs
18:21:12.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/data/info.pb
18:21:12.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:12.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:12.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:12.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:12.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:12.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:12.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:12.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:12.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:12.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:12.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:12.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:12.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.14.253:40445
18:21:12.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.14.253
18:21:12.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:12.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.14.212:36223
18:21:12.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:12.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:12.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:12.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:12.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.14.254:44145,127.8.14.253:40445,127.8.14.252:38493
18:21:12.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:12.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41609/jwks.json
18:21:12.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43091 with env {}
18:21:12.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.631433  8382 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } has no permanent_uuid. Determining permanent_uuid...
18:21:12.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.631979  8291 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.14.253:40445: connect: Connection refused (error 111)
18:21:12.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.632921  8382 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.14.253:40445: Network error: Client connection negotiation failed: client connection to 127.8.14.253:40445: connect: Connection refused (error 111)
18:21:12.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.682144  8382 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } attempt: 1
18:21:12.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.683035  8382 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.14.253:40445: Network error: Client connection negotiation failed: client connection to 127.8.14.253:40445: connect: Connection refused (error 111)
18:21:12.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.711329  8386 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:12.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.711597  8386 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:12.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.711635  8386 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:12.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.713642  8386 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:12.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.713733  8386 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:12.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.713757  8386 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:12.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.713774  8386 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:12.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.713795  8386 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:12.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.713815  8386 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41609/jwks.json
18:21:12.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.715955  8386 master_runner.cc:387] Master server non-default flags:
18:21:12.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/logs
18:21:12.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:12.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:12.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:12.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.14.212:36223
18:21:12.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:12.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:12.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/data
18:21:12.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/wal
18:21:12.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43091
18:21:12.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:12.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.14.254:44145,127.8.14.253:40445,127.8.14.252:38493
18:21:12.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:12.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:12.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:12.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.14.253:40445
18:21:12.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:12.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:12.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:12.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41609/jwks.json
18:21:12.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:12.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:12.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/data/info.pb
18:21:12.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.14.253
18:21:12.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:12.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:12.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8386
18:21:12.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:12.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:12.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.716281  8386 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:12.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.716645  8386 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:12.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.719449  8400 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
18:21:12.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.719468  8394 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
18:21:12.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.719463  8395 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
18:21:12.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.721051  8386 server_base.cc:1061] running on GCE node
18:21:12.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.721300  8386 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:12.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.721624  8386 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:12.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.722790  8386 hybrid_clock.cc:648] HybridClock initialized: now 1786472472722755 us; error 51 us; skew 500 ppm
18:21:12.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.724093  8386 webserver.cc:533] Webserver started at http://127.8.14.253:33219/ using document root <none> and password file <none>
18:21:12.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.724272  8386 fs_manager.cc:362] Metadata directory not provided
18:21:12.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.724303  8386 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:12.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.724385  8386 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:12.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.725404  8386 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/data/instance:
18:21:12.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "86420afaac30467b84158b325b410235"
18:21:12.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:12 on dist-test-slave-bxbt"
18:21:12.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.725708  8386 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/wal/instance:
18:21:12.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "86420afaac30467b84158b325b410235"
18:21:12.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:12 on dist-test-slave-bxbt"
18:21:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.726912  8386 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
18:21:12.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.727619  8414 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.727984  8386 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.728070  8386 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/wal
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "86420afaac30467b84158b325b410235"
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:12 on dist-test-slave-bxbt"
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.728123  8386 fs_report.cc:389] FS layout report
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/wal
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/wal
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/data/data
18:21:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:12.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.751355  8382 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } attempt: 2
18:21:12.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.752353  8382 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.14.253:40445: Network error: Client connection negotiation failed: client connection to 127.8.14.253:40445: connect: Connection refused (error 111)
18:21:12.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.755332  8386 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:12.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.755653  8386 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
18:21:12.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.755847  8386 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:12.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.760102  8386 rpc_server.cc:307] RPC server started. Bound to: 127.8.14.253:40445
18:21:12.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.760157  8498 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.14.253:40445 every 8 connection(s)
18:21:12.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.760490  8386 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/data/info.pb
18:21:12.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.761108  8501 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:12.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.762521  8501 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } has no permanent_uuid. Determining permanent_uuid...
18:21:12.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.767467  8501 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } has no permanent_uuid. Determining permanent_uuid...
18:21:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.770501  8251 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 8386
18:21:12.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.770601  8251 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-1/wal/instance
18:21:12.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.771090  8251 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:12.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:12.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/wal
18:21:12.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/data
18:21:12.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:12.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:12.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:12.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:12.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:12.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:12.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/logs
18:21:12.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/data/info.pb
18:21:12.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:12.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:12.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:12.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:12.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:12.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:12.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:12.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.14.252:38493
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.14.252
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.14.212:36223
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:12.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:12.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:12.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:12.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.14.254:44145,127.8.14.253:40445,127.8.14.252:38493
18:21:12.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:12.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41609/jwks.json
18:21:12.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43091 with env {}
18:21:12.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.771169  8501 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } has no permanent_uuid. Determining permanent_uuid...
18:21:12.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.771592  8420 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.14.252:38493: connect: Connection refused (error 111)
18:21:12.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.773873  8501 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.14.252:38493: Network error: Client connection negotiation failed: client connection to 127.8.14.252:38493: connect: Connection refused (error 111)
18:21:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.823240  8501 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } attempt: 1
18:21:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.824203  8501 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.14.252:38493: Network error: Client connection negotiation failed: client connection to 127.8.14.252:38493: connect: Connection refused (error 111)
18:21:12.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.843568  8382 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } attempt: 3
18:21:12.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.847399  8382 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } has no permanent_uuid. Determining permanent_uuid...
18:21:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.848197  8382 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.14.252:38493: Network error: Client connection negotiation failed: client connection to 127.8.14.252:38493: connect: Connection refused (error 111)
18:21:12.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.860460  8507 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.860671  8507 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:12.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.860694  8507 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:12.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.862833  8507 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:12.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.862928  8507 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:12.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.862950  8507 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:12.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.862969  8507 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:12.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.862986  8507 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:12.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.863004  8507 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41609/jwks.json
18:21:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.865042  8507 master_runner.cc:387] Master server non-default flags:
18:21:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/logs
18:21:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.14.212:36223
18:21:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/data
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/wal
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43091
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.14.254:44145,127.8.14.253:40445,127.8.14.252:38493
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.14.252:38493
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41609/jwks.json
18:21:12.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:12.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:12.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/data/info.pb
18:21:12.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.14.252
18:21:12.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:12.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:12.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8507
18:21:12.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.865298  8507 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.865501  8507 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.868324  8519 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
18:21:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.868578  8507 server_base.cc:1061] running on GCE node
18:21:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.868717  8532 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
18:21:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.868985  8525 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
18:21:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.869223  8507 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.869500  8507 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:12.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.870661  8507 hybrid_clock.cc:648] HybridClock initialized: now 1786472472870636 us; error 40 us; skew 500 ppm
18:21:12.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.872107  8507 webserver.cc:533] Webserver started at http://127.8.14.252:36737/ using document root <none> and password file <none>
18:21:12.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.872303  8507 fs_manager.cc:362] Metadata directory not provided
18:21:12.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.872334  8507 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:12.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.872442  8507 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:12.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.873263  8507 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/data/instance:
18:21:12.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eb023bc3dae4c80a5871771604ed789"
18:21:12.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:12 on dist-test-slave-bxbt"
18:21:12.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.873556  8507 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/wal/instance:
18:21:12.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eb023bc3dae4c80a5871771604ed789"
18:21:12.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:12 on dist-test-slave-bxbt"
18:21:12.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.874722  8507 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
18:21:12.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.875419  8542 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:12.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.875595  8507 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
18:21:12.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.875656  8507 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/wal
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eb023bc3dae4c80a5871771604ed789"
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:12 on dist-test-slave-bxbt"
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.875761  8507 fs_report.cc:389] FS layout report
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/wal
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/wal
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/data/data
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:12.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:12.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:12.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.879400  8382 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } attempt: 1
18:21:12.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.880228  8382 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.14.252:38493: Network error: Client connection negotiation failed: client connection to 127.8.14.252:38493: connect: Connection refused (error 111)
18:21:12.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.884802  8507 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:12.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.885213  8507 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
18:21:12.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.885357  8507 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:12.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.890164  8507 rpc_server.cc:307] RPC server started. Bound to: 127.8.14.252:38493
18:21:12.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.890216  8626 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.14.252:38493 every 8 connection(s)
18:21:12.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.890631  8507 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/data/info.pb
18:21:12.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.891342  8628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:12.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.892388  8501 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } attempt: 2
18:21:12.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.892808  8628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } has no permanent_uuid. Determining permanent_uuid...
18:21:12.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.897392  8628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } has no permanent_uuid. Determining permanent_uuid...
18:21:12.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.898386  8501 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235: Bootstrap starting.
18:21:12.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.899137  8501 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235: Neither blocks nor log segments found. Creating new log.
18:21:12.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.899480  8501 log.cc:826] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235: Log is configured to *not* fsync() on all Append() calls
18:21:12.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.899863  8251 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 8507
18:21:12.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.899959  8251 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster6125212150914629779/master-2/wal/instance
18:21:12.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.900382  8501 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235: No bootstrap required, opened a new log
18:21:12.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.901525  8628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } has no permanent_uuid. Determining permanent_uuid...
18:21:12.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.902665  8501 raft_consensus.cc:359] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } }
18:21:12.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.902817  8501 raft_consensus.cc:385] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:12.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.902843  8501 raft_consensus.cc:740] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 86420afaac30467b84158b325b410235, State: Initialized, Role: FOLLOWER
18:21:12.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.902920  8501 consensus_queue.cc:260] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [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: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } }
18:21:12.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.903237  8501 sys_catalog.cc:565] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [sys.catalog]: configured and running, proceeding with master startup.
18:21:12.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.903177  8640 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [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: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:12.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.904496  8640 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [sys.catalog]: This master's current role is: FOLLOWER
18:21:12.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.907410  8628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789: Bootstrap starting.
18:21:12.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.908012  8665 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:12.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.908082  8665 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:12.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.907903  8386 master_runner.cc:187] Error getting master registration for 127.8.14.254:44145: OK, instance_id { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" instance_seqno: 1786472472617513 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:12.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.909636  8386 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:12.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.912909  8628 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789: Neither blocks nor log segments found. Creating new log.
18:21:12.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.913246  8628 log.cc:826] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789: Log is configured to *not* fsync() on all Append() calls
18:21:12.918 [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=	
18:21:12.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.919905  8659 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:12.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.920837  8628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789: No bootstrap required, opened a new log
18:21:12.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.922328  8628 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } }
18:21:12.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.922482  8628 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:12.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.922519  8628 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eb023bc3dae4c80a5871771604ed789, State: Initialized, Role: FOLLOWER
18:21:12.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.922626  8628 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [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: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } }
18:21:12.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.923208  8628 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [sys.catalog]: configured and running, proceeding with master startup.
18:21:12.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.923875  8672 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [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: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:12.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.924253  8672 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [sys.catalog]: This master's current role is: FOLLOWER
18:21:12.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.927234  8689 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:12.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.927565  8689 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:12.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.928095  8251 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:12.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.926404  8507 master_runner.cc:187] Error getting master registration for 127.8.14.254:44145: OK, instance_id { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" instance_seqno: 1786472472617513 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:12.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.928385  8507 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:12.929 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:12.930 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:12.940 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.8.14.254"
      port: 44145
    }
    bound_http_address {
      host: "127.8.14.254"
      port: 36131
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.8.14.253"
      port: 40445
    }
    bound_http_address {
      host: "127.8.14.253"
      port: 33219
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.8.14.252"
      port: 38493
    }
    bound_http_address {
      host: "127.8.14.252"
      port: 36737
    }
  }
}

18:21:12.944 [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=	
18:21:12.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.944995  8686 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:12.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.955387  8382 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } attempt: 2
18:21:12.959 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:12.960 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:12.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.960111  8382 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69: Bootstrap starting.
18:21:12.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.960912  8382 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69: Neither blocks nor log segments found. Creating new log.
18:21:12.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.961189  8382 log.cc:826] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69: Log is configured to *not* fsync() on all Append() calls
18:21:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.962494  8382 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69: No bootstrap required, opened a new log
18:21:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.964769  8382 raft_consensus.cc:359] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } }
18:21:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.964902  8382 raft_consensus.cc:385] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.964932  8382 raft_consensus.cc:740] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eb6b77c5b17f4080b192d41079879e69, State: Initialized, Role: FOLLOWER
18:21:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.965039  8382 consensus_queue.cc:260] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [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: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } }
18:21:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.965410  8382 sys_catalog.cc:565] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [sys.catalog]: configured and running, proceeding with master startup.
18:21:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.972951  8269 master_runner.cc:264] No leader master found from master eb6b77c5b17f4080b192d41079879e69
18:21:12.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.973022  8269 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:12.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.986120  8729 catalog_manager.cc:1594] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:12.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.986620  8729 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:12.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.987124  8695 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [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: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:12.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.987444  8695 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [sys.catalog]: This master's current role is: FOLLOWER
18:21:12.988 [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=	
18:21:12.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.989507  8715 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:12.993 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{kudu.table_id=f565b61d-7fd6-4c6b-a6f9-28949f8a9288, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:12.997 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:12.997 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:13.000 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: null will be shutdown
18:21:13.001 [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
18:21:13.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:13.006857  8426 tablet.cc:2406] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:13.042 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf
18:21:13.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.061452  8695 raft_consensus.cc:493] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:13.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.061621  8695 raft_consensus.cc:515] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } }
18:21:13.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.061960  8695 leader_election.cc:290] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 86420afaac30467b84158b325b410235 (127.8.14.253:40445), 0eb023bc3dae4c80a5871771604ed789 (127.8.14.252:38493)
18:21:13.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.063314  8456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "eb6b77c5b17f4080b192d41079879e69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86420afaac30467b84158b325b410235" is_pre_election: true
18:21:13.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.063486  8456 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eb6b77c5b17f4080b192d41079879e69 in term 0.
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.063659  8585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "eb6b77c5b17f4080b192d41079879e69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eb023bc3dae4c80a5871771604ed789" is_pre_election: true
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.063839  8585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eb6b77c5b17f4080b192d41079879e69 in term 0.
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.064085  8293 leader_election.cc:304] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [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: 0eb023bc3dae4c80a5871771604ed789, eb6b77c5b17f4080b192d41079879e69; no voters: 
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.064373  8695 raft_consensus.cc:2804] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.064428  8695 raft_consensus.cc:493] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.064453  8695 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 0 FOLLOWER]: Advancing to term 1
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.065443  8695 raft_consensus.cc:515] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } }
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.065596  8695 leader_election.cc:290] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [CANDIDATE]: Term 1 election: Requested vote from peers 86420afaac30467b84158b325b410235 (127.8.14.253:40445), 0eb023bc3dae4c80a5871771604ed789 (127.8.14.252:38493)
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.065935  8456 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "eb6b77c5b17f4080b192d41079879e69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86420afaac30467b84158b325b410235"
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.066027  8456 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [term 0 FOLLOWER]: Advancing to term 1
18:21:13.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.066913  8456 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eb6b77c5b17f4080b192d41079879e69 in term 1.
18:21:13.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.067222  8291 leader_election.cc:304] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [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: 86420afaac30467b84158b325b410235, eb6b77c5b17f4080b192d41079879e69; no voters: 
18:21:13.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.067348  8585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "eb6b77c5b17f4080b192d41079879e69" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eb023bc3dae4c80a5871771604ed789"
18:21:13.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.067426  8585 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [term 0 FOLLOWER]: Advancing to term 1
18:21:13.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.068269  8585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eb6b77c5b17f4080b192d41079879e69 in term 1.
18:21:13.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.070349  8695 raft_consensus.cc:2804] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 1 FOLLOWER]: Leader election won for term 1
18:21:13.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.070571  8695 raft_consensus.cc:697] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [term 1 LEADER]: Becoming Leader. State: Replica: eb6b77c5b17f4080b192d41079879e69, State: Running, Role: LEADER
18:21:13.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.070693  8695 consensus_queue.cc:237] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [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: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } }
18:21:13.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.071139  8695 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [sys.catalog]: SysCatalogTable state changed. Reason: New leader eb6b77c5b17f4080b192d41079879e69. Latest consensus state: current_term: 1 leader_uuid: "eb6b77c5b17f4080b192d41079879e69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:13.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.071216  8695 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [sys.catalog]: This master's current role is: LEADER
18:21:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.075879  8736 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:13.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.076543  8736 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:13.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.085064  8585 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [term 1 FOLLOWER]: Refusing update from remote peer eb6b77c5b17f4080b192d41079879e69: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.085932  8695 consensus_queue.cc:1048] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.087615  8672 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [sys.catalog]: SysCatalogTable state changed. Reason: New leader eb6b77c5b17f4080b192d41079879e69. Latest consensus state: current_term: 1 leader_uuid: "eb6b77c5b17f4080b192d41079879e69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:13.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.087785  8672 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [sys.catalog]: This master's current role is: FOLLOWER
18:21:13.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.089334  8456 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [term 1 FOLLOWER]: Refusing update from remote peer eb6b77c5b17f4080b192d41079879e69: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:13.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.089637  8695 consensus_queue.cc:1048] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:13.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.090945  8640 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [sys.catalog]: SysCatalogTable state changed. Reason: New leader eb6b77c5b17f4080b192d41079879e69. Latest consensus state: current_term: 1 leader_uuid: "eb6b77c5b17f4080b192d41079879e69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:13.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.091039  8640 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [sys.catalog]: This master's current role is: FOLLOWER
18:21:13.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.101140  8734 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "eb6b77c5b17f4080b192d41079879e69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:13.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.102377  8640 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "eb6b77c5b17f4080b192d41079879e69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:13.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.102504  8640 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235 [sys.catalog]: This master's current role is: FOLLOWER
18:21:13.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.102654  8734 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [sys.catalog]: This master's current role is: LEADER
18:21:13.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.103586  8738 mvcc.cc:204] Tried to move back new op lower bound from 7317391249753174016 to 7317391249698054144. Current Snapshot: MvccSnapshot[applied={T|T < 7317391249753174016}]
18:21:13.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.104024  8743 mvcc.cc:204] Tried to move back new op lower bound from 7317391249753174016 to 7317391249698054144. Current Snapshot: MvccSnapshot[applied={T|T < 7317391249753174016}]
18:21:13.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.105147  8734 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "eb6b77c5b17f4080b192d41079879e69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:13.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.105258  8734 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69 [sys.catalog]: This master's current role is: LEADER
18:21:13.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.105826  8672 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "eb6b77c5b17f4080b192d41079879e69" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb6b77c5b17f4080b192d41079879e69" member_type: VOTER last_known_addr { host: "127.8.14.254" port: 44145 } } peers { permanent_uuid: "86420afaac30467b84158b325b410235" member_type: VOTER last_known_addr { host: "127.8.14.253" port: 40445 } } peers { permanent_uuid: "0eb023bc3dae4c80a5871771604ed789" member_type: VOTER last_known_addr { host: "127.8.14.252" port: 38493 } } }
18:21:13.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.105922  8672 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789 [sys.catalog]: This master's current role is: FOLLOWER
18:21:13.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.107014  8741 mvcc.cc:204] Tried to move back new op lower bound from 7317391249753174016 to 7317391249698054144. Current Snapshot: MvccSnapshot[applied={T|T < 7317391249753174016}]
18:21:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.108305  8736 catalog_manager.cc:1383] Generated new cluster ID: 88607a0262b04295b047a6ce42f7b99b
18:21:13.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.108373  8736 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:21:13.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.158891  8736 catalog_manager.cc:1406] Generated new certificate authority record
18:21:13.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.160131  8736 catalog_manager.cc:1540] Loading token signing keys...
18:21:13.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.169600  8736 catalog_manager.cc:6092] T 00000000000000000000000000000000 P eb6b77c5b17f4080b192d41079879e69: Generated new TSK 0
18:21:13.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.170298  8736 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:21:13.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.170683  8736 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:21:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.170995  8736 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:21:13.680 [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.
18:21:13.692 [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.
18:21:13.692 [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.
18:21:13.851 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:13.865 [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/hive11499470381768245680/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=f565b61d-7fd6-4c6b-a6f9-28949f8a9288, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:13.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.908542  8665 catalog_manager.cc:1295] Loaded cluster ID: 88607a0262b04295b047a6ce42f7b99b
18:21:13.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.908654  8665 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235: loading cluster ID for follower catalog manager: success
18:21:13.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.909777  8665 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235: acquiring CA information for follower catalog manager: success
18:21:13.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.910161  8665 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 86420afaac30467b84158b325b410235: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:13.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.928258  8689 catalog_manager.cc:1295] Loaded cluster ID: 88607a0262b04295b047a6ce42f7b99b
18:21:13.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.928380  8689 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789: loading cluster ID for follower catalog manager: success
18:21:13.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.929458  8689 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789: acquiring CA information for follower catalog manager: success
18:21:13.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.929840  8689 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0eb023bc3dae4c80a5871771604ed789: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:13.943 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:13.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:13.943578  8659 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:13.947 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:13.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:13.947971  8686 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:13.950 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11499470381768245680/external-warehouse/table
18:21:13.996 [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=	
18:21:13.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:13.996757  8715 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:14.103 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:14.107 [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)
18:21:14.110 [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)

18:21:14.144 [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.8.14.253:40445,127.8.14.252:38493,127.8.14.254:44145}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:14.173 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:14.178 [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/hive11499470381768245680/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.8.14.253:40445,127.8.14.252:38493,127.8.14.254:44145}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:14.182 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11499470381768245680/external-warehouse/table
18:21:14.209 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:14.210 [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)
18:21:14.211 [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)

18:21:14.213 [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=8308f184-3aaf-42c0-bf63-6af96707d15c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.14.253:40445,127.8.14.252:38493,127.8.14.254:44145}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:14.217 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:14.222 [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/hive11499470381768245680/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=8308f184-3aaf-42c0-bf63-6af96707d15c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.14.253:40445,127.8.14.252:38493,127.8.14.254:44145}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:14.225 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11499470381768245680/external-warehouse/table
18:21:14.262 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
18:21:14.271 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
18:21:14.272 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
18:21:14.282 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@36e9c8ab
18:21:14.322 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
18:21:14.323 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
18:21:14.323 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
18:21:14.323 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
18:21:14.324 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
18:21:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
18:21:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
18:21:14.326 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
18:21:14.326 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
18:21:14.327 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
18:21:14.329 [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
18:21:14.330 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
18:21:14.330 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
18:21:14.330 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
18:21:14.330 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
18:21:14.331 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
18:21:14.331 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
18:21:14.333 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
18:21:14.334 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
18:21:14.344 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
18:21:14.395 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
18:21:14.409 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
18:21:14.415 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
18:21:14.416 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
18:21:14.427 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
18:21:14.428 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
18:21:14.492 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
18:21:14.493 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
18:21:14.510 [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)
18:21:14.512 [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.
18:21:14.540 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:14.738 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.8.14.253:40445(127.8.14.253:40445)] connecting to peer
18:21:14.747 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 8172 (auto-detected)
18:21:14.750 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
18:21:14.750 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
18:21:14.753 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
18:21:14.754 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
18:21:14.755 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:9e:ff:fe:f0:aa:9d (auto-detected)
18:21:14.783 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
18:21:14.783 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
18:21:14.784 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
18:21:14.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
18:21:14.797 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.8.14.252:38493(127.8.14.252:38493)] connecting to peer
18:21:14.800 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.8.14.254:44145(127.8.14.254:44145)] connecting to peer
18:21:14.825 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.8.14.254:44145(127.8.14.254:44145)] Successfully connected to peer
18:21:14.825 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.8.14.252:38493(127.8.14.252:38493)] Successfully connected to peer
18:21:14.827 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.8.14.253:40445(127.8.14.253:40445)] Successfully connected to peer
18:21:14.836 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
18:21:14.836 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
18:21:14.837 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@5f61724c
18:21:14.841 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
18:21:14.841 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
18:21:14.841 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
18:21:14.841 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
18:21:14.841 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
18:21:14.917 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.14.254
18:21:14.917 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.14.253
18:21:14.917 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.14.252
18:21:14.945 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:14.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:14.946262  8659 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:14.951 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:14.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:14.953064  8686 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:14.998 [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=	
18:21:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:14.999580  8715 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:15.167 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:15.167 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:15.168 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:15.187 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xa55ba94b, L:/127.0.0.1:52330 - R:/127.8.14.254:44145] using SASL/PLAIN
18:21:15.187 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x1a23fa27, L:/127.0.0.1:46322 - R:/127.8.14.253:40445] using SASL/PLAIN
18:21:15.188 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xb30a4a95, L:/127.0.0.1:50906 - R:/127.8.14.252:38493] using SASL/PLAIN
18:21:15.254 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:15.262 [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)
18:21:15.263 [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)

18:21:15.265 [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=965c7e45-6824-4c27-ac23-7fbaca105c21, 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)	
18:21:15.270 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:15.275 [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/hive11499470381768245680/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=965c7e45-6824-4c27-ac23-7fbaca105c21, 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)
18:21:15.278 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11499470381768245680/external-warehouse/table
18:21:15.301 [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)
18:21:15.302 [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)

18:21:15.304 [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=0776d48d-e66a-4068-9939-40f0cfcea837, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.14.253:40445,127.8.14.252:38493,127.8.14.254:44145}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:15.309 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:15.313 [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/hive11499470381768245680/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=0776d48d-e66a-4068-9939-40f0cfcea837, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.14.253:40445,127.8.14.252:38493,127.8.14.254:44145}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:15.315 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11499470381768245680/external-warehouse/table
18:21:15.421 [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	
18:21:15.502 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:15.514 [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	
18:21:15.730 [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.
18:21:15.957 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:15.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.957965  8659 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:15.959 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:15.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.959663  8686 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:16.020 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:16.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.021263  8715 client.h:372] Failed to connect to Hive Metastore (localhost:43091): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:16.072 [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.
18:21:16.133 [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.
18:21:16.179 [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
18:21:16.347 [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=5defb46a-d7f6-42fe-a2da-8d9cc53b6cb8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.14.253:40445,127.8.14.252:38493,127.8.14.254:44145}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:16.351 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:16.354 [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/hive11499470381768245680/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=5defb46a-d7f6-42fe-a2da-8d9cc53b6cb8, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.14.253:40445,127.8.14.252:38493,127.8.14.254:44145}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:16.356 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11499470381768245680/external-warehouse/table
18:21:16.391 [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	
18:21:16.420 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:16.422 [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	
18:21:16.483 [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
18:21:16.505 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:16.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.505986  8251 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 8269
18:21:16.523 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:16.524 [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
18:21:16.525 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:16.540 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.8.14.254:44145(127.8.14.254:44145)] handling channelInactive
18:21:16.544 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.8.14.254:44145(127.8.14.254:44145)] cleaning up while in state READY due to: connection closed
18:21:16.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.540619  8251 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 8386
18:21:16.554 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.8.14.253:40445(127.8.14.253:40445)] handling channelInactive
18:21:16.555 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.8.14.253:40445(127.8.14.253:40445)] cleaning up while in state READY due to: connection closed
18:21:16.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.554157  8251 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 8507
18:21:16.566 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.8.14.252:38493(127.8.14.252:38493)] handling channelInactive
18:21:16.566 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.8.14.252:38493(127.8.14.252:38493)] cleaning up while in state READY due to: connection closed
18:21:16.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:16Z chronyd exiting
.18:21:16.610 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:16.610 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:16.611 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:16.631 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive18174210310325960623
18:21:16.633 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:16.633 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:16.635 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:16.636 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:16.636 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:16.640 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:16.644 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:16.644 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:16.646 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:16.646 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:16.648 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
18:21:16.741 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:16.742 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
18:21:16.742 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:16.744 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:16.747 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:16.747 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:16.768 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:16.769 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:16.769 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:16.803 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:16.804 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:16.806 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:16.806 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:16.807 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:16.807 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:17.134 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:17.134 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12d7c3b, with PersistenceManager: null will be shutdown
18:21:17.135 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12d7c3b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73801969 created in the thread with id: 65
18:21:17.137 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:21:17.138 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@12d7c3b
18:21:17.276 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
18:21:17.299 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:17.333 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
18:21:17.335 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
18:21:17.372 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:17.373 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:17.373 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:17.374 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:17.374 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:21:17.375 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [42313]...
18:21:17.375 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:17.375 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:17.375 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
18:21:17.375 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
18:21:17.634 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:17.635 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:17.635 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:17.637 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:17.638 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42313]
18:21:17.638 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42313) in binary transport mode
18:21:17.638 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42313) current connections: 1
18:21:17.640 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskNVT7qf/test-tmp
18:21:17.640 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:17.640 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskNVT7qf/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:17.643 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42313"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:17.749 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:17.749 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:17.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.750567  8837 mini_oidc.cc:150] Starting JWKS server
18:21:17.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.751360  8837 webserver.cc:533] Webserver started at http://127.0.0.1:38657/ using document root <none> and password file <none>
18:21:17.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.751466  8837 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:17.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.751652  8837 webserver.cc:533] Webserver started at http://127.0.0.1:35021/ using document root <none> and password file <none>
18:21:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:17Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:17Z Disabled control of system clock
18:21:17.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.763583  8837 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:17.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:17.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/wal
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/data
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/logs
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/data/info.pb
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.161.126:39361
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.161.126
18:21:17.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:17.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.161.84:33285
18:21:17.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:17.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:17.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:17.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:17.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.161.126:39361,127.8.161.125:39039,127.8.161.124:43623
18:21:17.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:17.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38657/jwks.json
18:21:17.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42313 with env {}
18:21:17.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.842309  8854 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:17.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.842537  8854 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:17.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.842571  8854 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:17.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.844301  8854 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:17.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.844381  8854 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:17.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.844404  8854 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:17.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.844421  8854 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:17.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.844439  8854 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:17.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.844455  8854 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38657/jwks.json
18:21:17.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.846174  8854 master_runner.cc:387] Master server non-default flags:
18:21:17.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/logs
18:21:17.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:17.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:17.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:17.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.161.84:33285
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/data
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/wal
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42313
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.161.126:39361,127.8.161.125:39039,127.8.161.124:43623
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.161.126:39361
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:17.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38657/jwks.json
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/data/info.pb
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.161.126
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8854
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:17.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:17.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:17.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:17.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.846457  8854 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:17.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.846728  8854 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:17.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.849833  8866 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
18:21:17.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.850131  8864 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
18:21:17.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.850301  8862 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
18:21:17.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.850417  8854 server_base.cc:1061] running on GCE node
18:21:17.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.850618  8854 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:17.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.850894  8854 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:17.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.852054  8854 hybrid_clock.cc:648] HybridClock initialized: now 1786472477852024 us; error 59 us; skew 500 ppm
18:21:17.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.853193  8854 webserver.cc:533] Webserver started at http://127.8.161.126:34221/ using document root <none> and password file <none>
18:21:17.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.853430  8854 fs_manager.cc:362] Metadata directory not provided
18:21:17.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.853518  8854 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:17.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.853642  8854 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:17.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.854597  8854 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/data/instance:
18:21:17.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a0706d077ca9492997656d64fbdd90c9"
18:21:17.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:17 on dist-test-slave-bxbt"
18:21:17.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.854977  8854 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/wal/instance:
18:21:17.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a0706d077ca9492997656d64fbdd90c9"
18:21:17.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:17 on dist-test-slave-bxbt"
18:21:17.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.856433  8854 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
18:21:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.857214  8876 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.857395  8854 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
18:21:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.857465  8854 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/wal
18:21:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a0706d077ca9492997656d64fbdd90c9"
18:21:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:17 on dist-test-slave-bxbt"
18:21:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.857528  8854 fs_report.cc:389] FS layout report
18:21:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:17.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/wal
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/wal
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/data/data
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:17.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:17.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.867558  8854 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.867969  8854 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
18:21:17.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.868113  8854 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:17.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.872495  8854 rpc_server.cc:307] RPC server started. Bound to: 127.8.161.126:39361
18:21:17.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.872529  8960 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.161.126:39361 every 8 connection(s)
18:21:17.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.872936  8854 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/data/info.pb
18:21:17.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.873534  8961 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:17.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.874773  8961 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } has no permanent_uuid. Determining permanent_uuid...
18:21:17.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.879316  8837 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 8854
18:21:17.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.879457  8837 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-0/wal/instance
18:21:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.879885  8961 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } has no permanent_uuid. Determining permanent_uuid...
18:21:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.880318  8879 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.161.125:39039: connect: Connection refused (error 111)
18:21:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.880481  8837 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/wal
18:21:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/data
18:21:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:17.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/logs
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/data/info.pb
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.161.125:39039
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.161.125
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.161.84:33285
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.161.126:39361,127.8.161.125:39039,127.8.161.124:43623
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38657/jwks.json
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42313 with env {}
18:21:17.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.880903  8961 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.161.125:39039: Network error: Client connection negotiation failed: client connection to 127.8.161.125:39039: connect: Connection refused (error 111)
18:21:17.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.930145  8961 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } attempt: 1
18:21:17.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.931205  8961 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.161.125:39039: Network error: Client connection negotiation failed: client connection to 127.8.161.125:39039: connect: Connection refused (error 111)
18:21:17.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.960881  8968 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:17.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.961071  8968 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:17.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.961091  8968 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:17.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.962771  8968 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:17.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.962819  8968 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:17.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.962833  8968 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:17.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.962845  8968 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:17.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.962858  8968 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:17.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.962869  8968 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38657/jwks.json
18:21:17.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.964473  8968 master_runner.cc:387] Master server non-default flags:
18:21:17.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/logs
18:21:17.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.161.84:33285
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/data
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/wal
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42313
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.161.126:39361,127.8.161.125:39039,127.8.161.124:43623
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.161.125:39039
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38657/jwks.json
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:17.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/data/info.pb
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.161.125
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8968
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.964679  8968 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:17.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.964901  8968 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:17.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.967232  8976 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
18:21:17.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.967248  8978 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
18:21:17.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.967218  8974 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
18:21:17.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.967739  8968 server_base.cc:1061] running on GCE node
18:21:17.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.968035  8968 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:17.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.968325  8968 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:17.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.969498  8968 hybrid_clock.cc:648] HybridClock initialized: now 1786472477969479 us; error 36 us; skew 500 ppm
18:21:17.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.970573  8968 webserver.cc:533] Webserver started at http://127.8.161.125:45977/ using document root <none> and password file <none>
18:21:17.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.970851  8968 fs_manager.cc:362] Metadata directory not provided
18:21:17.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.970944  8968 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:17.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.971072  8968 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:17.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.972021  8968 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/data/instance:
18:21:17.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3bd58832014745efa557f66cb62602b2"
18:21:17.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:17 on dist-test-slave-bxbt"
18:21:17.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.972389  8968 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/wal/instance:
18:21:17.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3bd58832014745efa557f66cb62602b2"
18:21:17.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:17 on dist-test-slave-bxbt"
18:21:17.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.973604  8968 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
18:21:17.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.974354  8990 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:17.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.974524  8968 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.001s	sys 0.000s
18:21:17.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.974599  8968 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/wal
18:21:17.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3bd58832014745efa557f66cb62602b2"
18:21:17.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:17 on dist-test-slave-bxbt"
18:21:17.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.974656  8968 fs_report.cc:389] FS layout report
18:21:17.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:17.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/wal
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/wal
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/data/data
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:17.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.999372  8961 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } attempt: 2
18:21:18.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.000247  8961 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.161.125:39039: Network error: Client connection negotiation failed: client connection to 127.8.161.125:39039: connect: Connection refused (error 111)
18:21:18.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.002977  8968 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:18.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.003257  8968 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
18:21:18.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.003356  8968 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:18.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.007598  8968 rpc_server.cc:307] RPC server started. Bound to: 127.8.161.125:39039
18:21:18.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.007627  9069 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.161.125:39039 every 8 connection(s)
18:21:18.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.008070  8968 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/data/info.pb
18:21:18.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.008720  9070 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:18.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.009981  9070 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.014717  9070 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.015816  8837 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 8968
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.015913  8837 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-1/wal/instance
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.016310  8837 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/wal
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/data
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/logs
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/data/info.pb
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:18.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.161.124:43623
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.161.124
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.161.84:33285
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.161.126:39361,127.8.161.125:39039,127.8.161.124:43623
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38657/jwks.json
18:21:18.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42313 with env {}
18:21:18.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.019001  9070 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.019428  8991 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.161.124:43623: connect: Connection refused (error 111)
18:21:18.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.019959  9070 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.161.124:43623: Network error: Client connection negotiation failed: client connection to 127.8.161.124:43623: connect: Connection refused (error 111)
18:21:18.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.069167  9070 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } attempt: 1
18:21:18.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.070057  9070 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.161.124:43623: Network error: Client connection negotiation failed: client connection to 127.8.161.124:43623: connect: Connection refused (error 111)
18:21:18.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.091451  8961 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } attempt: 3
18:21:18.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.094918  8961 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.095647  8961 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.161.124:43623: Network error: Client connection negotiation failed: client connection to 127.8.161.124:43623: connect: Connection refused (error 111)
18:21:18.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.096681  9074 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:18.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.096880  9074 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:18.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.096913  9074 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:18.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.098652  9074 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:18.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.098726  9074 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:18.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.098749  9074 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:18.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.098769  9074 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:18.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.098788  9074 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:18.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.098804  9074 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38657/jwks.json
18:21:18.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.100579  9074 master_runner.cc:387] Master server non-default flags:
18:21:18.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/logs
18:21:18.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:18.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.161.84:33285
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/data
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/wal
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42313
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.161.126:39361,127.8.161.125:39039,127.8.161.124:43623
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.161.124:43623
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38657/jwks.json
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/data/info.pb
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.161.124
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9074
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:18.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:18.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:18.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:18.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:18.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:18.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:18.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:18.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.100872  9074 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:18.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.101154  9074 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:18.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.103951  9085 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
18:21:18.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.103956  9080 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
18:21:18.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.104125  9074 server_base.cc:1061] running on GCE node
18:21:18.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.103956  9081 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
18:21:18.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.104673  9074 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:18.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.105007  9074 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:18.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.106220  9074 hybrid_clock.cc:648] HybridClock initialized: now 1786472478106199 us; error 48 us; skew 500 ppm
18:21:18.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.107491  9074 webserver.cc:533] Webserver started at http://127.8.161.124:43407/ using document root <none> and password file <none>
18:21:18.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.107764  9074 fs_manager.cc:362] Metadata directory not provided
18:21:18.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.107849  9074 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:18.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.107982  9074 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:18.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.108877  9074 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/data/instance:
18:21:18.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e87e043c02648bb9357d5bbf1430e82"
18:21:18.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:18 on dist-test-slave-bxbt"
18:21:18.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.109265  9074 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/wal/instance:
18:21:18.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e87e043c02648bb9357d5bbf1430e82"
18:21:18.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:18 on dist-test-slave-bxbt"
18:21:18.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.110657  9074 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:21:18.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.111549  9098 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:18.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.111797  9074 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.111887  9074 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/wal
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6e87e043c02648bb9357d5bbf1430e82"
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:18 on dist-test-slave-bxbt"
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.111944  9074 fs_report.cc:389] FS layout report
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/wal
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/wal
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/data/data
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:18.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:18.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.122611  9074 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:18.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.122929  9074 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
18:21:18.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.123025  9074 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:18.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.126834  8961 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } attempt: 1
18:21:18.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.127709  8961 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.161.124:43623: Network error: Client connection negotiation failed: client connection to 127.8.161.124:43623: connect: Connection refused (error 111)
18:21:18.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.127728  9074 rpc_server.cc:307] RPC server started. Bound to: 127.8.161.124:43623
18:21:18.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.127768  9190 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.161.124:43623 every 8 connection(s)
18:21:18.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.128178  9074 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/data/info.pb
18:21:18.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.128769  9192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:18.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.130024  9192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.132089  8837 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 9074
18:21:18.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.132186  8837 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster18026000811710591786/master-2/wal/instance
18:21:18.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.135480  9192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.138257  9070 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } attempt: 2
18:21:18.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.139391  9192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } has no permanent_uuid. Determining permanent_uuid...
18:21:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.142553  9070 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2: Bootstrap starting.
18:21:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.143363  9070 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2: Neither blocks nor log segments found. Creating new log.
18:21:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.143720  9070 log.cc:826] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2: Log is configured to *not* fsync() on all Append() calls
18:21:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.143827  9192 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82: Bootstrap starting.
18:21:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.144506  9192 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82: Neither blocks nor log segments found. Creating new log.
18:21:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.144644  9070 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2: No bootstrap required, opened a new log
18:21:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.144842  9192 log.cc:826] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82: Log is configured to *not* fsync() on all Append() calls
18:21:18.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.145468  9192 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82: No bootstrap required, opened a new log
18:21:18.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.146952  9070 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } }
18:21:18.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.147079  9070 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:18.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.147116  9070 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3bd58832014745efa557f66cb62602b2, State: Initialized, Role: FOLLOWER
18:21:18.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.147212  9070 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [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: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } }
18:21:18.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.147571  9070 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [sys.catalog]: configured and running, proceeding with master startup.
18:21:18.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.147599  9192 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } }
18:21:18.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.147745  9192 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:18.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.147782  9192 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e87e043c02648bb9357d5bbf1430e82, State: Initialized, Role: FOLLOWER
18:21:18.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.147894  9192 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [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: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } }
18:21:18.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.147518  9202 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [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: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.148211  9192 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [sys.catalog]: configured and running, proceeding with master startup.
18:21:18.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.148306  8837 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:18.149 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:18.149 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:18.151 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.8.161.126"
      port: 39361
    }
    bound_http_address {
      host: "127.8.161.126"
      port: 34221
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.8.161.125"
      port: 39039
    }
    bound_http_address {
      host: "127.8.161.125"
      port: 45977
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.8.161.124"
      port: 43623
    }
    bound_http_address {
      host: "127.8.161.124"
      port: 43407
    }
  }
}

18:21:18.152 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:18.153 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:18.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.150930  9205 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [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: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.154120  9205 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.155 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=e910b637-9e71-47d0-8f1f-5db7a830d7ff, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.161.124:43623,127.8.161.125:39039,127.8.161.126:39361}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:18.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.154479  9074 master_runner.cc:187] Error getting master registration for 127.8.161.126:39361: OK, instance_id { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" instance_seqno: 1786472477871288 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:18.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.156476  9074 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:18.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.157227  9251 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:18.158 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:18.158 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:18.159 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5a8cfa8, with PersistenceManager: null will be shutdown
18:21:18.161 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5a8cfa8, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5eb4e2de created in the thread with id: 86
18:21:18.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.160444  8968 master_runner.cc:187] Error getting master registration for 127.8.161.126:39361: OK, instance_id { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" instance_seqno: 1786472477871288 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:18.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.162878  8968 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:18.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.150573  9233 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:18.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.163241  9233 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:18.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.163509  9202 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.163708  9251 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:18.170 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5a8cfa8
18:21:18.173 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:18.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.174258  9225 client.h:372] Failed to connect to Hive Metastore (localhost:42313): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:18.181 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:18.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.182109  9247 client.h:372] Failed to connect to Hive Metastore (localhost:42313): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:18.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.202874  8961 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } attempt: 2
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.209017  8961 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9: Bootstrap starting.
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.209903  8961 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9: Neither blocks nor log segments found. Creating new log.
18:21:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.210228  8961 log.cc:826] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9: Log is configured to *not* fsync() on all Append() calls
18:21:18.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.224517  8961 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9: No bootstrap required, opened a new log
18:21:18.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.227074  8961 raft_consensus.cc:359] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } }
18:21:18.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.227217  8961 raft_consensus.cc:385] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:18.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.227272  8961 raft_consensus.cc:740] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0706d077ca9492997656d64fbdd90c9, State: Initialized, Role: FOLLOWER
18:21:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.227998  8961 consensus_queue.cc:260] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [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: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } }
18:21:18.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.228420  8961 sys_catalog.cc:565] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [sys.catalog]: configured and running, proceeding with master startup.
18:21:18.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.231284  9281 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:18.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.231534  9281 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:18.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.232844  9258 sys_catalog.cc:455] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [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: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.233093  9258 sys_catalog.cc:458] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.234156  8854 master_runner.cc:264] No leader master found from master a0706d077ca9492997656d64fbdd90c9
18:21:18.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.234205  8854 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:18.248 [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=	
18:21:18.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.249426  9276 client.h:372] Failed to connect to Hive Metastore (localhost:42313): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:18.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.253960  8999 tablet.cc:2406] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:18.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.355742  9258 raft_consensus.cc:493] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:18.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.355878  9258 raft_consensus.cc:515] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } }
18:21:18.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.356132  9258 leader_election.cc:290] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3bd58832014745efa557f66cb62602b2 (127.8.161.125:39039), 6e87e043c02648bb9357d5bbf1430e82 (127.8.161.124:43623)
18:21:18.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.357115  9027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a0706d077ca9492997656d64fbdd90c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3bd58832014745efa557f66cb62602b2" is_pre_election: true
18:21:18.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.357286  9027 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a0706d077ca9492997656d64fbdd90c9 in term 0.
18:21:18.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.357468  9140 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a0706d077ca9492997656d64fbdd90c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e87e043c02648bb9357d5bbf1430e82" is_pre_election: true
18:21:18.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.357597  9140 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a0706d077ca9492997656d64fbdd90c9 in term 0.
18:21:18.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.358000  8878 leader_election.cc:304] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [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: 6e87e043c02648bb9357d5bbf1430e82, a0706d077ca9492997656d64fbdd90c9; no voters: 
18:21:18.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.358637  9258 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:18.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.358705  9258 raft_consensus.cc:493] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:18.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.358728  9258 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 0 FOLLOWER]: Advancing to term 1
18:21:18.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.359594  9258 raft_consensus.cc:515] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } }
18:21:18.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.360107  9258 leader_election.cc:290] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [CANDIDATE]: Term 1 election: Requested vote from peers 3bd58832014745efa557f66cb62602b2 (127.8.161.125:39039), 6e87e043c02648bb9357d5bbf1430e82 (127.8.161.124:43623)
18:21:18.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.360532  9140 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a0706d077ca9492997656d64fbdd90c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e87e043c02648bb9357d5bbf1430e82"
18:21:18.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.360617  9140 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [term 0 FOLLOWER]: Advancing to term 1
18:21:18.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.361560  9140 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a0706d077ca9492997656d64fbdd90c9 in term 1.
18:21:18.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.361758  8878 leader_election.cc:304] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [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: 6e87e043c02648bb9357d5bbf1430e82, a0706d077ca9492997656d64fbdd90c9; no voters: 
18:21:18.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.361871  9027 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a0706d077ca9492997656d64fbdd90c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3bd58832014745efa557f66cb62602b2"
18:21:18.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.361950  9027 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [term 0 FOLLOWER]: Advancing to term 1
18:21:18.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.362831  9027 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a0706d077ca9492997656d64fbdd90c9 in term 1.
18:21:18.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.363516  9258 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 1 FOLLOWER]: Leader election won for term 1
18:21:18.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.363643  9258 raft_consensus.cc:697] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [term 1 LEADER]: Becoming Leader. State: Replica: a0706d077ca9492997656d64fbdd90c9, State: Running, Role: LEADER
18:21:18.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.363744  9258 consensus_queue.cc:237] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [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: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } }
18:21:18.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.364117  9258 sys_catalog.cc:455] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a0706d077ca9492997656d64fbdd90c9. Latest consensus state: current_term: 1 leader_uuid: "a0706d077ca9492997656d64fbdd90c9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.364179  9258 sys_catalog.cc:458] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [sys.catalog]: This master's current role is: LEADER
18:21:18.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.367950  9288 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:18.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.368405  9288 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:18.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.368911  8889 tablet.cc:2406] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:18.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.373581  9108 tablet.cc:2406] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:18.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.379123  9140 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [term 1 FOLLOWER]: Refusing update from remote peer a0706d077ca9492997656d64fbdd90c9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:18.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.379706  9258 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:18.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.381165  9205 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a0706d077ca9492997656d64fbdd90c9. Latest consensus state: current_term: 1 leader_uuid: "a0706d077ca9492997656d64fbdd90c9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.381255  9205 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.381940  9027 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [term 1 FOLLOWER]: Refusing update from remote peer a0706d077ca9492997656d64fbdd90c9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:18.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.382195  9258 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:18.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.383251  9202 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a0706d077ca9492997656d64fbdd90c9. Latest consensus state: current_term: 1 leader_uuid: "a0706d077ca9492997656d64fbdd90c9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.383328  9202 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.385401  9202 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a0706d077ca9492997656d64fbdd90c9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.385486  9202 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.386217  9258 sys_catalog.cc:455] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a0706d077ca9492997656d64fbdd90c9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.386319  9258 sys_catalog.cc:458] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [sys.catalog]: This master's current role is: LEADER
18:21:18.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.386637  9290 mvcc.cc:204] Tried to move back new op lower bound from 7317391271437852672 to 7317391271378554880. Current Snapshot: MvccSnapshot[applied={T|T < 7317391271437852672}]
18:21:18.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.386873  9294 mvcc.cc:204] Tried to move back new op lower bound from 7317391271437852672 to 7317391271378554880. Current Snapshot: MvccSnapshot[applied={T|T < 7317391271437852672}]
18:21:18.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.387907  9285 sys_catalog.cc:455] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a0706d077ca9492997656d64fbdd90c9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.387985  9285 sys_catalog.cc:458] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9 [sys.catalog]: This master's current role is: LEADER
18:21:18.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.388589  9205 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a0706d077ca9492997656d64fbdd90c9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a0706d077ca9492997656d64fbdd90c9" member_type: VOTER last_known_addr { host: "127.8.161.126" port: 39361 } } peers { permanent_uuid: "3bd58832014745efa557f66cb62602b2" member_type: VOTER last_known_addr { host: "127.8.161.125" port: 39039 } } peers { permanent_uuid: "6e87e043c02648bb9357d5bbf1430e82" member_type: VOTER last_known_addr { host: "127.8.161.124" port: 43623 } } }
18:21:18.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.388674  9205 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82 [sys.catalog]: This master's current role is: FOLLOWER
18:21:18.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.396122  9292 mvcc.cc:204] Tried to move back new op lower bound from 7317391271437852672 to 7317391271378554880. Current Snapshot: MvccSnapshot[applied={T|T < 7317391271437852672}]
18:21:18.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.397398  9288 catalog_manager.cc:1383] Generated new cluster ID: 10ee130fcdcd4707bebec5b9070f947c
18:21:18.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.397467  9288 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:21:18.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.407608  9288 catalog_manager.cc:1406] Generated new certificate authority record
18:21:18.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.408597  9288 catalog_manager.cc:1540] Loading token signing keys...
18:21:18.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.418288  9288 catalog_manager.cc:6092] T 00000000000000000000000000000000 P a0706d077ca9492997656d64fbdd90c9: Generated new TSK 0
18:21:18.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.418740  9288 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:21:18.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.419061  9288 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:21:18.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:18.419303  9288 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:21:18.718 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:18.726 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:18.726 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:18.894 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:18.904 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18174210310325960623/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=e910b637-9e71-47d0-8f1f-5db7a830d7ff, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.161.124:43623,127.8.161.125:39039,127.8.161.126:39361}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:18.908 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18174210310325960623/external-warehouse/table
18:21:19.022 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:19.068 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:19.070 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:19.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.163749  9233 catalog_manager.cc:1295] Loaded cluster ID: 10ee130fcdcd4707bebec5b9070f947c
18:21:19.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.163846  9233 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2: loading cluster ID for follower catalog manager: success
18:21:19.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.164124  9251 catalog_manager.cc:1295] Loaded cluster ID: 10ee130fcdcd4707bebec5b9070f947c
18:21:19.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.164186  9251 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82: loading cluster ID for follower catalog manager: success
18:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.165191  9233 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2: acquiring CA information for follower catalog manager: success
18:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.165413  9251 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82: acquiring CA information for follower catalog manager: success
18:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.165503  9233 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 3bd58832014745efa557f66cb62602b2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.165696  9251 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 6e87e043c02648bb9357d5bbf1430e82: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:19.178 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:19.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:19.180459  9225 client.h:372] Failed to connect to Hive Metastore (localhost:42313): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:19.184 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:19.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:19.186856  9247 client.h:372] Failed to connect to Hive Metastore (localhost:42313): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:19.213 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:19.254 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:19.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:19.254904  9276 client.h:372] Failed to connect to Hive Metastore (localhost:42313): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:19.428 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:19.478 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:19.506 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:19.623 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:21:19.625 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:19.626 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.8.161.124:43623(127.8.161.124:43623)] connecting to peer
18:21:19.629 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.8.161.124:43623(127.8.161.124:43623)] Successfully connected to peer
18:21:19.631 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.8.161.125:39039(127.8.161.125:39039)] connecting to peer
18:21:19.637 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.161.124
18:21:19.639 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.8.161.126:39361(127.8.161.126:39361)] connecting to peer
18:21:19.639 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.8.161.125:39039(127.8.161.125:39039)] Successfully connected to peer
18:21:19.656 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.8.161.126:39361(127.8.161.126:39361)] Successfully connected to peer
18:21:19.673 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.161.126
18:21:19.680 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.161.125
18:21:19.704 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:19.714 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:19.724 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x6b8f8a6a, L:/127.0.0.1:37968 - R:/127.8.161.124:43623] using SASL/PLAIN
18:21:19.748 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:19.753 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x3753a51e, L:/127.0.0.1:44272 - R:/127.8.161.125:39039] using SASL/PLAIN
18:21:19.757 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xba2e8e3f, L:/127.0.0.1:33430 - R:/127.8.161.126:39361] using SASL/PLAIN
18:21:19.769 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:19.777 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:21:19.780 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:19.807 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:19.809 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:19.853 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:19.870 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:19.871 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=e910b637-9e71-47d0-8f1f-5db7a830d7ff, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.161.124:43623,127.8.161.125:39039,127.8.161.126:39361}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:19.874 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:19.877 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18174210310325960623/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=e910b637-9e71-47d0-8f1f-5db7a830d7ff, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.161.124:43623,127.8.161.125:39039,127.8.161.126:39361}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:19.879 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18174210310325960623/external-warehouse/table
18:21:19.911 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:19.924 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:19.925 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:19.946 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:19.964 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:19.967 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:19.969 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18174210310325960623/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)
18:21:19.971 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive18174210310325960623/external-warehouse/table specified for non-external table:table
18:21:19.971 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18174210310325960623/external-warehouse/table
18:21:19.993 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:20.007 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:20.011 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:20.032 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:20.049 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:21:20.051 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:20.065 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:20.066 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:20.087 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:20.106 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:20.108 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:20.111 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18174210310325960623/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)
18:21:20.113 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive18174210310325960623/external-warehouse/table specified for non-external table:table
18:21:20.114 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18174210310325960623/external-warehouse/table
18:21:20.134 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:20.145 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:20.146 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:20.170 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:20.185 [INFO - Metastore-Handler-Pool: Thread-103] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:20.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:20.186048  9225 client.h:372] Failed to connect to Hive Metastore (localhost:42313): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:20.188 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:21:20.189 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:20.201 [INFO - Metastore-Handler-Pool: Thread-104] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:20.201 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:20.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:20.201646  9247 client.h:372] Failed to connect to Hive Metastore (localhost:42313): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:20.202 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:20.221 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:20.238 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:20.241 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:20.243 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18174210310325960623/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)
18:21:20.246 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18174210310325960623/external-warehouse/table
18:21:20.258 [INFO - Metastore-Handler-Pool: Thread-106] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:20.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:20.261807  9276 client.h:372] Failed to connect to Hive Metastore (localhost:42313): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:20.265 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:20.277 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:20.278 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:20.310 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:20.325 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:20.325 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:20.325 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5a8cfa8, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5eb4e2de will be shutdown
18:21:20.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:20.325546  8837 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 8854
18:21:20.328 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:20.336 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.8.161.126:39361(127.8.161.126:39361)] handling channelInactive
18:21:20.336 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.8.161.126:39361(127.8.161.126:39361)] cleaning up while in state READY due to: connection closed
18:21:20.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:20.335978  8837 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 8968
18:21:20.350 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.8.161.125:39039(127.8.161.125:39039)] handling channelInactive
18:21:20.350 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.8.161.125:39039(127.8.161.125:39039)] cleaning up while in state READY due to: connection closed
18:21:20.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:20.349720  8837 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 9074
18:21:20.370 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.8.161.124:43623(127.8.161.124:43623)] handling channelInactive
18:21:20.370 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.8.161.124:43623(127.8.161.124:43623)] cleaning up while in state READY due to: connection closed
18:21:20.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:20Z chronyd exiting
.18:21:20.419 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:20.420 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:20.420 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:20.438 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive2670252241267344150
18:21:20.440 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:20.440 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:20.442 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:20.443 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:20.443 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:20.444 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:20.446 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:20.446 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:20.447 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:20.448 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:20.450 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
18:21:20.534 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:20.535 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
18:21:20.535 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:20.536 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:20.543 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:20.543 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:20.562 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:20.563 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:20.563 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:20.594 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.594 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.595 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.595 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.596 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.596 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.785 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:20.785 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@976ab2b, with PersistenceManager: null will be shutdown
18:21:20.786 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@976ab2b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@938ee6c created in the thread with id: 107
18:21:20.787 [WARN - Thread-71] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:21:20.788 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@976ab2b
18:21:20.896 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
18:21:20.917 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:20.943 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
18:21:20.945 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
18:21:20.974 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:20.975 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:20.976 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:20.976 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:20.976 [WARN - Thread-71] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:21:20.976 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [40581]...
18:21:20.977 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:20.977 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:20.977 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
18:21:20.977 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
18:21:21.441 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:21.441 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:21.441 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:21.444 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:21.444 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40581]
18:21:21.444 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40581) in binary transport mode
18:21:21.445 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40581) current connections: 1
18:21:21.446 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskNVT7qf/test-tmp
18:21:21.446 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:21.446 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskNVT7qf/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:21.449 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40581"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:21.529 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:21.529 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:21.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.530309  9402 mini_oidc.cc:150] Starting JWKS server
18:21:21.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.530853  9402 webserver.cc:533] Webserver started at http://127.0.0.1:44309/ using document root <none> and password file <none>
18:21:21.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.530926  9402 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:21.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.531049  9402 webserver.cc:533] Webserver started at http://127.0.0.1:43831/ using document root <none> and password file <none>
18:21:21.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:21Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:21.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:21Z Disabled control of system clock
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.542841  9402 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/wal
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/data
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/logs
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/data/info.pb
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.46.190:46653
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.46.190
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.46.148:43955
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.46.190:46653,127.9.46.189:44279,127.9.46.188:45535
18:21:21.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:21.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44309/jwks.json
18:21:21.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40581 with env {}
18:21:21.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.622430  9419 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:21.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.622633  9419 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:21.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.622655  9419 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:21.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.624195  9419 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:21.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.624243  9419 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:21.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.624256  9419 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:21.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.624269  9419 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:21.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.624281  9419 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:21.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.624300  9419 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44309/jwks.json
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.625837  9419 master_runner.cc:387] Master server non-default flags:
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/logs
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.46.148:43955
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/data
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/wal
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40581
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.46.190:46653,127.9.46.189:44279,127.9.46.188:45535
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.46.190:46653
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44309/jwks.json
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/data/info.pb
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.46.190
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9419
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.626047  9419 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:21.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.626235  9419 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:21.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.628875  9428 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
18:21:21.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.628880  9431 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
18:21:21.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.628955  9433 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
18:21:21.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.629293  9419 server_base.cc:1061] running on GCE node
18:21:21.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.629626  9419 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:21.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.629949  9419 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:21.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.631115  9419 hybrid_clock.cc:648] HybridClock initialized: now 1786472481631101 us; error 97 us; skew 500 ppm
18:21:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.632339  9419 webserver.cc:533] Webserver started at http://127.9.46.190:37147/ using document root <none> and password file <none>
18:21:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.632611  9419 fs_manager.cc:362] Metadata directory not provided
18:21:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.632692  9419 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:21.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.632814  9419 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:21.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.633697  9419 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/data/instance:
18:21:21.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39a1aff2ecee43ce89d4d65b12be56be"
18:21:21.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:21 on dist-test-slave-bxbt"
18:21:21.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.634073  9419 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/wal/instance:
18:21:21.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39a1aff2ecee43ce89d4d65b12be56be"
18:21:21.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:21 on dist-test-slave-bxbt"
18:21:21.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.635478  9419 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
18:21:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.636260  9443 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.636471  9419 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
18:21:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.636555  9419 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/wal
18:21:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39a1aff2ecee43ce89d4d65b12be56be"
18:21:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:21 on dist-test-slave-bxbt"
18:21:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.636617  9419 fs_report.cc:389] FS layout report
18:21:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/wal
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/wal
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/data/data
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:21.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.657244  9419 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:21.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.657670  9419 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
18:21:21.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.657830  9419 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:21.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.662057  9419 rpc_server.cc:307] RPC server started. Bound to: 127.9.46.190:46653
18:21:21.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.662099  9529 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.46.190:46653 every 8 connection(s)
18:21:21.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.662518  9419 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/data/info.pb
18:21:21.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.663216  9530 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:21.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.664494  9530 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } has no permanent_uuid. Determining permanent_uuid...
18:21:21.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.667738  9402 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 9419
18:21:21.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.667856  9402 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-0/wal/instance
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.668838  9402 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/wal
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/data
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/logs
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/data/info.pb
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:21.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.46.189:44279
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.46.189
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.46.148:43955
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.46.190:46653,127.9.46.189:44279,127.9.46.188:45535
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44309/jwks.json
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40581 with env {}
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.669502  9530 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } has no permanent_uuid. Determining permanent_uuid...
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.670008  9446 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.46.189:44279: connect: Connection refused (error 111)
18:21:21.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.670498  9530 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.46.189:44279: Network error: Client connection negotiation failed: client connection to 127.9.46.189:44279: connect: Connection refused (error 111)
18:21:21.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.719774  9530 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } attempt: 1
18:21:21.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.720634  9530 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.46.189:44279: Network error: Client connection negotiation failed: client connection to 127.9.46.189:44279: connect: Connection refused (error 111)
18:21:21.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.749702  9535 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:21.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.749928  9535 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:21.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.749962  9535 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:21.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.751618  9535 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:21.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.751717  9535 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:21.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.751760  9535 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:21.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.751778  9535 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:21.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.751794  9535 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:21.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.751809  9535 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44309/jwks.json
18:21:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.753428  9535 master_runner.cc:387] Master server non-default flags:
18:21:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/logs
18:21:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.46.148:43955
18:21:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/data
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/wal
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40581
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.46.190:46653,127.9.46.189:44279,127.9.46.188:45535
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.46.189:44279
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44309/jwks.json
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/data/info.pb
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.46.189
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9535
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.753705  9535 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.753991  9535 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:21.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.756672  9556 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
18:21:21.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.756814  9535 server_base.cc:1061] running on GCE node
18:21:21.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.756930  9562 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
18:21:21.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.756717  9555 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
18:21:21.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.757596  9535 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:21.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.757891  9535 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:21.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.759075  9535 hybrid_clock.cc:648] HybridClock initialized: now 1786472481759055 us; error 56 us; skew 500 ppm
18:21:21.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.760443  9535 webserver.cc:533] Webserver started at http://127.9.46.189:45353/ using document root <none> and password file <none>
18:21:21.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.760653  9535 fs_manager.cc:362] Metadata directory not provided
18:21:21.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.760705  9535 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:21.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.760820  9535 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:21.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.761708  9535 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/data/instance:
18:21:21.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb5221a55ac5461a81ce5e77cd7c0e91"
18:21:21.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:21 on dist-test-slave-bxbt"
18:21:21.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.761989  9535 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/wal/instance:
18:21:21.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb5221a55ac5461a81ce5e77cd7c0e91"
18:21:21.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:21 on dist-test-slave-bxbt"
18:21:21.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.763119  9535 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.763955  9569 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.764176  9535 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.764262  9535 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/wal
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb5221a55ac5461a81ce5e77cd7c0e91"
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:21 on dist-test-slave-bxbt"
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.764320  9535 fs_report.cc:389] FS layout report
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/wal
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/wal
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/data/data
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:21.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:21.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.781976  9535 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:21.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.782289  9535 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
18:21:21.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.782380  9535 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:21.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.786859  9535 rpc_server.cc:307] RPC server started. Bound to: 127.9.46.189:44279
18:21:21.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.786923  9648 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.46.189:44279 every 8 connection(s)
18:21:21.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.787186  9535 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/data/info.pb
18:21:21.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.787782  9651 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:21.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.788815  9530 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } attempt: 2
18:21:21.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.789306  9651 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } has no permanent_uuid. Determining permanent_uuid...
18:21:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.793964  9651 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } has no permanent_uuid. Determining permanent_uuid...
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.794291  9402 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 9535
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.794287  9530 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } has no permanent_uuid. Determining permanent_uuid...
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.794378  9402 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-1/wal/instance
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.794817  9402 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/wal
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/data
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/logs
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/data/info.pb
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.46.188:45535
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.46.188
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:21.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.46.148:43955
18:21:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.46.190:46653,127.9.46.189:44279,127.9.46.188:45535
18:21:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44309/jwks.json
18:21:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40581 with env {}
18:21:21.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.794895  9530 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.46.188:45535: Network error: Client connection negotiation failed: client connection to 127.9.46.188:45535: connect: Connection refused (error 111)
18:21:21.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.799779  9651 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } has no permanent_uuid. Determining permanent_uuid...
18:21:21.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.800251  9573 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.46.188:45535: connect: Connection refused (error 111)
18:21:21.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.800807  9651 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.46.188:45535: Network error: Client connection negotiation failed: client connection to 127.9.46.188:45535: connect: Connection refused (error 111)
18:21:21.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.838109  9530 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } attempt: 1
18:21:21.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.839082  9530 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.46.188:45535: Network error: Client connection negotiation failed: client connection to 127.9.46.188:45535: connect: Connection refused (error 111)
18:21:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.850013  9651 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } attempt: 1
18:21:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.850790  9651 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.46.188:45535: Network error: Client connection negotiation failed: client connection to 127.9.46.188:45535: connect: Connection refused (error 111)
18:21:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.876595  9656 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.876830  9656 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.876864  9656 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.878563  9656 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.878650  9656 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.878674  9656 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:21.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.878696  9656 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:21.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.878715  9656 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:21.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.878731  9656 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44309/jwks.json
18:21:21.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.880563  9656 master_runner.cc:387] Master server non-default flags:
18:21:21.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/logs
18:21:21.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:21.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:21.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.46.148:43955
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/data
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/wal
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40581
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.46.190:46653,127.9.46.189:44279,127.9.46.188:45535
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.46.188:45535
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44309/jwks.json
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/data/info.pb
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.46.188
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9656
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:21.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:21.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:21.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:21.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:21.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:21.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.880883  9656 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:21.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.881172  9656 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:21.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.883881  9667 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
18:21:21.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.883888  9668 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
18:21:21.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.884012  9656 server_base.cc:1061] running on GCE node
18:21:21.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.883921  9670 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
18:21:21.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.884590  9656 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:21.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.884914  9656 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:21.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.886083  9656 hybrid_clock.cc:648] HybridClock initialized: now 1786472481886050 us; error 51 us; skew 500 ppm
18:21:21.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.886250  9530 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } attempt: 2
18:21:21.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.887079  9530 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.46.188:45535: Network error: Client connection negotiation failed: client connection to 127.9.46.188:45535: connect: Connection refused (error 111)
18:21:21.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.887422  9656 webserver.cc:533] Webserver started at http://127.9.46.188:37407/ using document root <none> and password file <none>
18:21:21.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.887601  9656 fs_manager.cc:362] Metadata directory not provided
18:21:21.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.887633  9656 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:21.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.887782  9656 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:21.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.888587  9656 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/data/instance:
18:21:21.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "49ad263bdac34387bdc9d464ee97161b"
18:21:21.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:21 on dist-test-slave-bxbt"
18:21:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.888851  9656 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/wal/instance:
18:21:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "49ad263bdac34387bdc9d464ee97161b"
18:21:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:21 on dist-test-slave-bxbt"
18:21:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.889969  9656 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
18:21:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.890642  9677 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.890803  9656 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.890902  9656 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/wal
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "49ad263bdac34387bdc9d464ee97161b"
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:21 on dist-test-slave-bxbt"
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.890969  9656 fs_report.cc:389] FS layout report
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/wal
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/wal
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/data/data
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:21.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:21.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.908435  9656 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:21.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.908816  9656 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
18:21:21.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.908978  9656 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:21.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.913362  9656 rpc_server.cc:307] RPC server started. Bound to: 127.9.46.188:45535
18:21:21.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.913406  9770 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.46.188:45535 every 8 connection(s)
18:21:21.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.913801  9656 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/data/info.pb
18:21:21.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.914378  9771 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:21.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.915632  9771 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } has no permanent_uuid. Determining permanent_uuid...
18:21:21.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.918968  9651 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } attempt: 2
18:21:21.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.919904  9402 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 9656
18:21:21.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.919978  9402 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster8205975058323181548/master-2/wal/instance
18:21:21.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.921675  9771 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } has no permanent_uuid. Determining permanent_uuid...
18:21:21.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.925184  9651 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91: Bootstrap starting.
18:21:21.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.925428  9771 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } has no permanent_uuid. Determining permanent_uuid...
18:21:21.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.925963  9651 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91: Neither blocks nor log segments found. Creating new log.
18:21:21.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.926301  9651 log.cc:826] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91: Log is configured to *not* fsync() on all Append() calls
18:21:21.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.927009  9651 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91: No bootstrap required, opened a new log
18:21:21.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.929353  9651 raft_consensus.cc:359] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } }
18:21:21.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.929491  9651 raft_consensus.cc:385] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:21.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.929524  9651 raft_consensus.cc:740] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eb5221a55ac5461a81ce5e77cd7c0e91, State: Initialized, Role: FOLLOWER
18:21:21.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.929631  9651 consensus_queue.cc:260] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [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: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } }
18:21:21.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.929765  9771 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b: Bootstrap starting.
18:21:21.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.929915  9651 sys_catalog.cc:565] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [sys.catalog]: configured and running, proceeding with master startup.
18:21:21.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.929903  9780 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [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: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:21.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.930004  9780 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [sys.catalog]: This master's current role is: FOLLOWER
18:21:21.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.930475  9771 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b: Neither blocks nor log segments found. Creating new log.
18:21:21.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.930794  9771 log.cc:826] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b: Log is configured to *not* fsync() on all Append() calls
18:21:21.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.931493  9771 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b: No bootstrap required, opened a new log
18:21:21.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.932442  9796 catalog_manager.cc:1594] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:21.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.932653  9796 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:21.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.932588  9535 master_runner.cc:187] Error getting master registration for 127.9.46.190:46653: OK, instance_id { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" instance_seqno: 1786472481660893 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:21.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.934422  9535 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:21.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.934423  9771 raft_consensus.cc:359] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } }
18:21:21.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.934542  9771 raft_consensus.cc:385] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:21.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.934580  9771 raft_consensus.cc:740] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49ad263bdac34387bdc9d464ee97161b, State: Initialized, Role: FOLLOWER
18:21:21.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.934711  9771 consensus_queue.cc:260] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [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: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } }
18:21:21.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.935312  9801 sys_catalog.cc:455] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [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: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:21.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.935375  9771 sys_catalog.cc:565] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [sys.catalog]: configured and running, proceeding with master startup.
18:21:21.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.935575  9801 sys_catalog.cc:458] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [sys.catalog]: This master's current role is: FOLLOWER
18:21:21.936 [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=	
18:21:21.936 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:21.937 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:21.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.935967  9402 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:21.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.937186  9792 client.h:372] Failed to connect to Hive Metastore (localhost:40581): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:21.938 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.46.190"
      port: 46653
    }
    bound_http_address {
      host: "127.9.46.190"
      port: 37147
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.46.189"
      port: 44279
    }
    bound_http_address {
      host: "127.9.46.189"
      port: 45353
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.46.188"
      port: 45535
    }
    bound_http_address {
      host: "127.9.46.188"
      port: 37407
    }
  }
}

18:21:21.941 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:21.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.939818  9656 master_runner.cc:187] Error getting master registration for 127.9.46.190:46653: OK, instance_id { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" instance_seqno: 1786472481660893 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:21.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.941617  9656 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:21.943 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:21.944 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:21.946 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:21.946 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:21.947 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54d82761, with PersistenceManager: null will be shutdown
18:21:21.947 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54d82761, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@59753d14 created in the thread with id: 128
18:21:21.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.948813  9822 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:21.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.949090  9822 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:21.949 [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=	
18:21:21.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.950369  9818 client.h:372] Failed to connect to Hive Metastore (localhost:40581): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:21.952 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54d82761
18:21:21.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.994243  9530 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } attempt: 3
18:21:22.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.000000  9530 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be: Bootstrap starting.
18:21:22.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.000811  9530 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be: Neither blocks nor log segments found. Creating new log.
18:21:22.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.001102  9530 log.cc:826] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be: Log is configured to *not* fsync() on all Append() calls
18:21:22.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.006098  9530 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be: No bootstrap required, opened a new log
18:21:22.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.008733  9530 raft_consensus.cc:359] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } }
18:21:22.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.009107  9530 raft_consensus.cc:385] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:22.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.009277  9530 raft_consensus.cc:740] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39a1aff2ecee43ce89d4d65b12be56be, State: Initialized, Role: FOLLOWER
18:21:22.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.009537  9530 consensus_queue.cc:260] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [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: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } }
18:21:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.010030  9530 sys_catalog.cc:565] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [sys.catalog]: configured and running, proceeding with master startup.
18:21:22.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.014576  9419 master_runner.cc:264] No leader master found from master 39a1aff2ecee43ce89d4d65b12be56be
18:21:22.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.014636  9419 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:22.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.016278  9855 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:22.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.016510  9855 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.024097  9826 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [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: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:22.025 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:22.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.025656  9826 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [sys.catalog]: This master's current role is: FOLLOWER
18:21:22.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.031239  9850 client.h:372] Failed to connect to Hive Metastore (localhost:40581): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:22.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.032987  9577 tablet.cc:2406] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:22.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.158651  9451 tablet.cc:2406] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:22.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.159723  9685 tablet.cc:2406] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:22.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.179911  9826 raft_consensus.cc:493] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:22.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.180049  9826 raft_consensus.cc:515] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } }
18:21:22.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.180331  9826 leader_election.cc:290] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eb5221a55ac5461a81ce5e77cd7c0e91 (127.9.46.189:44279), 49ad263bdac34387bdc9d464ee97161b (127.9.46.188:45535)
18:21:22.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.181245  9609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "39a1aff2ecee43ce89d4d65b12be56be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" is_pre_election: true
18:21:22.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.181257  9720 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "39a1aff2ecee43ce89d4d65b12be56be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49ad263bdac34387bdc9d464ee97161b" is_pre_election: true
18:21:22.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.181417  9609 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39a1aff2ecee43ce89d4d65b12be56be in term 0.
18:21:22.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.181438  9720 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39a1aff2ecee43ce89d4d65b12be56be in term 0.
18:21:22.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.181638  9446 leader_election.cc:304] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [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: 39a1aff2ecee43ce89d4d65b12be56be, eb5221a55ac5461a81ce5e77cd7c0e91; no voters: 
18:21:22.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.182204  9826 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:22.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.182286  9826 raft_consensus.cc:493] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.182315  9826 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 0 FOLLOWER]: Advancing to term 1
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.183202  9826 raft_consensus.cc:515] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } }
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.183373  9826 leader_election.cc:290] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [CANDIDATE]: Term 1 election: Requested vote from peers eb5221a55ac5461a81ce5e77cd7c0e91 (127.9.46.189:44279), 49ad263bdac34387bdc9d464ee97161b (127.9.46.188:45535)
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.183595  9720 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "39a1aff2ecee43ce89d4d65b12be56be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "49ad263bdac34387bdc9d464ee97161b"
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.183607  9609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "39a1aff2ecee43ce89d4d65b12be56be" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91"
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.183712  9720 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [term 0 FOLLOWER]: Advancing to term 1
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.183715  9609 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [term 0 FOLLOWER]: Advancing to term 1
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.184480  9609 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39a1aff2ecee43ce89d4d65b12be56be in term 1.
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.184581  9720 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39a1aff2ecee43ce89d4d65b12be56be in term 1.
18:21:22.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.184669  9446 leader_election.cc:304] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [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: 39a1aff2ecee43ce89d4d65b12be56be, eb5221a55ac5461a81ce5e77cd7c0e91; no voters: 
18:21:22.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.185384  9826 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 1 FOLLOWER]: Leader election won for term 1
18:21:22.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.185516  9826 raft_consensus.cc:697] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [term 1 LEADER]: Becoming Leader. State: Replica: 39a1aff2ecee43ce89d4d65b12be56be, State: Running, Role: LEADER
18:21:22.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.185601  9826 consensus_queue.cc:237] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [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: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } }
18:21:22.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.185971  9826 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [sys.catalog]: SysCatalogTable state changed. Reason: New leader 39a1aff2ecee43ce89d4d65b12be56be. Latest consensus state: current_term: 1 leader_uuid: "39a1aff2ecee43ce89d4d65b12be56be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:22.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.186049  9826 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [sys.catalog]: This master's current role is: LEADER
18:21:22.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.191823  9865 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:22.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.192309  9865 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:22.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.196558  9609 raft_consensus.cc:1275] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [term 1 FOLLOWER]: Refusing update from remote peer 39a1aff2ecee43ce89d4d65b12be56be: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:22.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.196559  9720 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [term 1 FOLLOWER]: Refusing update from remote peer 39a1aff2ecee43ce89d4d65b12be56be: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:22.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.196861  9826 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [LEADER]: Connected to new peer: Peer: permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:22.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.197080  9826 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [LEADER]: Connected to new peer: Peer: permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:22.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.198184  9780 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 39a1aff2ecee43ce89d4d65b12be56be. Latest consensus state: current_term: 1 leader_uuid: "39a1aff2ecee43ce89d4d65b12be56be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:22.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.198277  9780 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [sys.catalog]: This master's current role is: FOLLOWER
18:21:22.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.198237  9801 sys_catalog.cc:455] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 39a1aff2ecee43ce89d4d65b12be56be. Latest consensus state: current_term: 1 leader_uuid: "39a1aff2ecee43ce89d4d65b12be56be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:22.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.198318  9801 sys_catalog.cc:458] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [sys.catalog]: This master's current role is: FOLLOWER
18:21:22.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.200687  9866 mvcc.cc:204] Tried to move back new op lower bound from 7317391287074680832 to 7317391287032852480. Current Snapshot: MvccSnapshot[applied={T|T < 7317391287074680832}]
18:21:22.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.201560  9780 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "39a1aff2ecee43ce89d4d65b12be56be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:22.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.201639  9780 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91 [sys.catalog]: This master's current role is: FOLLOWER
18:21:22.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.202263  9826 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "39a1aff2ecee43ce89d4d65b12be56be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:22.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.202338  9826 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [sys.catalog]: This master's current role is: LEADER
18:21:22.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.202569  9867 mvcc.cc:204] Tried to move back new op lower bound from 7317391287074680832 to 7317391287032852480. Current Snapshot: MvccSnapshot[applied={T|T < 7317391287074680832}]
18:21:22.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.204644  9826 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "39a1aff2ecee43ce89d4d65b12be56be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:22.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.204721  9826 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be [sys.catalog]: This master's current role is: LEADER
18:21:22.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.205384  9801 sys_catalog.cc:455] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "39a1aff2ecee43ce89d4d65b12be56be" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39a1aff2ecee43ce89d4d65b12be56be" member_type: VOTER last_known_addr { host: "127.9.46.190" port: 46653 } } peers { permanent_uuid: "eb5221a55ac5461a81ce5e77cd7c0e91" member_type: VOTER last_known_addr { host: "127.9.46.189" port: 44279 } } peers { permanent_uuid: "49ad263bdac34387bdc9d464ee97161b" member_type: VOTER last_known_addr { host: "127.9.46.188" port: 45535 } } }
18:21:22.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.205467  9801 sys_catalog.cc:458] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b [sys.catalog]: This master's current role is: FOLLOWER
18:21:22.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.205876  9870 mvcc.cc:204] Tried to move back new op lower bound from 7317391287074680832 to 7317391287032852480. Current Snapshot: MvccSnapshot[applied={T|T < 7317391287074680832}]
18:21:22.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.215220  9865 catalog_manager.cc:1383] Generated new cluster ID: bf316bf5463741e08555d704ea6238d7
18:21:22.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.215306  9865 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:21:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.228790  9865 catalog_manager.cc:1406] Generated new certificate authority record
18:21:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.229744  9865 catalog_manager.cc:1540] Loading token signing keys...
18:21:22.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.254058  9865 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 39a1aff2ecee43ce89d4d65b12be56be: Generated new TSK 0
18:21:22.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.254595  9865 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:21:22.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.254951  9865 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:21:22.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.255201  9865 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:21:22.395 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:22.403 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:22.403 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:22.476 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:21:22.481 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive2670252241267344150/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)
18:21:22.482 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2670252241267344150/external-warehouse/legacy_table
18:21:22.578 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:21:22.618 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:22.626 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
18:21:22.639 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:21:22.704 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:21:22.704 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:21:22.805 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
18:21:22.842 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
18:21:22.883 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
18:21:22.893 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:22.894 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
18:21:22.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.933255  9796 catalog_manager.cc:1295] Loaded cluster ID: bf316bf5463741e08555d704ea6238d7
18:21:22.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.933344  9796 catalog_manager.cc:1588] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91: loading cluster ID for follower catalog manager: success
18:21:22.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.934628  9796 catalog_manager.cc:1610] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91: acquiring CA information for follower catalog manager: success
18:21:22.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.934962  9796 catalog_manager.cc:1638] T 00000000000000000000000000000000 P eb5221a55ac5461a81ce5e77cd7c0e91: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:22.943 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:22.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.944166  9792 client.h:372] Failed to connect to Hive Metastore (localhost:40581): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:22.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.949713  9822 catalog_manager.cc:1295] Loaded cluster ID: bf316bf5463741e08555d704ea6238d7
18:21:22.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.949796  9822 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b: loading cluster ID for follower catalog manager: success
18:21:22.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.951082  9822 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b: acquiring CA information for follower catalog manager: success
18:21:22.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.951414  9822 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 49ad263bdac34387bdc9d464ee97161b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:22.960 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.961018  9818 client.h:372] Failed to connect to Hive Metastore (localhost:40581): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:23.005 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:23.037 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:23.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.038340  9850 client.h:372] Failed to connect to Hive Metastore (localhost:40581): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:23.126 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:23.161 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:23.259 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:23.260 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:23.260 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:23.261 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54d82761, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@59753d14 will be shutdown
18:21:23.261 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:23.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.261087  9402 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 9419
18:21:23.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.272965  9402 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 9535
18:21:23.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.284024  9402 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 9656
18:21:23.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:23Z chronyd exiting
.18:21:23.342 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:23.342 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:23.343 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:23.360 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive16495526231279092985
18:21:23.361 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:23.361 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:23.364 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:23.364 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:23.364 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:23.365 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:23.366 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:23.367 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:23.368 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:23.368 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:23.369 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
18:21:23.457 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:23.458 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
18:21:23.458 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:23.460 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:23.463 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:23.464 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:23.485 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:23.485 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:23.485 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:23.526 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:23.527 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:23.527 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:23.527 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:23.528 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:23.528 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:23.746 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:23.746 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7efeebdd, with PersistenceManager: null will be shutdown
18:21:23.747 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7efeebdd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@d844f54 created in the thread with id: 138
18:21:23.748 [WARN - Thread-95] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:21:23.749 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7efeebdd
18:21:23.879 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
18:21:23.901 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:23.932 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
18:21:23.934 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
18:21:23.971 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:23.971 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:23.972 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:23.972 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:23.973 [WARN - Thread-95] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:21:23.973 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [38713]...
18:21:23.973 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:23.973 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:23.973 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
18:21:23.973 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
18:21:24.363 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:24.364 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:24.364 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:24.366 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:24.366 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38713]
18:21:24.366 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38713) in binary transport mode
18:21:24.367 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38713) current connections: 1
18:21:24.368 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskNVT7qf/test-tmp
18:21:24.369 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:24.369 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskNVT7qf/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:24.372 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38713"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:24.452 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:24.453 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:24.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.453923  9929 mini_oidc.cc:150] Starting JWKS server
18:21:24.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.454454  9929 webserver.cc:533] Webserver started at http://127.0.0.1:43039/ using document root <none> and password file <none>
18:21:24.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.454571  9929 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:24.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.454762  9929 webserver.cc:533] Webserver started at http://127.0.0.1:35501/ using document root <none> and password file <none>
18:21:24.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:24Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:24.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:24Z Disabled control of system clock
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.466496  9929 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/wal
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/data
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/logs
18:21:24.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/data/info.pb
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.178.126:38095
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.178.126
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.178.84:44587
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.178.126:38095,127.9.178.125:44175,127.9.178.124:37099
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43039/jwks.json
18:21:24.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38713 with env {}
18:21:24.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.546236  9950 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:24.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.546435  9950 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:24.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.546456  9950 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:24.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.547988  9950 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:24.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.548031  9950 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:24.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.548045  9950 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:24.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.548058  9950 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:24.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.548069  9950 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:24.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.548081  9950 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43039/jwks.json
18:21:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.549546  9950 master_runner.cc:387] Master server non-default flags:
18:21:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/logs
18:21:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.178.84:44587
18:21:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:24.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/data
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/wal
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38713
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.178.126:38095,127.9.178.125:44175,127.9.178.124:37099
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.178.126:38095
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43039/jwks.json
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/data/info.pb
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.178.126
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.9950
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.549759  9950 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.549945  9950 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.552335  9959 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
18:21:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.552361  9956 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
18:21:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.552331  9957 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
18:21:24.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.553107  9950 server_base.cc:1061] running on GCE node
18:21:24.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.553292  9950 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:24.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.553489  9950 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:24.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.554664  9950 hybrid_clock.cc:648] HybridClock initialized: now 1786472484554679 us; error 89 us; skew 500 ppm
18:21:24.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.555984  9950 webserver.cc:533] Webserver started at http://127.9.178.126:45257/ using document root <none> and password file <none>
18:21:24.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.556167  9950 fs_manager.cc:362] Metadata directory not provided
18:21:24.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.556207  9950 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:24.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.556300  9950 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:24.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.557219  9950 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/data/instance:
18:21:24.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3f71023ef33d4ca799e8fd0b0dc685b6"
18:21:24.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:24 on dist-test-slave-bxbt"
18:21:24.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.557516  9950 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/wal/instance:
18:21:24.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3f71023ef33d4ca799e8fd0b0dc685b6"
18:21:24.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:24 on dist-test-slave-bxbt"
18:21:24.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.558841  9950 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:21:24.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.559568  9970 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:24.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.559854  9950 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.559935  9950 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/wal
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3f71023ef33d4ca799e8fd0b0dc685b6"
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:24 on dist-test-slave-bxbt"
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.559983  9950 fs_report.cc:389] FS layout report
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/wal
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/wal
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/data/data
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:24.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:24.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.593320  9950 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:24.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.593650  9950 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
18:21:24.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.593752  9950 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:24.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.598485  9950 rpc_server.cc:307] RPC server started. Bound to: 127.9.178.126:38095
18:21:24.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.598519 10062 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.178.126:38095 every 8 connection(s)
18:21:24.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.598837  9950 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/data/info.pb
18:21:24.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.599422 10063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.600816 10063 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } has no permanent_uuid. Determining permanent_uuid...
18:21:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.601562  9929 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 9950
18:21:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.601671  9929 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-0/wal/instance
18:21:24.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.602670  9929 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:24.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:24.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/wal
18:21:24.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/data
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/logs
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/data/info.pb
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.178.125:44175
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.178.125
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.178.84:44587
18:21:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.178.126:38095,127.9.178.125:44175,127.9.178.124:37099
18:21:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43039/jwks.json
18:21:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38713 with env {}
18:21:24.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.610950 10063 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } has no permanent_uuid. Determining permanent_uuid...
18:21:24.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.611464  9976 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.178.125:44175: connect: Connection refused (error 111)
18:21:24.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.612075 10063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.178.125:44175: Network error: Client connection negotiation failed: client connection to 127.9.178.125:44175: connect: Connection refused (error 111)
18:21:24.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.661306 10063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } attempt: 1
18:21:24.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.662441 10063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.178.125:44175: Network error: Client connection negotiation failed: client connection to 127.9.178.125:44175: connect: Connection refused (error 111)
18:21:24.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.683364 10068 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:24.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.683554 10068 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:24.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.683574 10068 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:24.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.685122 10068 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:24.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.685173 10068 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:24.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.685186 10068 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:24.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.685199 10068 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:24.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.685211 10068 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:24.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.685222 10068 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43039/jwks.json
18:21:24.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.686674 10068 master_runner.cc:387] Master server non-default flags:
18:21:24.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/logs
18:21:24.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.178.84:44587
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/data
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/wal
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38713
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.178.126:38095,127.9.178.125:44175,127.9.178.124:37099
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.178.125:44175
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43039/jwks.json
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/data/info.pb
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.178.125
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10068
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:24.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.686859 10068 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:24.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.687045 10068 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:24.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.689715 10076 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
18:21:24.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.689761 10077 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
18:21:24.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.689752 10068 server_base.cc:1061] running on GCE node
18:21:24.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.689707 10080 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
18:21:24.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.690405 10068 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:24.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.690629 10068 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:24.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.691730 10068 hybrid_clock.cc:648] HybridClock initialized: now 1786472484691706 us; error 44 us; skew 500 ppm
18:21:24.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.692776 10068 webserver.cc:533] Webserver started at http://127.9.178.125:42975/ using document root <none> and password file <none>
18:21:24.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.692950 10068 fs_manager.cc:362] Metadata directory not provided
18:21:24.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.692987 10068 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:24.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.693073 10068 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:24.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.693872 10068 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/data/instance:
18:21:24.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "310fc6fa14784c0a8ba2127b824bb19d"
18:21:24.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:24 on dist-test-slave-bxbt"
18:21:24.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.694149 10068 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/wal/instance:
18:21:24.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "310fc6fa14784c0a8ba2127b824bb19d"
18:21:24.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:24 on dist-test-slave-bxbt"
18:21:24.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.695281 10068 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.001s
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.695998 10092 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.696272 10068 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.696342 10068 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/wal
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "310fc6fa14784c0a8ba2127b824bb19d"
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:24 on dist-test-slave-bxbt"
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.696415 10068 fs_report.cc:389] FS layout report
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/wal
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/wal
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/data/data
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:24.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:24.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:24.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:24.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:24.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:24.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:24.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:24.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:24.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:24.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.708877 10068 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:24.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.709223 10068 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
18:21:24.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.709374 10068 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:24.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.713641 10068 rpc_server.cc:307] RPC server started. Bound to: 127.9.178.125:44175
18:21:24.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.713673 10185 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.178.125:44175 every 8 connection(s)
18:21:24.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.714073 10068 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/data/info.pb
18:21:24.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.714679 10186 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:24.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.716013 10186 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } has no permanent_uuid. Determining permanent_uuid...
18:21:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.718197  9929 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 10068
18:21:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.718288  9929 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-1/wal/instance
18:21:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.718693  9929 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/wal
18:21:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/data
18:21:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:24.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/logs
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/data/info.pb
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.178.124:37099
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.178.124
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.178.84:44587
18:21:24.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:24.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:24.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:24.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:24.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.178.126:38095,127.9.178.125:44175,127.9.178.124:37099
18:21:24.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:24.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43039/jwks.json
18:21:24.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38713 with env {}
18:21:24.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.721690 10186 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } has no permanent_uuid. Determining permanent_uuid...
18:21:24.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.725440 10186 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } has no permanent_uuid. Determining permanent_uuid...
18:21:24.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.725925 10098 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.178.124:37099: connect: Connection refused (error 111)
18:21:24.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.726500 10186 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.178.124:37099: Network error: Client connection negotiation failed: client connection to 127.9.178.124:37099: connect: Connection refused (error 111)
18:21:24.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.730618 10063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } attempt: 2
18:21:24.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.733862 10063 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } has no permanent_uuid. Determining permanent_uuid...
18:21:24.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.734447 10063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.178.124:37099: Network error: Client connection negotiation failed: client connection to 127.9.178.124:37099: connect: Connection refused (error 111)
18:21:24.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.775736 10186 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } attempt: 1
18:21:24.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.776551 10186 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.178.124:37099: Network error: Client connection negotiation failed: client connection to 127.9.178.124:37099: connect: Connection refused (error 111)
18:21:24.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.777616 10063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } attempt: 1
18:21:24.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.778282 10063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.178.124:37099: Network error: Client connection negotiation failed: client connection to 127.9.178.124:37099: connect: Connection refused (error 111)
18:21:24.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.803532 10188 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:24.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.803812 10188 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:24.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.803854 10188 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:24.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.806237 10188 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:24.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.806318 10188 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:24.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.806342 10188 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:24.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.806370 10188 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:24.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.806388 10188 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:24.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.806403 10188 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43039/jwks.json
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.808825 10188 master_runner.cc:387] Master server non-default flags:
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/logs
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.178.84:44587
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/data
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/wal
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38713
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.178.126:38095,127.9.178.125:44175,127.9.178.124:37099
18:21:24.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.178.124:37099
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43039/jwks.json
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/data/info.pb
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.178.124
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10188
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:24.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.809109 10188 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:24.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.809357 10188 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:24.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.812126 10202 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
18:21:24.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.812266 10200 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
18:21:24.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.812294 10196 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
18:21:24.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.813127 10188 server_base.cc:1061] running on GCE node
18:21:24.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.813370 10188 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:24.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.813639 10188 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:24.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.814855 10188 hybrid_clock.cc:648] HybridClock initialized: now 1786472484814826 us; error 43 us; skew 500 ppm
18:21:24.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.816063 10188 webserver.cc:533] Webserver started at http://127.9.178.124:40847/ using document root <none> and password file <none>
18:21:24.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.816229 10188 fs_manager.cc:362] Metadata directory not provided
18:21:24.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.816260 10188 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:24.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.816358 10188 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:24.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.817400 10188 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/data/instance:
18:21:24.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e69c7673d3f423484d69909f273dabc"
18:21:24.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:24 on dist-test-slave-bxbt"
18:21:24.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.817675 10188 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/wal/instance:
18:21:24.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e69c7673d3f423484d69909f273dabc"
18:21:24.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:24 on dist-test-slave-bxbt"
18:21:24.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.818758 10188 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:21:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.819410 10209 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.819595 10188 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.819710 10188 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/wal
18:21:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5e69c7673d3f423484d69909f273dabc"
18:21:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:24 on dist-test-slave-bxbt"
18:21:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.819803 10188 fs_report.cc:389] FS layout report
18:21:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:24.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/wal
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/wal
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/data/data
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:24.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.825449 10063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } attempt: 2
18:21:24.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.826431 10063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.178.124:37099: Network error: Client connection negotiation failed: client connection to 127.9.178.124:37099: connect: Connection refused (error 111)
18:21:24.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.841065 10188 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:24.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.841351 10188 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
18:21:24.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.841441 10188 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:24.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.844719 10186 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } attempt: 2
18:21:24.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.845583 10186 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.178.124:37099: Network error: Client connection negotiation failed: client connection to 127.9.178.124:37099: connect: Connection refused (error 111)
18:21:24.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.845928 10188 rpc_server.cc:307] RPC server started. Bound to: 127.9.178.124:37099
18:21:24.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.845954 10304 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.178.124:37099 every 8 connection(s)
18:21:24.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.846333 10188 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/data/info.pb
18:21:24.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.846989 10305 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:24.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.848340 10305 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } has no permanent_uuid. Determining permanent_uuid...
18:21:24.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.853547 10305 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } has no permanent_uuid. Determining permanent_uuid...
18:21:24.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.855279  9929 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 10188
18:21:24.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.855369  9929 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster15497547984493756174/master-2/wal/instance
18:21:24.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.857059 10305 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } has no permanent_uuid. Determining permanent_uuid...
18:21:24.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.861954 10305 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc: Bootstrap starting.
18:21:24.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.862737 10305 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc: Neither blocks nor log segments found. Creating new log.
18:21:24.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.862977 10305 log.cc:826] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc: Log is configured to *not* fsync() on all Append() calls
18:21:24.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.863806 10305 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc: No bootstrap required, opened a new log
18:21:24.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.865832 10305 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } }
18:21:24.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.865939 10305 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:24.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.865958 10305 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5e69c7673d3f423484d69909f273dabc, State: Initialized, Role: FOLLOWER
18:21:24.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.866549 10305 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [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: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } }
18:21:24.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.866943 10305 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [sys.catalog]: configured and running, proceeding with master startup.
18:21:24.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.867262 10313 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [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: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:24.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.867511 10313 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [sys.catalog]: This master's current role is: FOLLOWER
18:21:24.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.869468 10335 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:24.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.869527 10335 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:24.871 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:24.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.872219 10330 client.h:372] Failed to connect to Hive Metastore (localhost:38713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:24.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.870532 10188 master_runner.cc:187] Error getting master registration for 127.9.178.126:38095: OK, instance_id { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" instance_seqno: 1786472484597200 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:24.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.872403 10188 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:24.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.872691  9929 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:24.873 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:24.873 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:24.874 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.178.126"
      port: 38095
    }
    bound_http_address {
      host: "127.9.178.126"
      port: 45257
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.178.125"
      port: 44175
    }
    bound_http_address {
      host: "127.9.178.125"
      port: 42975
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.178.124"
      port: 37099
    }
    bound_http_address {
      host: "127.9.178.124"
      port: 40847
    }
  }
}

18:21:24.875 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:24.875 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:24.877 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=b935a678-01c7-4ca0-8d20-0d2cafed87b2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.178.124:37099,127.9.178.125:44175,127.9.178.126:38095}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:24.879 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:24.880 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:24.880 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1b48b455, with PersistenceManager: null will be shutdown
18:21:24.880 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1b48b455, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5d68cbae created in the thread with id: 159
18:21:24.886 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1b48b455
18:21:24.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.933633 10063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } attempt: 3
18:21:24.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.936765 10186 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } attempt: 3
18:21:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.942396 10186 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d: Bootstrap starting.
18:21:24.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.943171 10186 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d: Neither blocks nor log segments found. Creating new log.
18:21:24.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.943452 10186 log.cc:826] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d: Log is configured to *not* fsync() on all Append() calls
18:21:24.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.945564 10063 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6: Bootstrap starting.
18:21:24.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.946277 10063 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6: Neither blocks nor log segments found. Creating new log.
18:21:24.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.946540 10063 log.cc:826] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6: Log is configured to *not* fsync() on all Append() calls
18:21:24.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.948688 10063 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6: No bootstrap required, opened a new log
18:21:24.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.948699 10186 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d: No bootstrap required, opened a new log
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951016 10063 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } }
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951009 10186 raft_consensus.cc:359] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } }
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951134 10063 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951134 10186 raft_consensus.cc:385] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951166 10186 raft_consensus.cc:740] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 310fc6fa14784c0a8ba2127b824bb19d, State: Initialized, Role: FOLLOWER
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951166 10063 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3f71023ef33d4ca799e8fd0b0dc685b6, State: Initialized, Role: FOLLOWER
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951275 10186 consensus_queue.cc:260] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [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: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } }
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951287 10063 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [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: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } }
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951604 10186 sys_catalog.cc:565] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [sys.catalog]: configured and running, proceeding with master startup.
18:21:24.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.951604 10063 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [sys.catalog]: configured and running, proceeding with master startup.
18:21:24.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.954054 10347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [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: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:24.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.954185 10347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [sys.catalog]: This master's current role is: FOLLOWER
18:21:24.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.954847 10381 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:24.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.954906 10381 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:24.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.954463 10068 master_runner.cc:187] Error getting master registration for 127.9.178.126:38095: OK, instance_id { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" instance_seqno: 1786472484597200 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:24.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.956266 10068 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:24.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.956931 10349 sys_catalog.cc:455] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [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: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:24.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.957165 10349 sys_catalog.cc:458] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [sys.catalog]: This master's current role is: FOLLOWER
18:21:24.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.957896 10391 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:24.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.958103 10391 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:24.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.958770  9950 master_runner.cc:264] No leader master found from master 3f71023ef33d4ca799e8fd0b0dc685b6
18:21:24.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:24.958817  9950 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:24.959 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:24.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.960004 10105 tablet.cc:2406] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:24.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.960810 10376 client.h:372] Failed to connect to Hive Metastore (localhost:38713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:24.968 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:24.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:24.969208 10388 client.h:372] Failed to connect to Hive Metastore (localhost:38713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:25.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.075516 10313 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:25.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.075690 10313 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } }
18:21:25.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.075969 10313 leader_election.cc:290] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3f71023ef33d4ca799e8fd0b0dc685b6 (127.9.178.126:38095), 310fc6fa14784c0a8ba2127b824bb19d (127.9.178.125:44175)
18:21:25.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.076316 10020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5e69c7673d3f423484d69909f273dabc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" is_pre_election: true
18:21:25.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.076387 10141 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5e69c7673d3f423484d69909f273dabc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "310fc6fa14784c0a8ba2127b824bb19d" is_pre_election: true
18:21:25.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.076480 10020 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5e69c7673d3f423484d69909f273dabc in term 0.
18:21:25.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.076534 10141 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5e69c7673d3f423484d69909f273dabc in term 0.
18:21:25.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.076982 10219 leader_election.cc:304] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [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: 3f71023ef33d4ca799e8fd0b0dc685b6, 5e69c7673d3f423484d69909f273dabc; no voters: 
18:21:25.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.077167 10313 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:25.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.077214 10313 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:25.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.077235 10313 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 0 FOLLOWER]: Advancing to term 1
18:21:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.080139 10313 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } }
18:21:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.080291 10313 leader_election.cc:290] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [CANDIDATE]: Term 1 election: Requested vote from peers 3f71023ef33d4ca799e8fd0b0dc685b6 (127.9.178.126:38095), 310fc6fa14784c0a8ba2127b824bb19d (127.9.178.125:44175)
18:21:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.080660 10020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5e69c7673d3f423484d69909f273dabc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6"
18:21:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.080762 10020 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [term 0 FOLLOWER]: Advancing to term 1
18:21:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.081616 10020 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5e69c7673d3f423484d69909f273dabc in term 1.
18:21:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.081737 10141 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5e69c7673d3f423484d69909f273dabc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "310fc6fa14784c0a8ba2127b824bb19d"
18:21:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.081817 10141 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [term 0 FOLLOWER]: Advancing to term 1
18:21:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.082574 10141 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5e69c7673d3f423484d69909f273dabc in term 1.
18:21:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.082834 10219 leader_election.cc:304] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [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: 3f71023ef33d4ca799e8fd0b0dc685b6, 5e69c7673d3f423484d69909f273dabc; no voters: 
18:21:25.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.083491 10313 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 1 FOLLOWER]: Leader election won for term 1
18:21:25.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.083693 10313 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [term 1 LEADER]: Becoming Leader. State: Replica: 5e69c7673d3f423484d69909f273dabc, State: Running, Role: LEADER
18:21:25.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.083783 10313 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [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: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } }
18:21:25.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.084156 10313 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5e69c7673d3f423484d69909f273dabc. Latest consensus state: current_term: 1 leader_uuid: "5e69c7673d3f423484d69909f273dabc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:25.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.084220 10313 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [sys.catalog]: This master's current role is: LEADER
18:21:25.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.087811 10404 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:25.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.088212 10404 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:25.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:25.091998 10222 tablet.cc:2406] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:25.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:25.094560  9980 tablet.cc:2406] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:25.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.102532 10141 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [term 1 FOLLOWER]: Refusing update from remote peer 5e69c7673d3f423484d69909f273dabc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:25.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.102536 10020 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [term 1 FOLLOWER]: Refusing update from remote peer 5e69c7673d3f423484d69909f273dabc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:25.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.102842 10313 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [LEADER]: Connected to new peer: Peer: permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.103111 10313 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [LEADER]: Connected to new peer: Peer: permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.104259 10347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5e69c7673d3f423484d69909f273dabc. Latest consensus state: current_term: 1 leader_uuid: "5e69c7673d3f423484d69909f273dabc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.104336 10347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [sys.catalog]: This master's current role is: FOLLOWER
18:21:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.104267 10349 sys_catalog.cc:455] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5e69c7673d3f423484d69909f273dabc. Latest consensus state: current_term: 1 leader_uuid: "5e69c7673d3f423484d69909f273dabc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:25.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.104364 10349 sys_catalog.cc:458] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [sys.catalog]: This master's current role is: FOLLOWER
18:21:25.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.112854 10313 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5e69c7673d3f423484d69909f273dabc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:25.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.112875 10401 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5e69c7673d3f423484d69909f273dabc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:25.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.112978 10313 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [sys.catalog]: This master's current role is: LEADER
18:21:25.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.112993 10401 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc [sys.catalog]: This master's current role is: LEADER
18:21:25.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.113037 10405 mvcc.cc:204] Tried to move back new op lower bound from 7317391298952777728 to 7317391298903744512. Current Snapshot: MvccSnapshot[applied={T|T < 7317391298952777728}]
18:21:25.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.114050 10349 sys_catalog.cc:455] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5e69c7673d3f423484d69909f273dabc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:25.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.114149 10349 sys_catalog.cc:458] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d [sys.catalog]: This master's current role is: FOLLOWER
18:21:25.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.114384 10347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5e69c7673d3f423484d69909f273dabc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3f71023ef33d4ca799e8fd0b0dc685b6" member_type: VOTER last_known_addr { host: "127.9.178.126" port: 38095 } } peers { permanent_uuid: "310fc6fa14784c0a8ba2127b824bb19d" member_type: VOTER last_known_addr { host: "127.9.178.125" port: 44175 } } peers { permanent_uuid: "5e69c7673d3f423484d69909f273dabc" member_type: VOTER last_known_addr { host: "127.9.178.124" port: 37099 } } }
18:21:25.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.114488 10347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6 [sys.catalog]: This master's current role is: FOLLOWER
18:21:25.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.114522 10407 mvcc.cc:204] Tried to move back new op lower bound from 7317391298952777728 to 7317391298903744512. Current Snapshot: MvccSnapshot[applied={T|T < 7317391298952777728}]
18:21:25.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.115423 10406 mvcc.cc:204] Tried to move back new op lower bound from 7317391298952777728 to 7317391298903744512. Current Snapshot: MvccSnapshot[applied={T|T < 7317391298952777728}]
18:21:25.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.119854 10404 catalog_manager.cc:1383] Generated new cluster ID: 4440d559a1454e18a27887248979d2d5
18:21:25.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.119928 10404 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:21:25.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.157838 10404 catalog_manager.cc:1406] Generated new certificate authority record
18:21:25.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.158843 10404 catalog_manager.cc:1540] Loading token signing keys...
18:21:25.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.185206 10404 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 5e69c7673d3f423484d69909f273dabc: Generated new TSK 0
18:21:25.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.185696 10404 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:21:25.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.186007 10404 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:21:25.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.186249 10404 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:21:25.282 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:25.290 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:25.291 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:25.373 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:25.389 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16495526231279092985/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=b935a678-01c7-4ca0-8d20-0d2cafed87b2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.178.124:37099,127.9.178.125:44175,127.9.178.126:38095}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:25.392 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16495526231279092985/external-warehouse/table
18:21:25.484 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:25.524 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:25.526 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:25.528 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:21:25.531 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16495526231279092985/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)
18:21:25.532 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16495526231279092985/external-warehouse/legacy_table
18:21:25.549 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:21:25.560 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:25.562 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:25.573 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:25.607 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:25.607 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:25.623 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:25.642 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:25.652 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:25.652 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:25.660 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:21:25.661 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:25.663 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.9.178.124:37099(127.9.178.124:37099)] connecting to peer
18:21:25.665 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.9.178.125:44175(127.9.178.125:44175)] connecting to peer
18:21:25.666 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.9.178.124:37099(127.9.178.124:37099)] Successfully connected to peer
18:21:25.666 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.9.178.126:38095(127.9.178.126:38095)] connecting to peer
18:21:25.667 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.9.178.125:44175(127.9.178.125:44175)] Successfully connected to peer
18:21:25.674 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.9.178.124
18:21:25.693 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.9.178.126:38095(127.9.178.126:38095)] Successfully connected to peer
18:21:25.696 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.9.178.125
18:21:25.701 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.9.178.126
18:21:25.714 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:25.718 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xc65cdf1f, L:/127.0.0.1:38012 - R:/127.9.178.125:44175] using SASL/PLAIN
18:21:25.722 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:25.726 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:25.734 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x4fa79c58, L:/127.0.0.1:58766 - R:/127.9.178.124:37099] using SASL/PLAIN
18:21:25.735 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xcf29e628, L:/127.0.0.1:37346 - R:/127.9.178.126:38095] using SASL/PLAIN
18:21:25.737 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:25.738 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:25.739 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:21:25.862 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:25.873 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:25.876 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:25.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:25.877660 10330 client.h:372] Failed to connect to Hive Metastore (localhost:38713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:25.885 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:25.885 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:25.889 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:25.890 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:21:25.891 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:25.901 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:25.912 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:25.912 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:25.917 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:25.927 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:25.938 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:25.939 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:25.953 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:25.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.955384 10381 catalog_manager.cc:1295] Loaded cluster ID: 4440d559a1454e18a27887248979d2d5
18:21:25.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.955469 10381 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d: loading cluster ID for follower catalog manager: success
18:21:25.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.957230 10381 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d: acquiring CA information for follower catalog manager: success
18:21:25.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.957574 10381 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 310fc6fa14784c0a8ba2127b824bb19d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:25.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.958642 10391 catalog_manager.cc:1295] Loaded cluster ID: 4440d559a1454e18a27887248979d2d5
18:21:25.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.958717 10391 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6: loading cluster ID for follower catalog manager: success
18:21:25.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.959936 10391 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6: acquiring CA information for follower catalog manager: success
18:21:25.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.960263 10391 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 3f71023ef33d4ca799e8fd0b0dc685b6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:25.963 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:25.964 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:25.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:25.964710 10376 client.h:372] Failed to connect to Hive Metastore (localhost:38713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:25.973 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:25.973 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:25.975 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:25.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:25.976020 10388 client.h:372] Failed to connect to Hive Metastore (localhost:38713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:25.976 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:25.977 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:21:26.141 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:26.165 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:26.181 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:26.181 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:26.192 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:26.201 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:26.210 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:26.211 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:26.218 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:26.226 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:26.235 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:26.235 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:26.241 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:26.248 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:26.249 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:26.338 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:26.448 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:26.478 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:21:26.575 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive16495526231279092985/warehouse/default/table
18:21:26.577 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:26.579 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:26.581 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16495526231279092985/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)
18:21:26.582 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive16495526231279092985/external-warehouse/table specified for non-external table:table
18:21:26.583 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:26.583 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:26.604 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:26.622 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:26.623 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:26.632 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:26.648 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:26.648 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:26.652 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:26.653 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:21:26.678 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:26.687 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:26.696 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:26.696 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:26.701 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
18:21:26.710 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:21:26.720 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:21:26.720 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:21:26.727 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:26.735 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:26.736 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:26.787 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:26.789 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=b935a678-01c7-4ca0-8d20-0d2cafed87b2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.178.124:37099,127.9.178.125:44175,127.9.178.126:38095}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:26.791 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:26.792 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive16495526231279092985/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=b935a678-01c7-4ca0-8d20-0d2cafed87b2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.178.124:37099,127.9.178.125:44175,127.9.178.126:38095}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:26.794 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16495526231279092985/external-warehouse/table
18:21:26.818 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:26.826 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:26.827 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:26.835 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:26.844 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:26.844 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:26.850 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:26.857 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:26.858 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:26.879 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:26.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.880234 10330 client.h:372] Failed to connect to Hive Metastore (localhost:38713): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:26.894 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:26.895 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:26.895 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1b48b455, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5d68cbae will be shutdown
18:21:26.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.895237  9929 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 9950
18:21:26.895 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:26.916 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.9.178.126:38095(127.9.178.126:38095)] handling channelInactive
18:21:26.916 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.9.178.126:38095(127.9.178.126:38095)] cleaning up while in state READY due to: connection closed
18:21:26.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.916028  9929 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 10068
18:21:26.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.930972  9929 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 10188
18:21:26.931 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.9.178.125:44175(127.9.178.125:44175)] handling channelInactive
18:21:26.931 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.9.178.125:44175(127.9.178.125:44175)] cleaning up while in state READY due to: connection closed
18:21:26.946 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.9.178.124:37099(127.9.178.124:37099)] handling channelInactive
18:21:26.946 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.9.178.124:37099(127.9.178.124:37099)] cleaning up while in state READY due to: connection closed
18:21:26.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:26Z chronyd exiting
.18:21:26.988 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:26.989 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:26.989 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:27.006 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive5018246475307226270
18:21:27.007 [INFO - Thread-122] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:27.007 [INFO - Thread-122] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:27.009 [INFO - Thread-122] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:27.009 [INFO - Thread-122] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:27.009 [INFO - Thread-122] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:27.010 [INFO - Thread-122] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:27.011 [INFO - Thread-122] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:27.011 [INFO - Thread-122] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:27.012 [INFO - Thread-122] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:27.013 [INFO - Thread-122] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:27.014 [INFO - Thread-122] (HikariDataSource.java:80) objectstore - Starting...
18:21:27.075 [INFO - Thread-122] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:27.075 [INFO - Thread-122] (HikariDataSource.java:82) objectstore - Start completed.
18:21:27.076 [INFO - Thread-122] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:27.077 [INFO - Thread-122] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:27.079 [INFO - Thread-122] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:27.080 [INFO - Thread-122] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:27.100 [INFO - Thread-122] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:27.100 [INFO - Thread-122] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:27.100 [INFO - Thread-122] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:27.121 [WARN - Thread-122] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:27.122 [WARN - Thread-122] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:27.122 [WARN - Thread-122] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:27.123 [WARN - Thread-122] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:27.123 [WARN - Thread-122] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:27.123 [WARN - Thread-122] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:27.307 [INFO - Thread-122] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:27.308 [INFO - Thread-122] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43e1ed4f, with PersistenceManager: null will be shutdown
18:21:27.308 [INFO - Thread-122] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43e1ed4f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@8c6ebc0 created in the thread with id: 176
18:21:27.310 [WARN - Thread-122] (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
18:21:27.311 [INFO - Thread-122] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43e1ed4f
18:21:27.410 [INFO - Thread-122] (HMSHandler.java:595) Started creating a default database with name: default
18:21:27.429 [INFO - Thread-122] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:27.451 [INFO - Thread-122] (HMSHandler.java:668) Added admin role in metastore
18:21:27.452 [INFO - Thread-122] (HMSHandler.java:677) Added public role in metastore
18:21:27.477 [INFO - Thread-122] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:27.478 [INFO - Thread-122] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:27.478 [INFO - Thread-122] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:27.478 [INFO - Thread-122] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:27.479 [WARN - Thread-122] (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)
18:21:27.479 [INFO - Thread-122] (HiveMetaStore.java:632) Started the new metaserver on port [34373]...
18:21:27.479 [INFO - Thread-122] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:27.479 [INFO - Thread-122] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:27.479 [INFO - Thread-122] (HiveMetaStore.java:635) TCP keepalive = true
18:21:27.479 [INFO - Thread-122] (HiveMetaStore.java:636) Enable SSL = false
18:21:28.008 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:28.009 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:28.009 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:28.011 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:28.011 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34373]
18:21:28.011 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34373) in binary transport mode
18:21:28.012 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34373) current connections: 1
18:21:28.013 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskNVT7qf/test-tmp
18:21:28.014 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:28.014 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskNVT7qf/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:28.017 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34373"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:28.095 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:28.096 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:28.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.096750 10496 mini_oidc.cc:150] Starting JWKS server
18:21:28.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.097309 10496 webserver.cc:533] Webserver started at http://127.0.0.1:35007/ using document root <none> and password file <none>
18:21:28.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.097394 10496 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:28.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.097535 10496 webserver.cc:533] Webserver started at http://127.0.0.1:34749/ using document root <none> and password file <none>
18:21:28.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:28Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:28.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:28Z Disabled control of system clock
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.108951 10496 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/wal
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/data
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/logs
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/data/info.pb
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.64.62:36765
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.64.62
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.64.20:39777
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.64.62:36765,127.10.64.61:39371,127.10.64.60:35559
18:21:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:28.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35007/jwks.json
18:21:28.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34373 with env {}
18:21:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.187372 10518 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.187584 10518 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:28.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.187618 10518 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:28.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.189330 10518 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:28.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.189419 10518 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:28.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.189445 10518 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:28.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.189465 10518 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:28.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.189481 10518 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:28.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.189496 10518 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35007/jwks.json
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.191205 10518 master_runner.cc:387] Master server non-default flags:
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/logs
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.64.20:39777
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/data
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/wal
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34373
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.64.62:36765,127.10.64.61:39371,127.10.64.60:35559
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.64.62:36765
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35007/jwks.json
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/data/info.pb
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.64.62
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10518
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.191511 10518 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.191843 10518 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:28.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.194644 10531 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
18:21:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.194718 10526 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
18:21:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.195286 10518 server_base.cc:1061] running on GCE node
18:21:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.195412 10529 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
18:21:28.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.195786 10518 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:28.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.196121 10518 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:28.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.197280 10518 hybrid_clock.cc:648] HybridClock initialized: now 1786472488197282 us; error 107 us; skew 500 ppm
18:21:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.198509 10518 webserver.cc:533] Webserver started at http://127.10.64.62:39291/ using document root <none> and password file <none>
18:21:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.198724 10518 fs_manager.cc:362] Metadata directory not provided
18:21:28.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.198813 10518 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.198951 10518 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.199934 10518 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/data/instance:
18:21:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9c738107d2f4420a8ba49beb482e2942"
18:21:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-bxbt"
18:21:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.200307 10518 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/wal/instance:
18:21:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9c738107d2f4420a8ba49beb482e2942"
18:21:28.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-bxbt"
18:21:28.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.201737 10518 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.001s	sys 0.001s
18:21:28.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.202567 10543 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.202886 10518 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.202958 10518 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/wal
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9c738107d2f4420a8ba49beb482e2942"
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-bxbt"
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.203015 10518 fs_report.cc:389] FS layout report
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/wal
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/wal
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/data/data
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:28.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:28.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.235606 10518 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:28.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.236054 10518 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
18:21:28.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.236243 10518 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:28.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.240433 10518 rpc_server.cc:307] RPC server started. Bound to: 127.10.64.62:36765
18:21:28.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.240489 10639 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.64.62:36765 every 8 connection(s)
18:21:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.240857 10518 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/data/info.pb
18:21:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.241598 10640 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:28.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.243331 10640 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.64.62" port: 36765 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.243976 10496 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 10518
18:21:28.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.244092 10496 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-0/wal/instance
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.245040 10496 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/wal
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/data
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/logs
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/data/info.pb
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.64.61:39371
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.64.61
18:21:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.64.20:39777
18:21:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.64.62:36765,127.10.64.61:39371,127.10.64.60:35559
18:21:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35007/jwks.json
18:21:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34373 with env {}
18:21:28.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.250002 10640 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.250499 10548 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.64.61:39371: connect: Connection refused (error 111)
18:21:28.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.251161 10640 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.64.61:39371: Network error: Client connection negotiation failed: client connection to 127.10.64.61:39371: connect: Connection refused (error 111)
18:21:28.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.300381 10640 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } attempt: 1
18:21:28.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.301157 10640 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.64.61:39371: Network error: Client connection negotiation failed: client connection to 127.10.64.61:39371: connect: Connection refused (error 111)
18:21:28.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.327751 10643 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:28.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.327934 10643 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:28.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.327955 10643 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:28.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.329434 10643 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:28.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.329473 10643 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:28.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.329486 10643 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:28.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.329499 10643 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:28.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.329510 10643 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:28.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.329522 10643 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35007/jwks.json
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.331086 10643 master_runner.cc:387] Master server non-default flags:
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/logs
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.64.20:39777
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/data
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/wal
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34373
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.64.62:36765,127.10.64.61:39371,127.10.64.60:35559
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.64.61:39371
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35007/jwks.json
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/data/info.pb
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.64.61
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10643
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.331275 10643 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.331460 10643 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:28.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.333981 10656 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
18:21:28.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.333981 10654 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
18:21:28.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.334440 10643 server_base.cc:1061] running on GCE node
18:21:28.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.334349 10651 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
18:21:28.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.334748 10643 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:28.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.335034 10643 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:28.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.336196 10643 hybrid_clock.cc:648] HybridClock initialized: now 1786472488336177 us; error 35 us; skew 500 ppm
18:21:28.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.337500 10643 webserver.cc:533] Webserver started at http://127.10.64.61:40607/ using document root <none> and password file <none>
18:21:28.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.337709 10643 fs_manager.cc:362] Metadata directory not provided
18:21:28.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.337759 10643 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:28.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.337880 10643 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:28.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.338971 10643 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/data/instance:
18:21:28.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb6de524e7f248aa8697abe57e2bd39c"
18:21:28.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-bxbt"
18:21:28.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.339326 10643 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/wal/instance:
18:21:28.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb6de524e7f248aa8697abe57e2bd39c"
18:21:28.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-bxbt"
18:21:28.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.340812 10643 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
18:21:28.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.341624 10664 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:28.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.341836 10643 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.341910 10643 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/wal
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb6de524e7f248aa8697abe57e2bd39c"
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-bxbt"
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.341964 10643 fs_report.cc:389] FS layout report
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/wal
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/wal
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/data/data
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:28.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.360311 10643 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:28.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.360680 10643 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
18:21:28.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.360823 10643 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:28.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.365644 10643 rpc_server.cc:307] RPC server started. Bound to: 127.10.64.61:39371
18:21:28.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.365693 10758 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.64.61:39371 every 8 connection(s)
18:21:28.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.366087 10643 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/data/info.pb
18:21:28.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.366830 10759 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:28.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.368589 10759 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.64.62" port: 36765 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.369441 10640 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } attempt: 2
18:21:28.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.370983 10496 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 10643
18:21:28.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.371068 10496 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-1/wal/instance
18:21:28.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.371510 10496 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:28.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/wal
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/data
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/logs
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/data/info.pb
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.64.60:35559
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.64.60
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.64.20:39777
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.64.62:36765,127.10.64.61:39371,127.10.64.60:35559
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35007/jwks.json
18:21:28.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34373 with env {}
18:21:28.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.374745 10640 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.375219 10759 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.375329 10640 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.64.60:35559: Network error: Client connection negotiation failed: client connection to 127.10.64.60:35559: connect: Connection refused (error 111)
18:21:28.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.378242 10759 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.378813 10673 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.64.60:35559: connect: Connection refused (error 111)
18:21:28.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.379364 10759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.64.60:35559: Network error: Client connection negotiation failed: client connection to 127.10.64.60:35559: connect: Connection refused (error 111)
18:21:28.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.418527 10640 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } attempt: 1
18:21:28.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.419507 10640 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.64.60:35559: Network error: Client connection negotiation failed: client connection to 127.10.64.60:35559: connect: Connection refused (error 111)
18:21:28.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.428571 10759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } attempt: 1
18:21:28.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.429443 10759 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.64.60:35559: Network error: Client connection negotiation failed: client connection to 127.10.64.60:35559: connect: Connection refused (error 111)
18:21:28.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.457902 10763 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:28.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.458088 10763 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:28.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.458109 10763 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:28.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.459581 10763 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.459970 10763 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.460013 10763 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.460027 10763 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.460040 10763 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:28.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.460052 10763 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35007/jwks.json
18:21:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.461585 10763 master_runner.cc:387] Master server non-default flags:
18:21:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/logs
18:21:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.64.20:39777
18:21:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/data
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/wal
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34373
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.64.62:36765,127.10.64.61:39371,127.10.64.60:35559
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.64.60:35559
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35007/jwks.json
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/data/info.pb
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.64.60
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.10763
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.461784 10763 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.461973 10763 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:28.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.464725 10777 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
18:21:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.464895 10775 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
18:21:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.465003 10763 server_base.cc:1061] running on GCE node
18:21:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.465312 10779 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
18:21:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.465546 10763 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:28.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.465844 10763 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:28.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.466676 10640 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } attempt: 2
18:21:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.466984 10763 hybrid_clock.cc:648] HybridClock initialized: now 1786472488466965 us; error 35 us; skew 500 ppm
18:21:28.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.467377 10640 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.64.60:35559: Network error: Client connection negotiation failed: client connection to 127.10.64.60:35559: connect: Connection refused (error 111)
18:21:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.468410 10763 webserver.cc:533] Webserver started at http://127.10.64.60:43019/ using document root <none> and password file <none>
18:21:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.468607 10763 fs_manager.cc:362] Metadata directory not provided
18:21:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.468653 10763 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:28.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.468761 10763 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.469907 10763 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/data/instance:
18:21:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "72a3f09035ee468d9d2e7b85634c99c8"
18:21:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-bxbt"
18:21:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.470325 10763 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/wal/instance:
18:21:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "72a3f09035ee468d9d2e7b85634c99c8"
18:21:28.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-bxbt"
18:21:28.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.471959 10763 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.472826 10787 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.473057 10763 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.473131 10763 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/wal
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "72a3f09035ee468d9d2e7b85634c99c8"
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-bxbt"
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.473194 10763 fs_report.cc:389] FS layout report
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/wal
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/wal
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/data/data
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:28.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.492694 10763 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:28.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.493064 10763 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
18:21:28.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.493196 10763 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:28.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.497609 10759 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } attempt: 2
18:21:28.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.498070 10763 rpc_server.cc:307] RPC server started. Bound to: 127.10.64.60:35559
18:21:28.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.498346 10876 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.64.60:35559 every 8 connection(s)
18:21:28.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.498679 10763 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/data/info.pb
18:21:28.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.499481 10882 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:28.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.500470 10496 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 10763
18:21:28.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.500551 10496 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster13720374269782748246/master-2/wal/instance
18:21:28.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.501257 10882 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.64.62" port: 36765 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.506305 10759 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c: Bootstrap starting.
18:21:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.506892 10882 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.507110 10759 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c: Neither blocks nor log segments found. Creating new log.
18:21:28.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.507432 10759 log.cc:826] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c: Log is configured to *not* fsync() on all Append() calls
18:21:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.509950 10759 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c: No bootstrap required, opened a new log
18:21:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.510445 10882 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.512132 10759 raft_consensus.cc:359] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9c738107d2f4420a8ba49beb482e2942" member_type: VOTER last_known_addr { host: "127.10.64.62" port: 36765 } } peers { permanent_uuid: "eb6de524e7f248aa8697abe57e2bd39c" member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } } peers { permanent_uuid: "72a3f09035ee468d9d2e7b85634c99c8" member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } }
18:21:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.512244 10759 raft_consensus.cc:385] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.512269 10759 raft_consensus.cc:740] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eb6de524e7f248aa8697abe57e2bd39c, State: Initialized, Role: FOLLOWER
18:21:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.512792 10759 consensus_queue.cc:260] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c [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: "9c738107d2f4420a8ba49beb482e2942" member_type: VOTER last_known_addr { host: "127.10.64.62" port: 36765 } } peers { permanent_uuid: "eb6de524e7f248aa8697abe57e2bd39c" member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } } peers { permanent_uuid: "72a3f09035ee468d9d2e7b85634c99c8" member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } }
18:21:28.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.513307 10759 sys_catalog.cc:565] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c [sys.catalog]: configured and running, proceeding with master startup.
18:21:28.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.513943 10893 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c [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: "9c738107d2f4420a8ba49beb482e2942" member_type: VOTER last_known_addr { host: "127.10.64.62" port: 36765 } } peers { permanent_uuid: "eb6de524e7f248aa8697abe57e2bd39c" member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } } peers { permanent_uuid: "72a3f09035ee468d9d2e7b85634c99c8" member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } } }
18:21:28.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.514243 10893 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c [sys.catalog]: This master's current role is: FOLLOWER
18:21:28.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.514973 10882 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8: Bootstrap starting.
18:21:28.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.515799 10496 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:28.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.515833 10882 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8: Neither blocks nor log segments found. Creating new log.
18:21:28.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.516072 10882 log.cc:826] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8: Log is configured to *not* fsync() on all Append() calls
18:21:28.516 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:28.516 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:28.517 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.64.62"
      port: 36765
    }
    bound_http_address {
      host: "127.10.64.62"
      port: 39291
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.64.61"
      port: 39371
    }
    bound_http_address {
      host: "127.10.64.61"
      port: 40607
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.64.60"
      port: 35559
    }
    bound_http_address {
      host: "127.10.64.60"
      port: 43019
    }
  }
}

18:21:28.518 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:28.518 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:28.519 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.516839 10882 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8: No bootstrap required, opened a new log
18:21:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.519116 10882 raft_consensus.cc:359] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9c738107d2f4420a8ba49beb482e2942" member_type: VOTER last_known_addr { host: "127.10.64.62" port: 36765 } } peers { permanent_uuid: "eb6de524e7f248aa8697abe57e2bd39c" member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } } peers { permanent_uuid: "72a3f09035ee468d9d2e7b85634c99c8" member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } }
18:21:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.519229 10882 raft_consensus.cc:385] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.519256 10882 raft_consensus.cc:740] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72a3f09035ee468d9d2e7b85634c99c8, State: Initialized, Role: FOLLOWER
18:21:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.519727 10882 consensus_queue.cc:260] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8 [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: "9c738107d2f4420a8ba49beb482e2942" member_type: VOTER last_known_addr { host: "127.10.64.62" port: 36765 } } peers { permanent_uuid: "eb6de524e7f248aa8697abe57e2bd39c" member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } } peers { permanent_uuid: "72a3f09035ee468d9d2e7b85634c99c8" member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } }
18:21:28.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.519804 10496 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 10518
18:21:28.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.518975 10643 master_runner.cc:187] Error getting master registration for 127.10.64.62:36765: OK, instance_id { permanent_uuid: "9c738107d2f4420a8ba49beb482e2942" instance_seqno: 1786472488239244 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:28.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.520995 10643 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:28.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.527441 10882 sys_catalog.cc:565] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8 [sys.catalog]: configured and running, proceeding with master startup.
18:21:28.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.527402 10917 sys_catalog.cc:455] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8 [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: "9c738107d2f4420a8ba49beb482e2942" member_type: VOTER last_known_addr { host: "127.10.64.62" port: 36765 } } peers { permanent_uuid: "eb6de524e7f248aa8697abe57e2bd39c" member_type: VOTER last_known_addr { host: "127.10.64.61" port: 39371 } } peers { permanent_uuid: "72a3f09035ee468d9d2e7b85634c99c8" member_type: VOTER last_known_addr { host: "127.10.64.60" port: 35559 } } }
18:21:28.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.527523 10917 sys_catalog.cc:458] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8 [sys.catalog]: This master's current role is: FOLLOWER
18:21:28.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.532361 10916 catalog_manager.cc:1594] T 00000000000000000000000000000000 P eb6de524e7f248aa8697abe57e2bd39c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:28.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.532447 10916 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.531419 10946 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 72a3f09035ee468d9d2e7b85634c99c8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.533308 10946 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:28.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.534830 10790 connection.cc:573] client connection to 127.10.64.62:36765 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
18:21:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.535720 10496 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 10643
18:21:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.534929 10763 master_runner.cc:187] Error getting master registration for 127.10.64.62:36765: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
18:21:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.536547 10763 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:28.541 [INFO - Metastore-Handler-Pool: Thread-199] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:28.547 [INFO - Metastore-Handler-Pool: Thread-200] (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=	
18:21:28.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.548259 10940 client.h:372] Failed to connect to Hive Metastore (localhost:34373): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:28.550 [ERROR - Metastore-Handler-Pool: Thread-199] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	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: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
18:21:28.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.550567 10496 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 10763
18:21:28.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:28Z chronyd exiting
.18:21:28.621 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:28.621 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:28.622 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:28.647 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive5384975430743658793
18:21:28.648 [INFO - Thread-140] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:28.648 [INFO - Thread-140] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:28.651 [INFO - Thread-140] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:28.651 [INFO - Thread-140] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:28.651 [INFO - Thread-140] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:28.651 [INFO - Thread-140] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:28.654 [INFO - Thread-140] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:28.654 [INFO - Thread-140] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:28.662 [INFO - Thread-140] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:28.662 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:28.663 [INFO - Thread-140] (HikariDataSource.java:80) objectstore - Starting...
18:21:28.717 [INFO - Thread-140] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:28.717 [INFO - Thread-140] (HikariDataSource.java:82) objectstore - Start completed.
18:21:28.718 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:28.719 [INFO - Thread-140] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:28.722 [INFO - Thread-140] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:28.722 [INFO - Thread-140] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:28.735 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:28.736 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:28.736 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:28.755 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.756 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.756 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.756 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.757 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.757 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:28.992 [INFO - Thread-140] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:28.992 [INFO - Thread-140] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@758d4020, with PersistenceManager: null will be shutdown
18:21:28.993 [INFO - Thread-140] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@758d4020, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4524b13d created in the thread with id: 201
18:21:28.994 [WARN - Thread-140] (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
18:21:28.995 [INFO - Thread-140] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@758d4020
18:21:29.082 [INFO - Thread-140] (HMSHandler.java:595) Started creating a default database with name: default
18:21:29.097 [INFO - Thread-140] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:29.121 [INFO - Thread-140] (HMSHandler.java:668) Added admin role in metastore
18:21:29.123 [INFO - Thread-140] (HMSHandler.java:677) Added public role in metastore
18:21:29.149 [INFO - Thread-140] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:29.150 [INFO - Thread-140] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:29.150 [INFO - Thread-140] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:29.150 [INFO - Thread-140] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:29.151 [WARN - Thread-140] (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)
18:21:29.151 [INFO - Thread-140] (HiveMetaStore.java:632) Started the new metaserver on port [46213]...
18:21:29.151 [INFO - Thread-140] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:29.151 [INFO - Thread-140] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:29.151 [INFO - Thread-140] (HiveMetaStore.java:635) TCP keepalive = true
18:21:29.151 [INFO - Thread-140] (HiveMetaStore.java:636) Enable SSL = false
18:21:29.650 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:29.650 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:29.651 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:29.653 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:29.653 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46213]
18:21:29.653 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46213) in binary transport mode
18:21:29.654 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46213) current connections: 1
18:21:29.655 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskNVT7qf/test-tmp
18:21:29.656 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:21:29.656 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskNVT7qf/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:29.659 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:29.744 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:29.744 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:29.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.745054 10993 mini_oidc.cc:150] Starting JWKS server
18:21:29.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.745771 10993 webserver.cc:533] Webserver started at http://127.0.0.1:35395/ using document root <none> and password file <none>
18:21:29.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.745903 10993 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:29.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.746129 10993 webserver.cc:533] Webserver started at http://127.0.0.1:45987/ using document root <none> and password file <none>
18:21:29.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:29Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:29.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:29Z Disabled control of system clock
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.758145 10993 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/wal
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/data
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/logs
18:21:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/data/info.pb
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.188.126:37339
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.188.126
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.188.84:32871
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.188.126:37339,127.10.188.125:35521,127.10.188.124:40505
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35395/jwks.json with env {}
18:21:29.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.841602 11011 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:29.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.841812 11011 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:29.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.841835 11011 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:29.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.843333 11011 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:29.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.843376 11011 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:29.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.843390 11011 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:29.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.843402 11011 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:29.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.843415 11011 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:29.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.843426 11011 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35395/jwks.json
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.845108 11011 master_runner.cc:387] Master server non-default flags:
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/logs
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.188.84:32871
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/data
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/wal
18:21:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.188.126:37339,127.10.188.125:35521,127.10.188.124:40505
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.188.126:37339
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35395/jwks.json
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/data/info.pb
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.188.126
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11011
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.845345 11011 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.845639 11011 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:29.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.848374 11017 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
18:21:29.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.848372 11018 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
18:21:29.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.848726 11011 server_base.cc:1061] running on GCE node
18:21:29.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.848376 11024 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
18:21:29.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.848999 11011 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:29.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.849208 11011 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:29.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.850351 11011 hybrid_clock.cc:648] HybridClock initialized: now 1786472489850301 us; error 70 us; skew 500 ppm
18:21:29.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.851547 11011 webserver.cc:533] Webserver started at http://127.10.188.126:38193/ using document root <none> and password file <none>
18:21:29.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.851786 11011 fs_manager.cc:362] Metadata directory not provided
18:21:29.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.851831 11011 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:29.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.851946 11011 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:29.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.852756 11011 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/data/instance:
18:21:29.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e42242187b2a465fa13a305a3ca4c39c"
18:21:29.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:29 on dist-test-slave-bxbt"
18:21:29.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.853041 11011 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/wal/instance:
18:21:29.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e42242187b2a465fa13a305a3ca4c39c"
18:21:29.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:29 on dist-test-slave-bxbt"
18:21:29.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.854162 11011 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
18:21:29.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.854794 11032 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.854948 11011 fs_manager.cc:730] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.001s
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.854995 11011 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/wal
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e42242187b2a465fa13a305a3ca4c39c"
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:29 on dist-test-slave-bxbt"
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.855032 11011 fs_report.cc:389] FS layout report
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/wal
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/wal
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/data/data
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:29.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:29.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.870709 11011 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:29.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.871026 11011 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
18:21:29.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.871115 11011 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:29.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.875560 11011 rpc_server.cc:307] RPC server started. Bound to: 127.10.188.126:37339
18:21:29.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.875592 11124 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.188.126:37339 every 8 connection(s)
18:21:29.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.875967 11011 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/data/info.pb
18:21:29.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.876577 11128 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:29.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.877907 11128 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.883518 10993 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 11011
18:21:29.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.883652 10993 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-0/wal/instance
18:21:29.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.884542 10993 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:29.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:29.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/wal
18:21:29.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/data
18:21:29.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:29.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/logs
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/data/info.pb
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.188.125:35521
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.188.125
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.188.84:32871
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.188.126:37339,127.10.188.125:35521,127.10.188.124:40505
18:21:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35395/jwks.json with env {}
18:21:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.886541 11128 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.887081 11035 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.188.125:35521: connect: Connection refused (error 111)
18:21:29.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.887609 11128 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.188.125:35521: Network error: Client connection negotiation failed: client connection to 127.10.188.125:35521: connect: Connection refused (error 111)
18:21:29.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.936900 11128 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } attempt: 1
18:21:29.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.937980 11128 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.188.125:35521: Network error: Client connection negotiation failed: client connection to 127.10.188.125:35521: connect: Connection refused (error 111)
18:21:29.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.966740 11134 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:29.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.966910 11134 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:29.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.966931 11134 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:29.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.968408 11134 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:29.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.968456 11134 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:29.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.968469 11134 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:29.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.968482 11134 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:29.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.968494 11134 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:29.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.968505 11134 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35395/jwks.json
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.970046 11134 master_runner.cc:387] Master server non-default flags:
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/logs
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.188.84:32871
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/data
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/wal
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.188.126:37339,127.10.188.125:35521,127.10.188.124:40505
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.188.125:35521
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:29.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35395/jwks.json
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/data/info.pb
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.188.125
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11134
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.970307 11134 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:29.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.970600 11134 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:29.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.973363 11142 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
18:21:29.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.973347 11147 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
18:21:29.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:29.973347 11144 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
18:21:29.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.973572 11134 server_base.cc:1061] running on GCE node
18:21:29.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.973869 11134 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:29.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.974097 11134 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:29.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.975246 11134 hybrid_clock.cc:648] HybridClock initialized: now 1786472489975227 us; error 35 us; skew 500 ppm
18:21:29.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.976469 11134 webserver.cc:533] Webserver started at http://127.10.188.125:37387/ using document root <none> and password file <none>
18:21:29.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.976655 11134 fs_manager.cc:362] Metadata directory not provided
18:21:29.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.976691 11134 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:29.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.976775 11134 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:29.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.977655 11134 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/data/instance:
18:21:29.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4ef0855793494687babb4b15069a5749"
18:21:29.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:29 on dist-test-slave-bxbt"
18:21:29.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.977931 11134 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/wal/instance:
18:21:29.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4ef0855793494687babb4b15069a5749"
18:21:29.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:29 on dist-test-slave-bxbt"
18:21:29.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.979228 11134 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.002s
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.979946 11153 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.980109 11134 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.980162 11134 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/wal
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4ef0855793494687babb4b15069a5749"
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:29 on dist-test-slave-bxbt"
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.980206 11134 fs_report.cc:389] FS layout report
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/wal
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/wal
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/data/data
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:29.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:29.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.988196 11134 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:29.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.988454 11134 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
18:21:29.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.988549 11134 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:29.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.992632 11134 rpc_server.cc:307] RPC server started. Bound to: 127.10.188.125:35521
18:21:29.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.992661 11251 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.188.125:35521 every 8 connection(s)
18:21:29.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.993017 11134 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/data/info.pb
18:21:29.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.993582 11253 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:29.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.994777 11253 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } has no permanent_uuid. Determining permanent_uuid...
18:21:29.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.999478 11253 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } has no permanent_uuid. Determining permanent_uuid...
18:21:30.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.000324 10993 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 11134
18:21:30.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.000409 10993 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-1/wal/instance
18:21:30.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.000811 10993 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:30.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskNVT7qf/build/release/bin/kudu
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/wal
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/data
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/logs
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/data/info.pb
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.188.124:40505
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.188.124
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.188.84:32871
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.188.126:37339,127.10.188.125:35521,127.10.188.124:40505
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:30.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35395/jwks.json with env {}
18:21:30.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.004180 11253 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } has no permanent_uuid. Determining permanent_uuid...
18:21:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.004789 11156 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.188.124:40505: connect: Connection refused (error 111)
18:21:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.005299 11253 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.188.124:40505: Network error: Client connection negotiation failed: client connection to 127.10.188.124:40505: connect: Connection refused (error 111)
18:21:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.006174 11128 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } attempt: 2
18:21:30.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.009438 11128 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } has no permanent_uuid. Determining permanent_uuid...
18:21:30.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.010347 11128 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.188.124:40505: Network error: Client connection negotiation failed: client connection to 127.10.188.124:40505: connect: Connection refused (error 111)
18:21:30.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.053527 11128 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } attempt: 1
18:21:30.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.054481 11128 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.188.124:40505: Network error: Client connection negotiation failed: client connection to 127.10.188.124:40505: connect: Connection refused (error 111)
18:21:30.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.054502 11253 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } attempt: 1
18:21:30.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.055183 11253 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.188.124:40505: Network error: Client connection negotiation failed: client connection to 127.10.188.124:40505: connect: Connection refused (error 111)
18:21:30.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.082451 11265 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:30.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.082669 11265 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:30.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.082702 11265 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:30.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.084597 11265 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:30.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.084679 11265 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:30.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.084703 11265 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:30.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.084722 11265 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:30.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.084738 11265 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:30.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.084753 11265 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35395/jwks.json
18:21:30.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.086609 11265 master_runner.cc:387] Master server non-default flags:
18:21:30.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/logs
18:21:30.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:30.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:30.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.188.84:32871
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/data
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/wal
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.188.126:37339,127.10.188.125:35521,127.10.188.124:40505
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.188.124:40505
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35395/jwks.json
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/data/info.pb
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.188.124
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.11265
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:30.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:30.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:30.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:30.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:30.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:21:30.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:35 UTC on e7f111948823
18:21:30.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17630
18:21:30.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.086894 11265 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:30.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.087198 11265 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:30.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.089918 11278 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
18:21:30.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.089982 11277 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
18:21:30.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.089939 11281 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
18:21:30.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.090009 11265 server_base.cc:1061] running on GCE node
18:21:30.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.090691 11265 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:30.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.091064 11265 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:30.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.092209 11265 hybrid_clock.cc:648] HybridClock initialized: now 1786472490092182 us; error 46 us; skew 500 ppm
18:21:30.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.093321 11265 webserver.cc:533] Webserver started at http://127.10.188.124:33025/ using document root <none> and password file <none>
18:21:30.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.093492 11265 fs_manager.cc:362] Metadata directory not provided
18:21:30.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.093531 11265 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:30.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.093609 11265 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:30.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.094403 11265 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/data/instance:
18:21:30.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b0c45f40db74b9b9dc68722f3ab3d34"
18:21:30.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:30 on dist-test-slave-bxbt"
18:21:30.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.094666 11265 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/wal/instance:
18:21:30.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b0c45f40db74b9b9dc68722f3ab3d34"
18:21:30.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:30 on dist-test-slave-bxbt"
18:21:30.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.095822 11265 fs_manager.cc:696] Time spent creating directory manager: real 0.001s	user 0.002s	sys 0.000s
18:21:30.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.096518 11293 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:30.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.096720 11265 fs_manager.cc:730] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:21:30.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.096796 11265 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/data,/tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/wal
18:21:30.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b0c45f40db74b9b9dc68722f3ab3d34"
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:30 on dist-test-slave-bxbt"
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.096854 11265 fs_report.cc:389] FS layout report
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/wal
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/wal
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/data/data
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:30.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:30.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.101655 11128 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } attempt: 2
18:21:30.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.102447 11128 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.188.124:40505: Network error: Client connection negotiation failed: client connection to 127.10.188.124:40505: connect: Connection refused (error 111)
18:21:30.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.110636 11265 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.111177 11265 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
18:21:30.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.111353 11265 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:30.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.115463 11265 rpc_server.cc:307] RPC server started. Bound to: 127.10.188.124:40505
18:21:30.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.115530 11380 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.188.124:40505 every 8 connection(s)
18:21:30.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.115967 11265 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/data/info.pb
18:21:30.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.116616 11381 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:21:30.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.116916 10993 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskNVT7qf/build/release/bin/kudu as pid 11265
18:21:30.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.116987 10993 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskNVT7qf/test-tmp/mini-kudu-cluster5114894195198225170/master-2/wal/instance
18:21:30.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.118368 11381 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } has no permanent_uuid. Determining permanent_uuid...
18:21:30.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.123329 11381 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } has no permanent_uuid. Determining permanent_uuid...
18:21:30.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.123349 11253 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } attempt: 2
18:21:30.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.126847 11381 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } has no permanent_uuid. Determining permanent_uuid...
18:21:30.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.128297 11253 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749: Bootstrap starting.
18:21:30.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.129129 11253 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749: Neither blocks nor log segments found. Creating new log.
18:21:30.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.129483 11253 log.cc:826] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749: Log is configured to *not* fsync() on all Append() calls
18:21:30.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.130254 11253 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749: No bootstrap required, opened a new log
18:21:30.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.131151 11381 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34: Bootstrap starting.
18:21:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.131928 11381 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34: Neither blocks nor log segments found. Creating new log.
18:21:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.132284 11381 log.cc:826] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34: Log is configured to *not* fsync() on all Append() calls
18:21:30.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.132727 11253 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } }
18:21:30.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.132879 11253 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:30.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.132918 11253 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4ef0855793494687babb4b15069a5749, State: Initialized, Role: FOLLOWER
18:21:30.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.133073 11381 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34: No bootstrap required, opened a new log
18:21:30.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.133045 11253 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [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: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } }
18:21:30.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.133349 11253 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [sys.catalog]: configured and running, proceeding with master startup.
18:21:30.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.133425 10993 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:30.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.133471 11396 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [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: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.133821 11396 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [sys.catalog]: This master's current role is: FOLLOWER
18:21:30.134 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:30.134 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:30.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.135640 11410 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:30.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.135864 11410 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.135883 11134 master_runner.cc:187] Error getting master registration for 127.10.188.126:37339: OK, instance_id { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" instance_seqno: 1786472489874354 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:30.135 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.188.126"
      port: 37339
    }
    bound_http_address {
      host: "127.10.188.126"
      port: 38193
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.188.125"
      port: 35521
    }
    bound_http_address {
      host: "127.10.188.125"
      port: 37387
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.188.124"
      port: 40505
    }
    bound_http_address {
      host: "127.10.188.124"
      port: 33025
    }
  }
}

18:21:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.137548 11134 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.135450 11381 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } }
18:21:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.137703 11381 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:30.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.137744 11381 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b0c45f40db74b9b9dc68722f3ab3d34, State: Initialized, Role: FOLLOWER
18:21:30.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.137866 11381 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [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: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } }
18:21:30.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.138181 11381 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [sys.catalog]: configured and running, proceeding with master startup.
18:21:30.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.138145 11418 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [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: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.138608 11418 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [sys.catalog]: This master's current role is: FOLLOWER
18:21:30.137 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:21:30.139 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:30.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.140405 11442 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:30.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.140591 11442 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:30.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.140527 11265 master_runner.cc:187] Error getting master registration for 127.10.188.126:37339: OK, instance_id { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" instance_seqno: 1786472489874354 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:30.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.141728 11265 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:30.142 [INFO - Metastore-Handler-Pool: Thread-222] (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=dd763eb1-e021-4cd6-8efe-ac0ab7940e80, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.188.125:35521,127.10.188.124:40505,127.10.188.126:37339}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:30.144 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:30.145 [INFO - Metastore-Handler-Pool: Thread-222] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:30.145 [INFO - Metastore-Handler-Pool: Thread-222] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@60fadc9e, with PersistenceManager: null will be shutdown
18:21:30.146 [INFO - Metastore-Handler-Pool: Thread-222] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@60fadc9e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4ebd2c31 created in the thread with id: 222
18:21:30.151 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@60fadc9e
18:21:30.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.209605 11128 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } attempt: 3
18:21:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.215032 11128 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c: Bootstrap starting.
18:21:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.215898 11128 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c: Neither blocks nor log segments found. Creating new log.
18:21:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.216216 11128 log.cc:826] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c: Log is configured to *not* fsync() on all Append() calls
18:21:30.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.224409 11128 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c: No bootstrap required, opened a new log
18:21:30.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.226742 11128 raft_consensus.cc:359] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } }
18:21:30.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.226874 11128 raft_consensus.cc:385] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:30.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.226907 11128 raft_consensus.cc:740] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e42242187b2a465fa13a305a3ca4c39c, State: Initialized, Role: FOLLOWER
18:21:30.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.227015 11128 consensus_queue.cc:260] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [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: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } }
18:21:30.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.227355 11128 sys_catalog.cc:565] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [sys.catalog]: configured and running, proceeding with master startup.
18:21:30.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.232849 11011 master_runner.cc:264] No leader master found from master e42242187b2a465fa13a305a3ca4c39c
18:21:30.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.232906 11011 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:30.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.236083 11463 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:30.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.236562 11463 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:30.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.236441 11446 sys_catalog.cc:455] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [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: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.236874 11446 sys_catalog.cc:458] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [sys.catalog]: This master's current role is: FOLLOWER
18:21:30.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.239070 11163 tablet.cc:2406] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:30.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.362106 11301 tablet.cc:2406] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:30.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:30.371870 11040 tablet.cc:2406] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:30.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.401443 11396 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:30.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.401592 11396 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } }
18:21:30.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.401845 11396 leader_election.cc:290] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e42242187b2a465fa13a305a3ca4c39c (127.10.188.126:37339), 2b0c45f40db74b9b9dc68722f3ab3d34 (127.10.188.124:40505)
18:21:30.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.402743 11080 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4ef0855793494687babb4b15069a5749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e42242187b2a465fa13a305a3ca4c39c" is_pre_election: true
18:21:30.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.402925 11080 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4ef0855793494687babb4b15069a5749 in term 0.
18:21:30.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.403126 11339 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4ef0855793494687babb4b15069a5749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" is_pre_election: true
18:21:30.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.403254 11339 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4ef0855793494687babb4b15069a5749 in term 0.
18:21:30.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.403558 11156 leader_election.cc:304] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [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: 4ef0855793494687babb4b15069a5749, e42242187b2a465fa13a305a3ca4c39c; no voters: 
18:21:30.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.404211 11396 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:30.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.404280 11396 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:30.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.404305 11396 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 0 FOLLOWER]: Advancing to term 1
18:21:30.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.413542 11396 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } }
18:21:30.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.413755 11396 leader_election.cc:290] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [CANDIDATE]: Term 1 election: Requested vote from peers e42242187b2a465fa13a305a3ca4c39c (127.10.188.126:37339), 2b0c45f40db74b9b9dc68722f3ab3d34 (127.10.188.124:40505)
18:21:30.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.414505 11080 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4ef0855793494687babb4b15069a5749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e42242187b2a465fa13a305a3ca4c39c"
18:21:30.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.414608 11080 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [term 0 FOLLOWER]: Advancing to term 1
18:21:30.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.415437 11339 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4ef0855793494687babb4b15069a5749" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34"
18:21:30.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.415524 11339 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [term 0 FOLLOWER]: Advancing to term 1
18:21:30.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.433588 11080 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4ef0855793494687babb4b15069a5749 in term 1.
18:21:30.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.433830 11339 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4ef0855793494687babb4b15069a5749 in term 1.
18:21:30.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.434530 11156 leader_election.cc:304] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [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: 2b0c45f40db74b9b9dc68722f3ab3d34, 4ef0855793494687babb4b15069a5749; no voters: 
18:21:30.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.434711 11396 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 1 FOLLOWER]: Leader election won for term 1
18:21:30.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.434868 11396 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [term 1 LEADER]: Becoming Leader. State: Replica: 4ef0855793494687babb4b15069a5749, State: Running, Role: LEADER
18:21:30.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.435127 11396 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [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: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } }
18:21:30.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.435561 11396 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4ef0855793494687babb4b15069a5749. Latest consensus state: current_term: 1 leader_uuid: "4ef0855793494687babb4b15069a5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.435635 11396 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [sys.catalog]: This master's current role is: LEADER
18:21:30.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.444224 11471 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:30.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.444720 11471 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:30.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.449260 11080 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [term 1 FOLLOWER]: Refusing update from remote peer 4ef0855793494687babb4b15069a5749: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:30.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.449550 11339 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [term 1 FOLLOWER]: Refusing update from remote peer 4ef0855793494687babb4b15069a5749: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:30.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.449931 11467 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:30.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.450358 11467 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:30.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.451160 11418 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4ef0855793494687babb4b15069a5749. Latest consensus state: current_term: 1 leader_uuid: "4ef0855793494687babb4b15069a5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.451247 11418 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [sys.catalog]: This master's current role is: FOLLOWER
18:21:30.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.452521 11446 sys_catalog.cc:455] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4ef0855793494687babb4b15069a5749. Latest consensus state: current_term: 1 leader_uuid: "4ef0855793494687babb4b15069a5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.452632 11446 sys_catalog.cc:458] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [sys.catalog]: This master's current role is: FOLLOWER
18:21:30.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.454128 11467 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4ef0855793494687babb4b15069a5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.454210 11467 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [sys.catalog]: This master's current role is: LEADER
18:21:30.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.454846 11418 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4ef0855793494687babb4b15069a5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.454931 11418 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34 [sys.catalog]: This master's current role is: FOLLOWER
18:21:30.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.455384 11473 mvcc.cc:204] Tried to move back new op lower bound from 7317391320877244416 to 7317391320822984704. Current Snapshot: MvccSnapshot[applied={T|T < 7317391320877244416}]
18:21:30.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.455991 11477 mvcc.cc:204] Tried to move back new op lower bound from 7317391320877244416 to 7317391320822984704. Current Snapshot: MvccSnapshot[applied={T|T < 7317391320877244416}]
18:21:30.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.456593 11471 catalog_manager.cc:1383] Generated new cluster ID: 7fc8e45d2fdb4c30ad58432d6d7a5b79
18:21:30.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.456641 11471 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:21:30.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.464258 11396 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4ef0855793494687babb4b15069a5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.464389 11396 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749 [sys.catalog]: This master's current role is: LEADER
18:21:30.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.464932 11446 sys_catalog.cc:455] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4ef0855793494687babb4b15069a5749" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e42242187b2a465fa13a305a3ca4c39c" member_type: VOTER last_known_addr { host: "127.10.188.126" port: 37339 } } peers { permanent_uuid: "4ef0855793494687babb4b15069a5749" member_type: VOTER last_known_addr { host: "127.10.188.125" port: 35521 } } peers { permanent_uuid: "2b0c45f40db74b9b9dc68722f3ab3d34" member_type: VOTER last_known_addr { host: "127.10.188.124" port: 40505 } } }
18:21:30.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.465018 11446 sys_catalog.cc:458] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c [sys.catalog]: This master's current role is: FOLLOWER
18:21:30.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.465407 11480 mvcc.cc:204] Tried to move back new op lower bound from 7317391320877244416 to 7317391320822984704. Current Snapshot: MvccSnapshot[applied={T|T < 7317391320877244416}]
18:21:30.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.512421 11471 catalog_manager.cc:1406] Generated new certificate authority record
18:21:30.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.513432 11471 catalog_manager.cc:1540] Loading token signing keys...
18:21:30.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.521011 11471 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 4ef0855793494687babb4b15069a5749: Generated new TSK 0
18:21:30.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.521487 11471 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:21:30.571 [WARN - Metastore-Handler-Pool: Thread-222] (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.
18:21:30.577 [WARN - Metastore-Handler-Pool: Thread-222] (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.
18:21:30.577 [WARN - Metastore-Handler-Pool: Thread-222] (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.
18:21:30.651 [INFO - Metastore-Handler-Pool: Thread-222] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:30.655 [INFO - Metastore-Handler-Pool: Thread-222] (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/hive5384975430743658793/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=dd763eb1-e021-4cd6-8efe-ac0ab7940e80, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.188.125:35521,127.10.188.124:40505,127.10.188.126:37339}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:30.656 [INFO - Metastore-Handler-Pool: Thread-222] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5384975430743658793/external-warehouse/table
18:21:30.709 [DEBUG - Metastore-Handler-Pool: Thread-222] (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.
18:21:30.711 [DEBUG - Metastore-Handler-Pool: Thread-222] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:30.712 [DEBUG - Metastore-Handler-Pool: Thread-222] (Connection.java:748) [peer master-127.10.188.125:35521(127.10.188.125:35521)] connecting to peer
18:21:30.713 [DEBUG - Metastore-Handler-Pool: Thread-222] (Connection.java:748) [peer master-127.10.188.124:40505(127.10.188.124:40505)] connecting to peer
18:21:30.714 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.188.125:35521(127.10.188.125:35521)] Successfully connected to peer
18:21:30.718 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.188.125
18:21:30.724 [DEBUG - Metastore-Handler-Pool: Thread-222] (Connection.java:748) [peer master-127.10.188.126:37339(127.10.188.126:37339)] connecting to peer
18:21:30.733 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.10.188.126:37339(127.10.188.126:37339)] Successfully connected to peer
18:21:30.735 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.188.124:40505(127.10.188.124:40505)] Successfully connected to peer
18:21:30.736 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:30.738 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.188.124
18:21:30.740 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.188.126
18:21:30.751 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:30.756 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x6584cd73, L:/127.0.0.1:52574 - R:/127.10.188.124:40505] using SASL/PLAIN
18:21:30.757 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:21:30.758 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x0b661270, L:/127.0.0.1:33322 - R:/127.10.188.125:35521] using SASL/PLAIN
18:21:30.761 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:30.762 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x8dc02e62, L:/127.0.0.1:41234 - R:/127.10.188.126:37339] using SASL/PLAIN
18:21:30.790 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:30.817 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:30.819 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:30.827 [INFO - Metastore-Handler-Pool: Thread-222] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:30.857 [INFO - Metastore-Handler-Pool: Thread-222] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:30.857 [INFO - Metastore-Handler-Pool: Thread-222] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:30.926 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:30.944 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:30.945 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:31.041 [WARN - Metastore-Handler-Pool: Thread-222] (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.
18:21:31.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.141255 11442 catalog_manager.cc:1295] Loaded cluster ID: 7fc8e45d2fdb4c30ad58432d6d7a5b79
18:21:31.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.141359 11442 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34: loading cluster ID for follower catalog manager: success
18:21:31.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.142724 11442 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34: acquiring CA information for follower catalog manager: success
18:21:31.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.143054 11442 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2b0c45f40db74b9b9dc68722f3ab3d34: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:31.163 [WARN - Metastore-Handler-Pool: Thread-222] (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.
18:21:31.197 [WARN - Metastore-Handler-Pool: Thread-222] (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.
18:21:31.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.237155 11463 catalog_manager.cc:1295] Loaded cluster ID: 7fc8e45d2fdb4c30ad58432d6d7a5b79
18:21:31.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.237250 11463 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c: loading cluster ID for follower catalog manager: success
18:21:31.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.238534 11463 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c: acquiring CA information for follower catalog manager: success
18:21:31.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.238868 11463 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e42242187b2a465fa13a305a3ca4c39c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:31.304 [INFO - Metastore-Handler-Pool: Thread-222] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:31.304 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:31.305 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:31.305 [INFO - Metastore-Handler-Pool: Thread-222] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@60fadc9e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4ebd2c31 will be shutdown
18:21:31.305 [INFO - Metastore-Handler-Pool: Thread-222] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:31.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.305177 10993 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 11011
18:21:31.317 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.10.188.126:37339(127.10.188.126:37339)] handling channelInactive
18:21:31.318 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.10.188.126:37339(127.10.188.126:37339)] cleaning up while in state READY due to: connection closed
18:21:31.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.317749 10993 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 11134
18:21:31.336 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.188.125:35521(127.10.188.125:35521)] handling channelInactive
18:21:31.336 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.188.125:35521(127.10.188.125:35521)] cleaning up while in state READY due to: connection closed
18:21:31.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:31.335893 10993 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskNVT7qf/build/release/bin/kudu with pid 11265
18:21:31.352 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.188.124:40505(127.10.188.124:40505)] handling channelInactive
18:21:31.352 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.188.124:40505(127.10.188.124:40505)] cleaning up while in state READY due to: connection closed
18:21:31.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:31Z chronyd exiting

Time: 24.849

OK (6 tests)

