JUnit version 4.13.2
.10:40:18.141 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:18.149 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:18.150 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:18.276 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive14820976469364329100
10:40:18.426 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:40:18.446 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:40:18.705 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:18.746 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:18.747 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
10:40:18.776 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
10:40:18.792 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:40:18.816 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
10:40:19.578 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:19.582 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
10:40:19.603 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:40:19.605 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:40:19.618 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:19.619 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:40:19.820 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:40:19.820 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:40:19.822 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:40:20.306 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:40:20.307 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d45d165, with PersistenceManager: null will be shutdown
10:40:20.351 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d45d165, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@59b725f7 created in the thread with id: 13
10:40:20.407 [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
10:40:20.610 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:20.612 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:20.613 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:20.614 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:20.615 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:20.616 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:21.239 [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
10:40:21.239 [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.210
10:40:21.240 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d45d165
10:40:21.533 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
10:40:21.575 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
10:40:21.622 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
10:40:21.625 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
10:40:21.692 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:40:21.697 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:40:21.956 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:40:21.963 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
10:40:21.973 [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)
10:40:21.974 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [37447]...
10:40:21.974 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:40:21.974 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:40:21.975 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
10:40:21.975 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
10:40:22.302 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:22.303 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:22.303 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:22.316 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:40:22.317 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37447]
10:40:22.317 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37447) in binary transport mode
10:40:22.330 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37447) current connections: 1
10:40:22.410 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
10:40:22.557 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskbMtQoM/test-tmp
10:40:22.561 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
10:40:22.565 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskbMtQoM/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
10:40:22.637 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37447"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:40:22.846 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:22.855 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:40:22.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:22.856631 24870 mini_oidc.cc:150] Starting JWKS server
10:40:22.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:22.858611 24870 webserver.cc:533] Webserver started at http://127.0.0.1:39523/ using document root <none> and password file <none>
10:40:22.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:22.858835 24870 mini_oidc.cc:186] Starting OIDC Discovery server
10:40:22.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:22.859134 24870 webserver.cc:533] Webserver started at http://127.0.0.1:46303/ using document root <none> and password file <none>
10:40:22.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:22Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:40:22.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:22Z Disabled control of system clock
10:40:22.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:22.875805 24870 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:22.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:22.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/wal
10:40:22.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/data
10:40:22.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:22.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:22.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:22.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:22.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:22.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:22.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/logs
10:40:22.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/data/info.pb
10:40:22.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:22.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:22.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:22.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:22.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:22.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:22.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:22.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.73.190:34403
10:40:22.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.73.190
10:40:22.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:22.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.73.148:37521
10:40:22.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:22.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:22.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743
10:40:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39523/jwks.json
10:40:22.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37447 with env {}
10:40:23.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.000985 24891 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:23.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.001212 24891 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:23.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.001259 24891 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:23.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.004931 24891 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:23.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.005025 24891 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:23.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.005085 24891 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:23.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.005117 24891 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:23.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.005152 24891 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:23.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.005180 24891 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39523/jwks.json
10:40:23.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.011261 24891 master_runner.cc:387] Master server non-default flags:
10:40:23.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:23.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.73.148:37521
10:40:23.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:23.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:23.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/data
10:40:23.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/wal
10:40:23.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37447
10:40:23.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:23.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743
10:40:23.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:23.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:23.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:23.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.73.190:34403
10:40:23.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:23.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:23.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:23.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39523/jwks.json
10:40:23.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:23.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:23.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/data/info.pb
10:40:23.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.73.190
10:40:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.24891
10:40:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/logs
10:40:23.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:23.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:23.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:23.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:23.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:23.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:23.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:23.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:23.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:23.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.012674 24891 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:23.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.013906 24891 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:23.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.020117 24903 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
10:40:23.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.020076 24908 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
10:40:23.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.020242 24902 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
10:40:23.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.021090 24891 server_base.cc:1061] running on GCE node
10:40:23.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.021714 24891 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:23.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.022817 24891 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:23.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.023983 24891 hybrid_clock.cc:648] HybridClock initialized: now 1786444823023964 us; error 41 us; skew 500 ppm
10:40:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.025825 24891 webserver.cc:533] Webserver started at http://127.24.73.190:44883/ using document root <none> and password file <none>
10:40:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.026361 24891 fs_manager.cc:362] Metadata directory not provided
10:40:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.026490 24891 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:23.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.026680 24891 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.028589 24891 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/data/instance:
10:40:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d"
10:40:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:23 on dist-test-slave-68xk"
10:40:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.029062 24891 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/wal/instance:
10:40:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d"
10:40:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:23 on dist-test-slave-68xk"
10:40:23.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.032697 24891 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
10:40:23.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.035054 24917 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:23.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.036123 24891 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
10:40:23.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.036270 24891 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/wal
10:40:23.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d"
10:40:23.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:23 on dist-test-slave-68xk"
10:40:23.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.036375 24891 fs_report.cc:389] FS layout report
10:40:23.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:23.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/wal
10:40:23.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/wal
10:40:23.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/data/data
10:40:23.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:23.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:23.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:23.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:23.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:23.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:23.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:23.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:23.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:23.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:23.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:23.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.056560 24891 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:23.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.057412 24891 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
10:40:23.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.057637 24891 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:23.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.066275 25007 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.73.190:34403 every 8 connection(s)
10:40:23.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.066298 24891 rpc_server.cc:307] RPC server started. Bound to: 127.24.73.190:34403
10:40:23.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.067550 24891 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/data/info.pb
10:40:23.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.070480 25008 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:23.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.072973 24870 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 24891
10:40:23.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.073168 24870 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-0/wal/instance
10:40:23.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.073859 25008 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } has no permanent_uuid. Determining permanent_uuid...
10:40:23.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.074865 24870 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:23.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:23.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/wal
10:40:23.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/data
10:40:23.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:23.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:23.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:23.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:23.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:23.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:23.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/logs
10:40:23.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/data/info.pb
10:40:23.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:23.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:23.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:23.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:23.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:23.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:23.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:23.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:23.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:23.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:23.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:23.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:23.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.73.189:33669
10:40:23.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.73.189
10:40:23.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:23.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.73.148:37521
10:40:23.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:23.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:23.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:23.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:23.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743
10:40:23.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:23.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39523/jwks.json
10:40:23.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37447 with env {}
10:40:23.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.092293 25008 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } has no permanent_uuid. Determining permanent_uuid...
10:40:23.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.093187 24923 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.73.189:33669: connect: Connection refused (error 111)
10:40:23.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.094118 25008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.73.189:33669: Network error: Client connection negotiation failed: client connection to 127.24.73.189:33669: connect: Connection refused (error 111)
10:40:23.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.143383 25008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } attempt: 1
10:40:23.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.145045 25008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.73.189:33669: Network error: Client connection negotiation failed: client connection to 127.24.73.189:33669: connect: Connection refused (error 111)
10:40:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.185688 25011 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.185877 25011 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.185921 25011 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:23.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.189518 25011 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:23.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.189577 25011 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:23.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.189597 25011 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:23.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.189615 25011 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:23.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.189632 25011 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:23.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.189646 25011 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39523/jwks.json
10:40:23.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.193732 25011 master_runner.cc:387] Master server non-default flags:
10:40:23.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:23.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.73.148:37521
10:40:23.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:23.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/data
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/wal
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37447
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.73.189:33669
10:40:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39523/jwks.json
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/data/info.pb
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.73.189
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25011
10:40:23.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/logs
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:23.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:23.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.195058 25011 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:23.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.196318 25011 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:23.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.202381 25026 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
10:40:23.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.202471 25030 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
10:40:23.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.202663 25011 server_base.cc:1061] running on GCE node
10:40:23.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.202378 25025 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
10:40:23.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.203948 25011 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:23.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.205092 25011 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:23.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.206305 25011 hybrid_clock.cc:648] HybridClock initialized: now 1786444823206287 us; error 35 us; skew 500 ppm
10:40:23.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.208338 25011 webserver.cc:533] Webserver started at http://127.24.73.189:34001/ using document root <none> and password file <none>
10:40:23.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.208987 25011 fs_manager.cc:362] Metadata directory not provided
10:40:23.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.209126 25011 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:23.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.209373 25011 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:23.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.211582 25011 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/data/instance:
10:40:23.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2bc8af21f2024084802a2c73144b58a6"
10:40:23.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:23 on dist-test-slave-68xk"
10:40:23.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.212224 25011 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/wal/instance:
10:40:23.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2bc8af21f2024084802a2c73144b58a6"
10:40:23.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:23 on dist-test-slave-68xk"
10:40:23.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.213223 25008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } attempt: 2
10:40:23.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.214581 25008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.73.189:33669: Network error: Client connection negotiation failed: client connection to 127.24.73.189:33669: connect: Connection refused (error 111)
10:40:23.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.216187 25011 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
10:40:23.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.218392 25039 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.219471 25011 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
10:40:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.219570 25011 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/wal
10:40:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2bc8af21f2024084802a2c73144b58a6"
10:40:23.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:23 on dist-test-slave-68xk"
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.219635 25011 fs_report.cc:389] FS layout report
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/wal
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/wal
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/data/data
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:23.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.235756 25011 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:23.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.236346 25011 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
10:40:23.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.236487 25011 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:23.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.243916 25011 rpc_server.cc:307] RPC server started. Bound to: 127.24.73.189:33669
10:40:23.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.243920 25121 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.73.189:33669 every 8 connection(s)
10:40:23.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.244827 25011 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/data/info.pb
10:40:23.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.247645 25123 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:23.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.250578 25123 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } has no permanent_uuid. Determining permanent_uuid...
10:40:23.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.252094 24870 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 25011
10:40:23.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.252200 24870 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-1/wal/instance
10:40:23.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.252825 24870 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:23.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:23.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/wal
10:40:23.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/data
10:40:23.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:23.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:23.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:23.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:23.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/logs
10:40:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/data/info.pb
10:40:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:23.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:23.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:23.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:23.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:23.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:23.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.73.188:46743
10:40:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.73.188
10:40:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.73.148:37521
10:40:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:23.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743
10:40:23.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:23.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39523/jwks.json
10:40:23.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37447 with env {}
10:40:23.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.263839 25123 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } has no permanent_uuid. Determining permanent_uuid...
10:40:23.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.270355 25123 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } has no permanent_uuid. Determining permanent_uuid...
10:40:23.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.271262 25046 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.73.188:46743: connect: Connection refused (error 111)
10:40:23.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.272266 25123 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.73.188:46743: Network error: Client connection negotiation failed: client connection to 127.24.73.188:46743: connect: Connection refused (error 111)
10:40:23.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.305768 25008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } attempt: 3
10:40:23.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.310667 25008 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } has no permanent_uuid. Determining permanent_uuid...
10:40:23.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.312161 25008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.73.188:46743: Network error: Client connection negotiation failed: client connection to 127.24.73.188:46743: connect: Connection refused (error 111)
10:40:23.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.321497 25123 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } attempt: 1
10:40:23.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.323280 25123 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.73.188:46743: Network error: Client connection negotiation failed: client connection to 127.24.73.188:46743: connect: Connection refused (error 111)
10:40:23.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.343364 25008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } attempt: 1
10:40:23.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.345197 25008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.73.188:46743: Network error: Client connection negotiation failed: client connection to 127.24.73.188:46743: connect: Connection refused (error 111)
10:40:23.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.369336 25126 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:23.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.369561 25126 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:23.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.369608 25126 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:23.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.372975 25126 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:23.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.373040 25126 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:23.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.373061 25126 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:23.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.373080 25126 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:23.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.373098 25126 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:23.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.373113 25126 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39523/jwks.json
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.377053 25126 master_runner.cc:387] Master server non-default flags:
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.73.148:37521
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/data
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/wal
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37447
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.73.188:46743
10:40:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39523/jwks.json
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/data/info.pb
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.73.188
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25126
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/logs
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.378093 25126 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.379297 25126 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.384800 25140 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
10:40:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.384792 25145 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
10:40:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.384792 25142 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
10:40:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.384938 25126 server_base.cc:1061] running on GCE node
10:40:23.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.385953 25126 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:23.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.386945 25126 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:23.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.388128 25126 hybrid_clock.cc:648] HybridClock initialized: now 1786444823388096 us; error 50 us; skew 500 ppm
10:40:23.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.390363 25126 webserver.cc:533] Webserver started at http://127.24.73.188:40875/ using document root <none> and password file <none>
10:40:23.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.391081 25126 fs_manager.cc:362] Metadata directory not provided
10:40:23.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.391175 25126 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:23.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.391393 25126 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:23.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.391446 25123 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } attempt: 2
10:40:23.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.392856 25123 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.73.188:46743: Network error: Client connection negotiation failed: client connection to 127.24.73.188:46743: connect: Connection refused (error 111)
10:40:23.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.393370 25126 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/data/instance:
10:40:23.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c034eb7017e84b38818eea3046a8775f"
10:40:23.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:23 on dist-test-slave-68xk"
10:40:23.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.393935 25126 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/wal/instance:
10:40:23.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c034eb7017e84b38818eea3046a8775f"
10:40:23.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:23 on dist-test-slave-68xk"
10:40:23.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.397732 25126 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.003s
10:40:23.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.399894 25155 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.401081 25126 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.401182 25126 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/wal
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c034eb7017e84b38818eea3046a8775f"
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:23 on dist-test-slave-68xk"
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.401253 25126 fs_report.cc:389] FS layout report
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/wal
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/wal
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/data/data
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:23.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.418701 25126 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:23.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.419399 25126 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
10:40:23.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.419550 25126 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:23.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.420420 25008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } attempt: 2
10:40:23.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.422171 25008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.73.188:46743: Network error: Client connection negotiation failed: client connection to 127.24.73.188:46743: connect: Connection refused (error 111)
10:40:23.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.427641 25237 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.73.188:46743 every 8 connection(s)
10:40:23.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.427639 25126 rpc_server.cc:307] RPC server started. Bound to: 127.24.73.188:46743
10:40:23.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.428658 25126 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/data/info.pb
10:40:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.430296 24870 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 25126
10:40:23.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.430434 24870 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4461399299563511808/master-2/wal/instance
10:40:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.431566 25239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:23.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.435693 25239 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } has no permanent_uuid. Determining permanent_uuid...
10:40:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.442126 25239 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } has no permanent_uuid. Determining permanent_uuid...
10:40:23.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.446661 25239 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } has no permanent_uuid. Determining permanent_uuid...
10:40:23.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.452921 25239 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f: Bootstrap starting.
10:40:23.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.454314 24870 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:40:23.455 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:23.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.455502 25239 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f: Neither blocks nor log segments found. Creating new log.
10:40:23.456 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:40:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.456266 25239 log.cc:826] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f: Log is configured to *not* fsync() on all Append() calls
10:40:23.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.457906 25239 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f: No bootstrap required, opened a new log
10:40:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.460408 25239 raft_consensus.cc:359] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } }
10:40:23.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.460597 25239 raft_consensus.cc:385] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.460654 25239 raft_consensus.cc:740] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c034eb7017e84b38818eea3046a8775f, State: Initialized, Role: FOLLOWER
10:40:23.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.461129 25239 consensus_queue.cc:260] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [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: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } }
10:40:23.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.462658 25239 sys_catalog.cc:565] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [sys.catalog]: configured and running, proceeding with master startup.
10:40:23.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.462862 25246 sys_catalog.cc:455] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [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: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.463287 25246 sys_catalog.cc:458] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [sys.catalog]: This master's current role is: FOLLOWER
10:40:23.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.470039 25270 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:23.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.468070 25126 master_runner.cc:187] Error getting master registration for 127.24.73.190:34403: OK, instance_id { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" instance_seqno: 1786444823063861 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:23.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.471052 25270 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:23.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.471225 25126 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:23.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.472280 25246 raft_consensus.cc:493] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:40:23.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.472422 25246 raft_consensus.cc:515] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } }
10:40:23.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.473376 25246 leader_election.cc:290] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 21cf33ada5ef4cb6ac2424c1b9c3ac7d (127.24.73.190:34403), 2bc8af21f2024084802a2c73144b58a6 (127.24.73.189:33669)
10:40:23.479 [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=	
10:40:23.474 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.73.190"
      port: 34403
    }
    bound_http_address {
      host: "127.24.73.190"
      port: 44883
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.73.189"
      port: 33669
    }
    bound_http_address {
      host: "127.24.73.189"
      port: 34001
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.73.188"
      port: 46743
    }
    bound_http_address {
      host: "127.24.73.188"
      port: 40875
    }
  }
}

10:40:23.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.481185 25267 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.484004 25123 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } attempt: 3
10:40:23.492 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:40:23.493 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.492280 25123 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6: Bootstrap starting.
10:40:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.495273 25123 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6: Neither blocks nor log segments found. Creating new log.
10:40:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.496145 25123 log.cc:826] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6: Log is configured to *not* fsync() on all Append() calls
10:40:23.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.498526 25123 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6: No bootstrap required, opened a new log
10:40:23.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.502682 25123 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } }
10:40:23.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.502893 25123 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:23.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.502944 25123 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2bc8af21f2024084802a2c73144b58a6, State: Initialized, Role: FOLLOWER
10:40:23.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.503950 25123 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [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: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } }
10:40:23.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.505556 25123 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [sys.catalog]: configured and running, proceeding with master startup.
10:40:23.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.505650 25078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c034eb7017e84b38818eea3046a8775f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2bc8af21f2024084802a2c73144b58a6" is_pre_election: true
10:40:23.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.506032 25078 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c034eb7017e84b38818eea3046a8775f in term 0.
10:40:23.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.506628 25158 leader_election.cc:304] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [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: 2bc8af21f2024084802a2c73144b58a6, c034eb7017e84b38818eea3046a8775f; no voters: 
10:40:23.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.506925 25246 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 0 FOLLOWER]: Leader pre-election won for term 1
10:40:23.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.506985 25246 raft_consensus.cc:493] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:40:23.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.507023 25246 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 0 FOLLOWER]: Advancing to term 1
10:40:23.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.508173 25246 raft_consensus.cc:515] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } }
10:40:23.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.508585 25246 leader_election.cc:290] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [CANDIDATE]: Term 1 election: Requested vote from peers 21cf33ada5ef4cb6ac2424c1b9c3ac7d (127.24.73.190:34403), 2bc8af21f2024084802a2c73144b58a6 (127.24.73.189:33669)
10:40:23.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.509514 25078 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c034eb7017e84b38818eea3046a8775f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2bc8af21f2024084802a2c73144b58a6"
10:40:23.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.509618 25078 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [term 0 FOLLOWER]: Advancing to term 1
10:40:23.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.511502 25078 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c034eb7017e84b38818eea3046a8775f in term 1.
10:40:23.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.511843 25158 leader_election.cc:304] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [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: 2bc8af21f2024084802a2c73144b58a6, c034eb7017e84b38818eea3046a8775f; no voters: 
10:40:23.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.512297 25246 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 1 FOLLOWER]: Leader election won for term 1
10:40:23.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.512526 25246 raft_consensus.cc:697] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [term 1 LEADER]: Becoming Leader. State: Replica: c034eb7017e84b38818eea3046a8775f, State: Running, Role: LEADER
10:40:23.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.512840 25246 consensus_queue.cc:237] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [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: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } }
10:40:23.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.514917 25246 sys_catalog.cc:455] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [sys.catalog]: SysCatalogTable state changed. Reason: New leader c034eb7017e84b38818eea3046a8775f. Latest consensus state: current_term: 1 leader_uuid: "c034eb7017e84b38818eea3046a8775f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.515017 25246 sys_catalog.cc:458] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [sys.catalog]: This master's current role is: LEADER
10:40:23.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.520340 25284 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:40:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.521322 25008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } attempt: 3
10:40:23.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.519526 25011 master_runner.cc:187] Error getting master registration for 127.24.73.190:34403: OK, instance_id { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" instance_seqno: 1786444823063861 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:23.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.521862 25011 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:23.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.521952 25284 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:40:23.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.518302 25279 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.522555 25279 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [sys.catalog]: This master's current role is: FOLLOWER
10:40:23.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.527391 25078 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [term 1 FOLLOWER]: Refusing update from remote peer c034eb7017e84b38818eea3046a8775f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:23.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.528079 25282 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:23.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.529547 25008 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d: Bootstrap starting.
10:40:23.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.532030 25279 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c034eb7017e84b38818eea3046a8775f. Latest consensus state: current_term: 1 leader_uuid: "c034eb7017e84b38818eea3046a8775f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.532135 25279 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [sys.catalog]: This master's current role is: FOLLOWER
10:40:23.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.532552 25008 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d: Neither blocks nor log segments found. Creating new log.
10:40:23.533 [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=e9ced53b-c951-43bf-b16a-65b6cff626e8, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:23.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.533358 25008 log.cc:826] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d: Log is configured to *not* fsync() on all Append() calls
10:40:23.535 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:23.535 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:23.536 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4ce706f5, with PersistenceManager: null will be shutdown
10:40:23.537 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4ce706f5, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@74e8715a created in the thread with id: 36
10:40:23.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.536876 25008 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d: No bootstrap required, opened a new log
10:40:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.538383 25311 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:23.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.538734 25311 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:23.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.544786 25008 raft_consensus.cc:359] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } }
10:40:23.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.545418 25008 raft_consensus.cc:385] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:23.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.545727 25008 raft_consensus.cc:740] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21cf33ada5ef4cb6ac2424c1b9c3ac7d, State: Initialized, Role: FOLLOWER
10:40:23.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.546913 25008 consensus_queue.cc:260] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [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: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } }
10:40:23.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.547871 25321 sys_catalog.cc:455] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [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: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.548204 25321 sys_catalog.cc:458] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [sys.catalog]: This master's current role is: FOLLOWER
10:40:23.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.555085 24958 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c034eb7017e84b38818eea3046a8775f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" is_pre_election: true
10:40:23.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.555346 24958 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c034eb7017e84b38818eea3046a8775f in term 0.
10:40:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.555804 24954 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [term 0 FOLLOWER]: Advancing to term 1
10:40:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.557050 24954 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [term 1 FOLLOWER]: Refusing update from remote peer c034eb7017e84b38818eea3046a8775f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.557442 24955 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c034eb7017e84b38818eea3046a8775f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d"
10:40:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.558439 24955 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c034eb7017e84b38818eea3046a8775f in term 1.
10:40:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.559255 24927 tablet.cc:2406] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:40:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.559361 25282 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [LEADER]: Connected to new peer: Peer: permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:23.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.564988 25008 sys_catalog.cc:565] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [sys.catalog]: configured and running, proceeding with master startup.
10:40:23.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.567241 25321 sys_catalog.cc:455] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [sys.catalog]: SysCatalogTable state changed. Reason: New leader c034eb7017e84b38818eea3046a8775f. Latest consensus state: current_term: 1 leader_uuid: "c034eb7017e84b38818eea3046a8775f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.567391 25321 sys_catalog.cc:458] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [sys.catalog]: This master's current role is: FOLLOWER
10:40:23.569 [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=	
10:40:23.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.569243 25282 sys_catalog.cc:455] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c034eb7017e84b38818eea3046a8775f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.569367 25282 sys_catalog.cc:458] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [sys.catalog]: This master's current role is: LEADER
10:40:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.569491 25312 mvcc.cc:204] Tried to move back new op lower bound from 7317277997161558016 to 7317277997113085952. Current Snapshot: MvccSnapshot[applied={T|T < 7317277997161558016}]
10:40:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.569801 25306 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:23.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.571364 25279 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c034eb7017e84b38818eea3046a8775f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.571481 25279 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6 [sys.catalog]: This master's current role is: FOLLOWER
10:40:23.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.572747 25246 sys_catalog.cc:455] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c034eb7017e84b38818eea3046a8775f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.572865 25246 sys_catalog.cc:458] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f [sys.catalog]: This master's current role is: LEADER
10:40:23.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.574491 25324 mvcc.cc:204] Tried to move back new op lower bound from 7317277997161558016 to 7317277997113085952. Current Snapshot: MvccSnapshot[applied={T|T < 7317277997161558016}]
10:40:23.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.574910 25313 mvcc.cc:204] Tried to move back new op lower bound from 7317277997161558016 to 7317277997113085952. Current Snapshot: MvccSnapshot[applied={T|T < 7317277997161558016}]
10:40:23.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.576599 25284 catalog_manager.cc:1383] Generated new cluster ID: 72f553bf5d6848ce81c6cc51a36d7d47
10:40:23.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.576653 25284 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:40:23.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.577630 25321 sys_catalog.cc:455] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c034eb7017e84b38818eea3046a8775f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "21cf33ada5ef4cb6ac2424c1b9c3ac7d" member_type: VOTER last_known_addr { host: "127.24.73.190" port: 34403 } } peers { permanent_uuid: "2bc8af21f2024084802a2c73144b58a6" member_type: VOTER last_known_addr { host: "127.24.73.189" port: 33669 } } peers { permanent_uuid: "c034eb7017e84b38818eea3046a8775f" member_type: VOTER last_known_addr { host: "127.24.73.188" port: 46743 } } }
10:40:23.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.577756 25321 sys_catalog.cc:458] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d [sys.catalog]: This master's current role is: FOLLOWER
10:40:23.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.581972 25360 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.585094 25360 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:23.595 [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=	
10:40:23.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:23.596109 25352 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:23.605 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4ce706f5
10:40:23.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.611004 25284 catalog_manager.cc:1406] Generated new certificate authority record
10:40:23.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.612457 25284 catalog_manager.cc:1540] Loading token signing keys...
10:40:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.637444 25284 catalog_manager.cc:6092] T 00000000000000000000000000000000 P c034eb7017e84b38818eea3046a8775f: Generated new TSK 0
10:40:23.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.638633 25284 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:40:23.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.639516 25284 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:40:23.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:23.640239 25284 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:40:24.276 [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.
10:40:24.289 [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.
10:40:24.289 [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.
10:40:24.462 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:24.477 [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/hive14820976469364329100/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=e9ced53b-c951-43bf-b16a-65b6cff626e8, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:24.487 [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=	
10:40:24.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:24.487886 25267 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:24.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:24.540395 25311 catalog_manager.cc:1295] Loaded cluster ID: 72f553bf5d6848ce81c6cc51a36d7d47
10:40:24.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:24.540488 25311 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6: loading cluster ID for follower catalog manager: success
10:40:24.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:24.543524 25311 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6: acquiring CA information for follower catalog manager: success
10:40:24.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:24.545114 25311 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2bc8af21f2024084802a2c73144b58a6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:24.561 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14820976469364329100/external-warehouse/table
10:40:24.576 [INFO - Metastore-Handler-Pool: Thread-45] (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=	
10:40:24.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:24.577174 25306 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:24.587203 25360 catalog_manager.cc:1295] Loaded cluster ID: 72f553bf5d6848ce81c6cc51a36d7d47
10:40:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:24.587318 25360 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d: loading cluster ID for follower catalog manager: success
10:40:24.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:24.589246 25360 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d: acquiring CA information for follower catalog manager: success
10:40:24.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:24.590471 25360 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 21cf33ada5ef4cb6ac2424c1b9c3ac7d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:24.599 [INFO - Metastore-Handler-Pool: Thread-46] (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=	
10:40:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:24.599823 25352 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:24.772 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:40:24.775 [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)
10:40:24.779 [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)

10:40:24.817 [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.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:24.847 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:24.852 [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/hive14820976469364329100/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.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:24.855 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14820976469364329100/external-warehouse/table
10:40:24.879 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:40:24.880 [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)
10:40:24.881 [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)

10:40:24.882 [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=0d414ddd-9dea-4674-a2ac-566d2cf7af53, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:24.886 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:24.890 [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/hive14820976469364329100/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=0d414ddd-9dea-4674-a2ac-566d2cf7af53, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:24.893 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14820976469364329100/external-warehouse/table
10:40:24.919 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
10:40:24.925 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
10:40:24.925 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
10:40:24.934 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@27d03e54
10:40:24.964 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
10:40:24.964 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
10:40:24.965 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
10:40:24.965 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
10:40:24.966 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
10:40:24.966 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
10:40:24.967 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
10:40:24.979 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
10:40:24.979 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
10:40:24.982 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
10:40:24.984 [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
10:40:24.985 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
10:40:24.985 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
10:40:24.985 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
10:40:24.985 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
10:40:24.986 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
10:40:24.986 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
10:40:24.987 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
10:40:24.987 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
10:40:24.994 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
10:40:25.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
10:40:25.052 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
10:40:25.057 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
10:40:25.057 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
10:40:25.068 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
10:40:25.068 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
10:40:25.104 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
10:40:25.104 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
10:40:25.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
10:40:25.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
10:40:25.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
10:40:25.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
10:40:25.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
10:40:25.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
10:40:25.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
10:40:25.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
10:40:25.105 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
10:40:25.106 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
10:40:25.106 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
10:40:25.123 [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)
10:40:25.126 [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.
10:40:25.150 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:40:25.340 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.24.73.190:34403(127.24.73.190:34403)] connecting to peer
10:40:25.349 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 24789 (auto-detected)
10:40:25.351 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
10:40:25.351 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
10:40:25.354 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
10:40:25.355 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
10:40:25.356 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:51:ff:fe:27:a7:81 (auto-detected)
10:40:25.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
10:40:25.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
10:40:25.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
10:40:25.392 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
10:40:25.398 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.24.73.189:33669(127.24.73.189:33669)] connecting to peer
10:40:25.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.24.73.188:46743(127.24.73.188:46743)] connecting to peer
10:40:25.418 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.24.73.188:46743(127.24.73.188:46743)] Successfully connected to peer
10:40:25.418 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.24.73.189:33669(127.24.73.189:33669)] Successfully connected to peer
10:40:25.420 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.24.73.190:34403(127.24.73.190:34403)] Successfully connected to peer
10:40:25.431 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
10:40:25.431 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
10:40:25.432 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4297844b
10:40:25.436 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
10:40:25.436 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
10:40:25.436 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
10:40:25.436 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
10:40:25.437 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
10:40:25.490 [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=	
10:40:25.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:25.491791 25267 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:25.523 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.73.189
10:40:25.523 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.73.188
10:40:25.524 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.73.190
10:40:25.579 [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=	
10:40:25.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:25.580346 25306 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:25.602 [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=	
10:40:25.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:25.602713 25352 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:25.772 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:25.773 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:25.775 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:25.798 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x8ecb29cb, L:/127.0.0.1:43032 - R:/127.24.73.190:34403] using SASL/PLAIN
10:40:25.799 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xac0fb6b6, L:/127.0.0.1:38256 - R:/127.24.73.188:46743] using SASL/PLAIN
10:40:25.797 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x286335d3, L:/127.0.0.1:53776 - R:/127.24.73.189:33669] using SASL/PLAIN
10:40:25.855 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:40:25.861 [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)
10:40:25.862 [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)

10:40:25.864 [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=94a2f958-a892-42a4-8e57-cb185f95ecb7, 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)	
10:40:25.867 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:25.871 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14820976469364329100/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=94a2f958-a892-42a4-8e57-cb185f95ecb7, 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)
10:40:25.874 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14820976469364329100/external-warehouse/table
10:40:25.894 [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)
10:40:25.894 [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)

10:40:25.896 [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=fa74ce58-4ac3-46be-b8ad-c8374eecfebe, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:25.899 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:25.902 [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/hive14820976469364329100/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=fa74ce58-4ac3-46be-b8ad-c8374eecfebe, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:25.905 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14820976469364329100/external-warehouse/table
10:40:25.993 [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	
10:40:26.069 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:26.079 [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	
10:40:26.263 [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.
10:40:26.501 [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=	
10:40:26.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:26.502562 25267 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:26.553 [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.
10:40:26.583 [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=	
10:40:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:26.586360 25306 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:26.604 [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=	
10:40:26.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:26.605435 25352 client.h:372] Failed to connect to Hive Metastore (localhost:37447): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:26.612 [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.
10:40:26.672 [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
10:40:26.847 [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=a75e90d5-cd52-430b-8855-d63e0e1b88a1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:26.851 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:26.854 [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/hive14820976469364329100/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=a75e90d5-cd52-430b-8855-d63e0e1b88a1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.73.190:34403,127.24.73.189:33669,127.24.73.188:46743}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:26.856 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14820976469364329100/external-warehouse/table
10:40:26.895 [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	
10:40:26.927 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:26.928 [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	
10:40:26.991 [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
10:40:27.021 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:40:27.021 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:40:27.021 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4ce706f5, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@74e8715a will be shutdown
10:40:27.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:27.021625 24870 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 24891
10:40:27.035 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:40:27.046 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.24.73.190:34403(127.24.73.190:34403)] handling channelInactive
10:40:27.046 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.24.73.190:34403(127.24.73.190:34403)] cleaning up while in state READY due to: connection closed
10:40:27.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:27.047408 24870 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 25011
10:40:27.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:27.064460 24870 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 25126
10:40:27.064 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.24.73.189:33669(127.24.73.189:33669)] handling channelInactive
10:40:27.065 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.24.73.189:33669(127.24.73.189:33669)] cleaning up while in state READY due to: connection closed
10:40:27.077 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.24.73.188:46743(127.24.73.188:46743)] handling channelInactive
10:40:27.077 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.24.73.188:46743(127.24.73.188:46743)] cleaning up while in state READY due to: connection closed
10:40:27.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:27Z chronyd exiting
.10:40:27.126 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:27.127 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:27.127 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:27.144 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive5629682895563268212
10:40:27.145 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:40:27.146 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:40:27.148 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:27.148 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:27.149 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:40:27.153 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:40:27.158 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:40:27.158 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:40:27.159 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:40:27.159 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:40:27.161 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
10:40:27.253 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:27.254 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
10:40:27.254 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:40:27.256 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:40:27.258 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:27.259 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:40:27.281 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:40:27.281 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:40:27.281 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:40:27.320 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:27.321 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:27.321 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:27.322 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:27.322 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:27.323 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:27.586 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:40:27.586 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cbd0378, with PersistenceManager: null will be shutdown
10:40:27.587 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cbd0378, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@41dcef8c created in the thread with id: 65
10:40:27.588 [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
10:40:27.590 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cbd0378
10:40:27.699 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
10:40:27.720 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
10:40:27.747 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
10:40:27.749 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
10:40:27.778 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:40:27.778 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:40:27.779 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:40:27.779 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
10:40:27.779 [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)
10:40:27.779 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [37353]...
10:40:27.779 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:40:27.779 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:40:27.779 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
10:40:27.780 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
10:40:28.147 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:28.147 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:28.147 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:28.150 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:40:28.150 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37353]
10:40:28.150 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37353) in binary transport mode
10:40:28.151 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37353) current connections: 1
10:40:28.152 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskbMtQoM/test-tmp
10:40:28.153 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
10:40:28.153 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskbMtQoM/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
10:40:28.156 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37353"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:40:28.262 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:28.263 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:40:28.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.264118 25456 mini_oidc.cc:150] Starting JWKS server
10:40:28.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.265588 25456 webserver.cc:533] Webserver started at http://127.0.0.1:44083/ using document root <none> and password file <none>
10:40:28.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.265727 25456 mini_oidc.cc:186] Starting OIDC Discovery server
10:40:28.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.265938 25456 webserver.cc:533] Webserver started at http://127.0.0.1:46525/ using document root <none> and password file <none>
10:40:28.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:28Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:40:28.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:28Z Disabled control of system clock
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.281081 25456 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/wal
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/data
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/logs
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/data/info.pb
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.220.62:38545
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.220.62
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.220.20:45495
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44083/jwks.json
10:40:28.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37353 with env {}
10:40:28.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.383353 25473 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:28.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.383553 25473 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:28.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.383596 25473 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:28.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.386901 25473 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:28.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.386955 25473 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:28.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.386976 25473 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:28.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.386992 25473 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:28.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.387010 25473 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:28.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.387025 25473 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44083/jwks.json
10:40:28.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.390789 25473 master_runner.cc:387] Master server non-default flags:
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.220.20:45495
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/data
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/wal
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37353
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.220.62:38545
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44083/jwks.json
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/data/info.pb
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.220.62
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25473
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/logs
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.391850 25473 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:28.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.392853 25473 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:28.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.398262 25481 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
10:40:28.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.398204 25480 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
10:40:28.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.398204 25489 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
10:40:28.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.398532 25473 server_base.cc:1061] running on GCE node
10:40:28.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.399315 25473 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:28.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.400132 25473 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:28.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.401291 25473 hybrid_clock.cc:648] HybridClock initialized: now 1786444828401287 us; error 98 us; skew 500 ppm
10:40:28.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.403062 25473 webserver.cc:533] Webserver started at http://127.24.220.62:46745/ using document root <none> and password file <none>
10:40:28.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.403554 25473 fs_manager.cc:362] Metadata directory not provided
10:40:28.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.403638 25473 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:28.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.403812 25473 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:28.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.405293 25473 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/data/instance:
10:40:28.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7c38882eff524cd89e8f8713178e3fed"
10:40:28.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:28 on dist-test-slave-68xk"
10:40:28.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.405701 25473 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/wal/instance:
10:40:28.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7c38882eff524cd89e8f8713178e3fed"
10:40:28.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:28 on dist-test-slave-68xk"
10:40:28.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.408854 25473 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.004s
10:40:28.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.410828 25502 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:28.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.411710 25473 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
10:40:28.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.411811 25473 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/wal
10:40:28.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7c38882eff524cd89e8f8713178e3fed"
10:40:28.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:28 on dist-test-slave-68xk"
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.411875 25473 fs_report.cc:389] FS layout report
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/wal
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/wal
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/data/data
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:28.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.425376 25473 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:28.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.425943 25473 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
10:40:28.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.426090 25473 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:28.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.433439 25575 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.220.62:38545 every 8 connection(s)
10:40:28.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.433445 25473 rpc_server.cc:307] RPC server started. Bound to: 127.24.220.62:38545
10:40:28.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.434576 25473 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/data/info.pb
10:40:28.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.437072 25456 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 25473
10:40:28.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.437234 25456 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-0/wal/instance
10:40:28.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.437798 25576 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.439075 25456 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/wal
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/data
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/logs
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/data/info.pb
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.220.61:35583
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.220.61
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.220.20:45495
10:40:28.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965
10:40:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44083/jwks.json
10:40:28.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37353 with env {}
10:40:28.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.441725 25576 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } has no permanent_uuid. Determining permanent_uuid...
10:40:28.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.460855 25576 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } has no permanent_uuid. Determining permanent_uuid...
10:40:28.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.461790 25504 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.220.61:35583: connect: Connection refused (error 111)
10:40:28.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.462765 25576 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.220.61:35583: Network error: Client connection negotiation failed: client connection to 127.24.220.61:35583: connect: Connection refused (error 111)
10:40:28.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.512032 25576 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } attempt: 1
10:40:28.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.513690 25576 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.220.61:35583: Network error: Client connection negotiation failed: client connection to 127.24.220.61:35583: connect: Connection refused (error 111)
10:40:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.545665 25578 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.545861 25578 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.545903 25578 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.549203 25578 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.549258 25578 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.549278 25578 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.549296 25578 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.549314 25578 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.549329 25578 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44083/jwks.json
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.553318 25578 master_runner.cc:387] Master server non-default flags:
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.220.20:45495
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/data
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/wal
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37353
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.220.61:35583
10:40:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44083/jwks.json
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/data/info.pb
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.220.61
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25578
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/logs
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:28.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.554244 25578 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:28.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.555308 25578 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:28.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.560459 25594 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
10:40:28.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.560449 25592 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
10:40:28.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.560590 25578 server_base.cc:1061] running on GCE node
10:40:28.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.560453 25596 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
10:40:28.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.561049 25578 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:28.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.561844 25578 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:28.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.563025 25578 hybrid_clock.cc:648] HybridClock initialized: now 1786444828563003 us; error 33 us; skew 500 ppm
10:40:28.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.564661 25578 webserver.cc:533] Webserver started at http://127.24.220.61:34843/ using document root <none> and password file <none>
10:40:28.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.565244 25578 fs_manager.cc:362] Metadata directory not provided
10:40:28.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.565330 25578 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:28.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.565557 25578 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:28.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.567113 25578 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/data/instance:
10:40:28.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3"
10:40:28.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:28 on dist-test-slave-68xk"
10:40:28.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.567636 25578 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/wal/instance:
10:40:28.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3"
10:40:28.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:28 on dist-test-slave-68xk"
10:40:28.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.570801 25578 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
10:40:28.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.572831 25609 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.573719 25578 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
10:40:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.573854 25578 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/wal
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3"
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:28 on dist-test-slave-68xk"
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.573953 25578 fs_report.cc:389] FS layout report
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/wal
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/wal
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/data/data
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:28.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:28.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.581912 25576 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } attempt: 2
10:40:28.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.583686 25576 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.220.61:35583: Network error: Client connection negotiation failed: client connection to 127.24.220.61:35583: connect: Connection refused (error 111)
10:40:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.584987 25578 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.585510 25578 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
10:40:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.585647 25578 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:28.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.593792 25578 rpc_server.cc:307] RPC server started. Bound to: 127.24.220.61:35583
10:40:28.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.593782 25695 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.220.61:35583 every 8 connection(s)
10:40:28.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.594833 25578 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/data/info.pb
10:40:28.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.595592 25456 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 25578
10:40:28.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.595698 25456 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-1/wal/instance
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.596343 25456 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/wal
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/data
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/logs
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/data/info.pb
10:40:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.220.60:43965
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.220.60
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.220.20:45495
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44083/jwks.json
10:40:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37353 with env {}
10:40:28.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.599053 25696 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.603000 25696 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } has no permanent_uuid. Determining permanent_uuid...
10:40:28.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.612679 25696 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } has no permanent_uuid. Determining permanent_uuid...
10:40:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.618737 25696 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } has no permanent_uuid. Determining permanent_uuid...
10:40:28.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.619570 25611 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.220.60:43965: connect: Connection refused (error 111)
10:40:28.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.620508 25696 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.220.60:43965: Network error: Client connection negotiation failed: client connection to 127.24.220.60:43965: connect: Connection refused (error 111)
10:40:28.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.669775 25696 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } attempt: 1
10:40:28.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.671583 25696 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.220.60:43965: Network error: Client connection negotiation failed: client connection to 127.24.220.60:43965: connect: Connection refused (error 111)
10:40:28.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.674882 25576 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } attempt: 3
10:40:28.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.679931 25576 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } has no permanent_uuid. Determining permanent_uuid...
10:40:28.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.681403 25576 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.220.60:43965: Network error: Client connection negotiation failed: client connection to 127.24.220.60:43965: connect: Connection refused (error 111)
10:40:28.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.711040 25697 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:28.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.711287 25697 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:28.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.711351 25697 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:28.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.712586 25576 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } attempt: 1
10:40:28.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.714097 25576 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.220.60:43965: Network error: Client connection negotiation failed: client connection to 127.24.220.60:43965: connect: Connection refused (error 111)
10:40:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.715164 25697 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.715240 25697 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.715270 25697 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.715294 25697 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.715318 25697 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.715337 25697 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44083/jwks.json
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.719368 25697 master_runner.cc:387] Master server non-default flags:
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.220.20:45495
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/data
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/wal
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37353
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.220.60:43965
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44083/jwks.json
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/data/info.pb
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.220.60
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25697
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/logs
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:28.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.720750 25697 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:28.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.721836 25697 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:28.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.727090 25711 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
10:40:28.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.727146 25708 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
10:40:28.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.727094 25707 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
10:40:28.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.727469 25697 server_base.cc:1061] running on GCE node
10:40:28.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.727928 25697 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:28.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.728709 25697 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:28.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.729869 25697 hybrid_clock.cc:648] HybridClock initialized: now 1786444828729840 us; error 48 us; skew 500 ppm
10:40:28.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.731588 25697 webserver.cc:533] Webserver started at http://127.24.220.60:46735/ using document root <none> and password file <none>
10:40:28.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.732161 25697 fs_manager.cc:362] Metadata directory not provided
10:40:28.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.732255 25697 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:28.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.732491 25697 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:28.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.733982 25697 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/data/instance:
10:40:28.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93aa7135d96a4c27bae22edb2865649f"
10:40:28.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:28 on dist-test-slave-68xk"
10:40:28.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.734551 25697 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/wal/instance:
10:40:28.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93aa7135d96a4c27bae22edb2865649f"
10:40:28.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:28 on dist-test-slave-68xk"
10:40:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.737777 25697 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
10:40:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.739797 25696 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } attempt: 2
10:40:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.739920 25720 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.740985 25697 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.741115 25697 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/wal
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "93aa7135d96a4c27bae22edb2865649f"
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:28 on dist-test-slave-68xk"
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.741179 25696 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.220.60:43965: Network error: Client connection negotiation failed: client connection to 127.24.220.60:43965: connect: Connection refused (error 111)
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.741209 25697 fs_report.cc:389] FS layout report
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/wal
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/wal
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/data/data
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:28.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.764436 25697 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:28.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.765218 25697 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
10:40:28.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.765421 25697 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:28.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.772842 25799 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.220.60:43965 every 8 connection(s)
10:40:28.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.772848 25697 rpc_server.cc:307] RPC server started. Bound to: 127.24.220.60:43965
10:40:28.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.773877 25697 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/data/info.pb
10:40:28.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.776564 25800 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.777140 25456 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 25697
10:40:28.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.777256 25456 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster3675385941528717474/master-2/wal/instance
10:40:28.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.780588 25800 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } has no permanent_uuid. Determining permanent_uuid...
10:40:28.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.788327 25800 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } has no permanent_uuid. Determining permanent_uuid...
10:40:28.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.789980 25576 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } attempt: 2
10:40:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.793781 25800 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } has no permanent_uuid. Determining permanent_uuid...
10:40:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.799059 25576 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed: Bootstrap starting.
10:40:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.800305 25800 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f: Bootstrap starting.
10:40:28.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.801635 25576 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed: Neither blocks nor log segments found. Creating new log.
10:40:28.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.801955 25456 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:40:28.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.802551 25576 log.cc:826] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed: Log is configured to *not* fsync() on all Append() calls
10:40:28.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.802640 25800 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f: Neither blocks nor log segments found. Creating new log.
10:40:28.802 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:28.803 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:40:28.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.803388 25800 log.cc:826] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f: Log is configured to *not* fsync() on all Append() calls
10:40:28.804 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.220.62"
      port: 38545
    }
    bound_http_address {
      host: "127.24.220.62"
      port: 46745
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.220.61"
      port: 35583
    }
    bound_http_address {
      host: "127.24.220.61"
      port: 34843
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.220.60"
      port: 43965
    }
    bound_http_address {
      host: "127.24.220.60"
      port: 46735
    }
  }
}

10:40:28.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.804674 25576 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed: No bootstrap required, opened a new log
10:40:28.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.805222 25800 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f: No bootstrap required, opened a new log
10:40:28.805 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:40:28.806 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:28.807 [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=50a3fb9b-894a-4b82-8287-6fc8d329e94a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:28.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.808921 25576 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } }
10:40:28.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.809109 25576 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:28.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.808993 25800 raft_consensus.cc:359] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } }
10:40:28.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.809154 25576 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7c38882eff524cd89e8f8713178e3fed, State: Initialized, Role: FOLLOWER
10:40:28.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.809171 25800 raft_consensus.cc:385] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:28.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.809223 25800 raft_consensus.cc:740] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93aa7135d96a4c27bae22edb2865649f, State: Initialized, Role: FOLLOWER
10:40:28.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.809623 25576 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [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: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } }
10:40:28.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.809677 25800 consensus_queue.cc:260] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [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: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } }
10:40:28.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.810150 25811 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [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: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.810395 25811 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [sys.catalog]: This master's current role is: FOLLOWER
10:40:28.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.810848 25800 sys_catalog.cc:565] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [sys.catalog]: configured and running, proceeding with master startup.
10:40:28.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.810855 25576 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [sys.catalog]: configured and running, proceeding with master startup.
10:40:28.811 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:28.814 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:28.814 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34167e07, with PersistenceManager: null will be shutdown
10:40:28.814 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34167e07, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2bcc20a9 created in the thread with id: 86
10:40:28.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.816725 25473 master_runner.cc:187] Error getting master registration for 127.24.220.61:35583: OK, instance_id { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" instance_seqno: 1786444828591562 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:28.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.818655 25473 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:28.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.819582 25858 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:28.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.819814 25858 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:28.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.819692 25697 master_runner.cc:187] Error getting master registration for 127.24.220.61:35583: OK, instance_id { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" instance_seqno: 1786444828591562 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:28.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.821990 25697 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:28.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.823098 25857 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:28.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.823177 25857 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:28.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.828329 25809 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [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: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.830 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34167e07
10:40:28.830 [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=	
10:40:28.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.830986 25846 client.h:372] Failed to connect to Hive Metastore (localhost:37353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:28.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.832324 25696 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } attempt: 3
10:40:28.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.836808 25809 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [sys.catalog]: This master's current role is: FOLLOWER
10:40:28.840 [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=	
10:40:28.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.840678 25696 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3: Bootstrap starting.
10:40:28.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.840869 25851 client.h:372] Failed to connect to Hive Metastore (localhost:37353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:28.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.843531 25696 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3: Neither blocks nor log segments found. Creating new log.
10:40:28.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.844774 25696 log.cc:826] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3: Log is configured to *not* fsync() on all Append() calls
10:40:28.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.856523 25696 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3: No bootstrap required, opened a new log
10:40:28.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.861114 25696 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } }
10:40:28.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.861331 25696 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:28.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.861407 25696 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ad521cb9c5f473bb31eb7e79b6a41a3, State: Initialized, Role: FOLLOWER
10:40:28.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.862588 25696 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [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: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } }
10:40:28.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.864334 25696 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [sys.catalog]: configured and running, proceeding with master startup.
10:40:28.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.879163 25578 master_runner.cc:264] No leader master found from master 9ad521cb9c5f473bb31eb7e79b6a41a3
10:40:28.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.879266 25578 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:28.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.891355 25869 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [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: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.891844 25869 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [sys.catalog]: This master's current role is: FOLLOWER
10:40:28.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.897014 25811 raft_consensus.cc:493] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:40:28.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.897226 25811 raft_consensus.cc:515] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } }
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.897753 25894 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.897832 25894 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.898474 25811 leader_election.cc:290] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7c38882eff524cd89e8f8713178e3fed (127.24.220.62:38545), 9ad521cb9c5f473bb31eb7e79b6a41a3 (127.24.220.61:35583)
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.901372 25654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "93aa7135d96a4c27bae22edb2865649f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" is_pre_election: true
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.901391 25538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "93aa7135d96a4c27bae22edb2865649f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c38882eff524cd89e8f8713178e3fed" is_pre_election: true
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.901661 25654 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93aa7135d96a4c27bae22edb2865649f in term 0.
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.901683 25538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93aa7135d96a4c27bae22edb2865649f in term 0.
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.902165 25721 leader_election.cc:304] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [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: 93aa7135d96a4c27bae22edb2865649f, 9ad521cb9c5f473bb31eb7e79b6a41a3; no voters: 
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.902614 25811 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 0 FOLLOWER]: Leader pre-election won for term 1
10:40:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.902688 25811 raft_consensus.cc:493] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:40:28.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.902741 25811 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 0 FOLLOWER]: Advancing to term 1
10:40:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.903970 25811 raft_consensus.cc:515] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } }
10:40:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.904382 25811 leader_election.cc:290] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [CANDIDATE]: Term 1 election: Requested vote from peers 7c38882eff524cd89e8f8713178e3fed (127.24.220.62:38545), 9ad521cb9c5f473bb31eb7e79b6a41a3 (127.24.220.61:35583)
10:40:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.904868 25538 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "93aa7135d96a4c27bae22edb2865649f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7c38882eff524cd89e8f8713178e3fed"
10:40:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.904949 25654 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "93aa7135d96a4c27bae22edb2865649f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3"
10:40:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.905007 25538 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [term 0 FOLLOWER]: Advancing to term 1
10:40:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.905087 25654 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [term 0 FOLLOWER]: Advancing to term 1
10:40:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.906301 25654 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93aa7135d96a4c27bae22edb2865649f in term 1.
10:40:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.906378 25538 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93aa7135d96a4c27bae22edb2865649f in term 1.
10:40:28.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.906836 25723 leader_election.cc:304] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [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: 7c38882eff524cd89e8f8713178e3fed, 93aa7135d96a4c27bae22edb2865649f; no voters: 
10:40:28.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.907060 25811 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 1 FOLLOWER]: Leader election won for term 1
10:40:28.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.907332 25811 raft_consensus.cc:697] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [term 1 LEADER]: Becoming Leader. State: Replica: 93aa7135d96a4c27bae22edb2865649f, State: Running, Role: LEADER
10:40:28.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.907691 25811 consensus_queue.cc:237] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [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: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } }
10:40:28.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.910319 25811 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 93aa7135d96a4c27bae22edb2865649f. Latest consensus state: current_term: 1 leader_uuid: "93aa7135d96a4c27bae22edb2865649f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.910670 25811 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [sys.catalog]: This master's current role is: LEADER
10:40:28.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.919301 25900 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:40:28.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.920631 25900 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:40:28.927 [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=	
10:40:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.927547 25511 tablet.cc:2406] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:40:28.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:28.928181 25891 client.h:372] Failed to connect to Hive Metastore (localhost:37353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:28.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.947795 25654 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [term 1 FOLLOWER]: Refusing update from remote peer 93aa7135d96a4c27bae22edb2865649f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:28.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.948767 25898 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.952915 25869 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 93aa7135d96a4c27bae22edb2865649f. Latest consensus state: current_term: 1 leader_uuid: "93aa7135d96a4c27bae22edb2865649f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.953030 25869 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [sys.catalog]: This master's current role is: FOLLOWER
10:40:28.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.954295 25538 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [term 1 FOLLOWER]: Refusing update from remote peer 93aa7135d96a4c27bae22edb2865649f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.955063 25898 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:28.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.959317 25809 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [sys.catalog]: SysCatalogTable state changed. Reason: New leader 93aa7135d96a4c27bae22edb2865649f. Latest consensus state: current_term: 1 leader_uuid: "93aa7135d96a4c27bae22edb2865649f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.959470 25809 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [sys.catalog]: This master's current role is: FOLLOWER
10:40:28.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.972131 25898 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "93aa7135d96a4c27bae22edb2865649f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.972296 25898 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [sys.catalog]: This master's current role is: LEADER
10:40:28.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.972630 25898 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "93aa7135d96a4c27bae22edb2865649f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.972743 25898 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f [sys.catalog]: This master's current role is: LEADER
10:40:28.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.973598 25869 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "93aa7135d96a4c27bae22edb2865649f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.973719 25869 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3 [sys.catalog]: This master's current role is: FOLLOWER
10:40:28.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.974460 25809 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "93aa7135d96a4c27bae22edb2865649f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7c38882eff524cd89e8f8713178e3fed" member_type: VOTER last_known_addr { host: "127.24.220.62" port: 38545 } } peers { permanent_uuid: "9ad521cb9c5f473bb31eb7e79b6a41a3" member_type: VOTER last_known_addr { host: "127.24.220.61" port: 35583 } } peers { permanent_uuid: "93aa7135d96a4c27bae22edb2865649f" member_type: VOTER last_known_addr { host: "127.24.220.60" port: 43965 } } }
10:40:28.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.974586 25809 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed [sys.catalog]: This master's current role is: FOLLOWER
10:40:28.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.974960 25906 mvcc.cc:204] Tried to move back new op lower bound from 7317278019342532608 to 7317278019212091392. Current Snapshot: MvccSnapshot[applied={T|T < 7317278019342532608}]
10:40:28.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.975730 25904 mvcc.cc:204] Tried to move back new op lower bound from 7317278019342532608 to 7317278019212091392. Current Snapshot: MvccSnapshot[applied={T|T < 7317278019342532608}]
10:40:28.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.981479 25900 catalog_manager.cc:1383] Generated new cluster ID: e936c5f30c4147e790d4c8148a3a25a3
10:40:28.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:28.981545 25900 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:40:29.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.032955 25900 catalog_manager.cc:1406] Generated new certificate authority record
10:40:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.034430 25900 catalog_manager.cc:1540] Loading token signing keys...
10:40:29.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.059662 25900 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 93aa7135d96a4c27bae22edb2865649f: Generated new TSK 0
10:40:29.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.060662 25900 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:40:29.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.061601 25900 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:40:29.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.062300 25900 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:40:29.431 [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.
10:40:29.440 [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.
10:40:29.440 [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.
10:40:29.616 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:29.624 [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/hive5629682895563268212/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=50a3fb9b-894a-4b82-8287-6fc8d329e94a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:29.626 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5629682895563268212/external-warehouse/table
10:40:29.743 [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	
10:40:29.797 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:29.804 [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	
10:40:29.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.821496 25858 catalog_manager.cc:1295] Loaded cluster ID: e936c5f30c4147e790d4c8148a3a25a3
10:40:29.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.821609 25858 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed: loading cluster ID for follower catalog manager: success
10:40:29.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.824740 25858 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed: acquiring CA information for follower catalog manager: success
10:40:29.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.826339 25858 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 7c38882eff524cd89e8f8713178e3fed: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:29.835 [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=	
10:40:29.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:29.835951 25846 client.h:372] Failed to connect to Hive Metastore (localhost:37353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:29.843 [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=	
10:40:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:29.844272 25851 client.h:372] Failed to connect to Hive Metastore (localhost:37353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.899447 25894 catalog_manager.cc:1295] Loaded cluster ID: e936c5f30c4147e790d4c8148a3a25a3
10:40:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.899538 25894 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3: loading cluster ID for follower catalog manager: success
10:40:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.901870 25894 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3: acquiring CA information for follower catalog manager: success
10:40:29.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:29.903158 25894 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 9ad521cb9c5f473bb31eb7e79b6a41a3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:29.930 [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=	
10:40:29.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:29.931205 25891 client.h:372] Failed to connect to Hive Metastore (localhost:37353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:29.958 [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.
10:40:30.187 [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.
10:40:30.233 [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.
10:40:30.261 [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
10:40:30.367 [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.
10:40:30.368 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:40:30.369 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.24.220.62:38545(127.24.220.62:38545)] connecting to peer
10:40:30.371 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.24.220.61:35583(127.24.220.61:35583)] connecting to peer
10:40:30.372 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.24.220.60:43965(127.24.220.60:43965)] connecting to peer
10:40:30.374 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.24.220.62:38545(127.24.220.62:38545)] Successfully connected to peer
10:40:30.375 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.24.220.60:43965(127.24.220.60:43965)] Successfully connected to peer
10:40:30.383 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.24.220.61:35583(127.24.220.61:35583)] Successfully connected to peer
10:40:30.391 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.220.60
10:40:30.391 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.220.61
10:40:30.391 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.220.62
10:40:30.437 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:30.447 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:30.449 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xd78b1fc9, L:/127.0.0.1:57978 - R:/127.24.220.60:43965] using SASL/PLAIN
10:40:30.452 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:30.461 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xd0ca1dbf, L:/127.0.0.1:58838 - R:/127.24.220.61:35583] using SASL/PLAIN
10:40:30.457 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x0a015c8f, L:/127.0.0.1:58586 - R:/127.24.220.62:38545] using SASL/PLAIN
10:40:30.465 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:40:30.471 [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)

10:40:30.472 [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	
10:40:30.512 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:30.513 [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	
10:40:30.570 [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
10:40:30.588 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:40:30.590 [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=50a3fb9b-894a-4b82-8287-6fc8d329e94a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:30.592 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:30.594 [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/hive5629682895563268212/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=50a3fb9b-894a-4b82-8287-6fc8d329e94a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.220.62:38545,127.24.220.61:35583,127.24.220.60:43965}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:30.603 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5629682895563268212/external-warehouse/table
10:40:30.652 [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	
10:40:30.669 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:30.671 [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	
10:40:30.689 [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
10:40:30.705 [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)	
10:40:30.708 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:30.710 [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/hive5629682895563268212/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)
10:40:30.711 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive5629682895563268212/external-warehouse/table specified for non-external table:table
10:40:30.712 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5629682895563268212/external-warehouse/table
10:40:30.732 [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	
10:40:30.746 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:30.748 [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	
10:40:30.767 [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
10:40:30.784 [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)

10:40:30.785 [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	
10:40:30.798 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:30.800 [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	
10:40:30.818 [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
10:40:30.837 [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)	
10:40:30.840 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:30.842 [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/hive5629682895563268212/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)
10:40:30.843 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive5629682895563268212/external-warehouse/table specified for non-external table:table
10:40:30.844 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5629682895563268212/external-warehouse/table
10:40:30.845 [INFO - Metastore-Handler-Pool: Thread-102] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:40:30.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:30.845611 25846 client.h:372] Failed to connect to Hive Metastore (localhost:37353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:30.846 [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=	
10:40:30.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:30.847318 25851 client.h:372] Failed to connect to Hive Metastore (localhost:37353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:30.867 [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	
10:40:30.878 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:30.880 [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	
10:40:30.900 [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
10:40:30.917 [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)

10:40:30.918 [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	
10:40:30.929 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:30.930 [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	
10:40:30.936 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:40:30.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:30.936880 25891 client.h:372] Failed to connect to Hive Metastore (localhost:37353): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:30.949 [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
10:40:30.965 [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)	
10:40:30.968 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:30.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/hive5629682895563268212/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)
10:40:30.972 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5629682895563268212/external-warehouse/table
10:40:30.987 [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	
10:40:30.997 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:30.999 [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	
10:40:31.037 [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
10:40:31.052 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:40:31.052 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:40:31.052 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34167e07, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2bcc20a9 will be shutdown
10:40:31.059 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:40:31.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:31.052423 25456 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 25473
10:40:31.082 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.24.220.62:38545(127.24.220.62:38545)] handling channelInactive
10:40:31.083 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.24.220.62:38545(127.24.220.62:38545)] cleaning up while in state READY due to: connection closed
10:40:31.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:31.083351 25456 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 25578
10:40:31.098 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.24.220.61:35583(127.24.220.61:35583)] handling channelInactive
10:40:31.098 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.24.220.61:35583(127.24.220.61:35583)] cleaning up while in state READY due to: connection closed
10:40:31.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:31.098133 25456 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 25697
10:40:31.114 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.24.220.60:43965(127.24.220.60:43965)] handling channelInactive
10:40:31.114 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.24.220.60:43965(127.24.220.60:43965)] cleaning up while in state READY due to: connection closed
10:40:31.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:31Z chronyd exiting
.10:40:31.165 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:31.165 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:31.166 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:31.190 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive3471013043396751759
10:40:31.191 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:40:31.192 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:40:31.194 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:31.194 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:31.195 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:40:31.195 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:40:31.197 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:40:31.197 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:40:31.198 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:40:31.198 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:40:31.200 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
10:40:31.275 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:31.276 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
10:40:31.276 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:40:31.278 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:40:31.279 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:31.280 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:40:31.296 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:40:31.296 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:40:31.296 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:40:31.321 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:31.321 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:31.322 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:31.322 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:31.323 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:31.323 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:31.513 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:40:31.513 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6ac5ccae, with PersistenceManager: null will be shutdown
10:40:31.514 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6ac5ccae, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@599c0d77 created in the thread with id: 107
10:40:31.515 [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
10:40:31.516 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6ac5ccae
10:40:31.608 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
10:40:31.627 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
10:40:31.656 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
10:40:31.658 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
10:40:31.691 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:40:31.692 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:40:31.692 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:40:31.692 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
10:40:31.693 [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)
10:40:31.693 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [33071]...
10:40:31.693 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:40:31.693 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:40:31.693 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
10:40:31.693 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
10:40:32.193 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:32.194 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:32.194 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:32.197 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:40:32.197 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33071]
10:40:32.197 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33071) in binary transport mode
10:40:32.197 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33071) current connections: 1
10:40:32.199 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskbMtQoM/test-tmp
10:40:32.199 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
10:40:32.199 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskbMtQoM/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
10:40:32.202 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33071"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:40:32.313 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:32.313 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:40:32.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.314738 25995 mini_oidc.cc:150] Starting JWKS server
10:40:32.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.316154 25995 webserver.cc:533] Webserver started at http://127.0.0.1:38189/ using document root <none> and password file <none>
10:40:32.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.316286 25995 mini_oidc.cc:186] Starting OIDC Discovery server
10:40:32.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.316495 25995 webserver.cc:533] Webserver started at http://127.0.0.1:39427/ using document root <none> and password file <none>
10:40:32.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:32Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:40:32.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:32Z Disabled control of system clock
10:40:32.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.331736 25995 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:32.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/wal
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/data
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/logs
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/data/info.pb
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.254:44455
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.254
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.212:35891
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.254:44455,127.25.98.253:41871,127.25.98.252:45695
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38189/jwks.json
10:40:32.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33071 with env {}
10:40:32.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.435140 26010 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:32.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.435372 26010 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:32.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.435437 26010 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:32.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.438743 26010 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:32.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.438828 26010 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:32.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.438861 26010 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:32.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.438884 26010 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:32.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.438907 26010 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:32.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.438926 26010 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38189/jwks.json
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.442965 26010 master_runner.cc:387] Master server non-default flags:
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.212:35891
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/data
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/wal
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33071
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.254:44455,127.25.98.253:41871,127.25.98.252:45695
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.254:44455
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38189/jwks.json
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/data/info.pb
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.254
10:40:32.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26010
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/logs
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:32.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.444281 26010 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:32.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.445426 26010 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:32.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.450991 26021 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
10:40:32.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.450973 26019 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
10:40:32.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.451040 26010 server_base.cc:1061] running on GCE node
10:40:32.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.450991 26017 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
10:40:32.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.451999 26010 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:32.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.452939 26010 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:32.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.454173 26010 hybrid_clock.cc:648] HybridClock initialized: now 1786444832454112 us; error 76 us; skew 500 ppm
10:40:32.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.456071 26010 webserver.cc:533] Webserver started at http://127.25.98.254:45299/ using document root <none> and password file <none>
10:40:32.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.456688 26010 fs_manager.cc:362] Metadata directory not provided
10:40:32.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.456780 26010 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:32.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.457042 26010 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:32.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.458994 26010 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/data/instance:
10:40:32.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2c50796bf6184e66be5beebb99e6b7eb"
10:40:32.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:32 on dist-test-slave-68xk"
10:40:32.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.459674 26010 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/wal/instance:
10:40:32.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2c50796bf6184e66be5beebb99e6b7eb"
10:40:32.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:32 on dist-test-slave-68xk"
10:40:32.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.463238 26010 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
10:40:32.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.465476 26030 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:32.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.466488 26010 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
10:40:32.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.466621 26010 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/wal
10:40:32.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2c50796bf6184e66be5beebb99e6b7eb"
10:40:32.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:32 on dist-test-slave-68xk"
10:40:32.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.466725 26010 fs_report.cc:389] FS layout report
10:40:32.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/wal
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/wal
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/data/data
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:32.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.485956 26010 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:32.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.486716 26010 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
10:40:32.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.486933 26010 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:32.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.494280 26010 rpc_server.cc:307] RPC server started. Bound to: 127.25.98.254:44455
10:40:32.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.494395 26118 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.98.254:44455 every 8 connection(s)
10:40:32.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.495344 26010 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/data/info.pb
10:40:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.497609 25995 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 26010
10:40:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.497786 25995 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-0/wal/instance
10:40:32.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.498834 26119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:32.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.499790 25995 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/wal
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/data
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/logs
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/data/info.pb
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.253:41871
10:40:32.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.253
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.212:35891
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.254:44455,127.25.98.253:41871,127.25.98.252:45695
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38189/jwks.json
10:40:32.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33071 with env {}
10:40:32.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.502820 26119 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } has no permanent_uuid. Determining permanent_uuid...
10:40:32.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.514130 26119 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } has no permanent_uuid. Determining permanent_uuid...
10:40:32.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.514991 26040 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.98.253:41871: connect: Connection refused (error 111)
10:40:32.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.515909 26119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.253:41871: Network error: Client connection negotiation failed: client connection to 127.25.98.253:41871: connect: Connection refused (error 111)
10:40:32.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.565194 26119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } attempt: 1
10:40:32.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.566948 26119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.253:41871: Network error: Client connection negotiation failed: client connection to 127.25.98.253:41871: connect: Connection refused (error 111)
10:40:32.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.619369 26120 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:32.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.619899 26120 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:32.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.620008 26120 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.623384 26120 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.623445 26120 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.623466 26120 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.623484 26120 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.623502 26120 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:32.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.623517 26120 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38189/jwks.json
10:40:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.627472 26120 master_runner.cc:387] Master server non-default flags:
10:40:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.212:35891
10:40:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:32.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/data
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/wal
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33071
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.254:44455,127.25.98.253:41871,127.25.98.252:45695
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.253:41871
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38189/jwks.json
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/data/info.pb
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.253
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26120
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/logs
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:32.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.628753 26120 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:32.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.630174 26120 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:32.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.635131 26119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } attempt: 2
10:40:32.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.636648 26132 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
10:40:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.636776 26120 server_base.cc:1061] running on GCE node
10:40:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.636655 26131 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
10:40:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.636933 26135 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
10:40:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.637542 26119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.253:41871: Network error: Client connection negotiation failed: client connection to 127.25.98.253:41871: connect: Connection refused (error 111)
10:40:32.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.637791 26120 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:32.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.638727 26120 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:32.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.639917 26120 hybrid_clock.cc:648] HybridClock initialized: now 1786444832639897 us; error 32 us; skew 500 ppm
10:40:32.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.641645 26120 webserver.cc:533] Webserver started at http://127.25.98.253:36563/ using document root <none> and password file <none>
10:40:32.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.642235 26120 fs_manager.cc:362] Metadata directory not provided
10:40:32.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.642323 26120 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:32.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.642591 26120 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.644131 26120 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/data/instance:
10:40:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dfc04b05c280495f8ebafc593d3ba744"
10:40:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:32 on dist-test-slave-68xk"
10:40:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.644690 26120 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/wal/instance:
10:40:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dfc04b05c280495f8ebafc593d3ba744"
10:40:32.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:32 on dist-test-slave-68xk"
10:40:32.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.648033 26120 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.002s
10:40:32.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.650184 26146 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.651233 26120 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.651371 26120 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/wal
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dfc04b05c280495f8ebafc593d3ba744"
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:32 on dist-test-slave-68xk"
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.651465 26120 fs_report.cc:389] FS layout report
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/wal
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/wal
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/data/data
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:32.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:32.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:32.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:32.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:32.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:32.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:32.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:32.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:32.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.670938 26120 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.671765 26120 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
10:40:32.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.672005 26120 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:32.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.679913 26247 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.98.253:41871 every 8 connection(s)
10:40:32.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.679919 26120 rpc_server.cc:307] RPC server started. Bound to: 127.25.98.253:41871
10:40:32.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.681061 26120 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/data/info.pb
10:40:32.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.683928 26248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:32.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.687294 25995 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 26120
10:40:32.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.687431 25995 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-1/wal/instance
10:40:32.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.688331 25995 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:32.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:32.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/wal
10:40:32.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/data
10:40:32.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:32.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:32.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:32.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/logs
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/data/info.pb
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.252:45695
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.252
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.212:35891
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:32.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:32.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.254:44455,127.25.98.253:41871,127.25.98.252:45695
10:40:32.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:32.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38189/jwks.json
10:40:32.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33071 with env {}
10:40:32.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.687685 26248 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } has no permanent_uuid. Determining permanent_uuid...
10:40:32.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.697396 26248 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } has no permanent_uuid. Determining permanent_uuid...
10:40:32.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.703238 26248 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } has no permanent_uuid. Determining permanent_uuid...
10:40:32.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.703999 26154 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.98.252:45695: connect: Connection refused (error 111)
10:40:32.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.704955 26248 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.252:45695: Network error: Client connection negotiation failed: client connection to 127.25.98.252:45695: connect: Connection refused (error 111)
10:40:32.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.728752 26119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } attempt: 3
10:40:32.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.733783 26119 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } has no permanent_uuid. Determining permanent_uuid...
10:40:32.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.735260 26119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.252:45695: Network error: Client connection negotiation failed: client connection to 127.25.98.252:45695: connect: Connection refused (error 111)
10:40:32.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.754200 26248 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } attempt: 1
10:40:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.755867 26248 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.252:45695: Network error: Client connection negotiation failed: client connection to 127.25.98.252:45695: connect: Connection refused (error 111)
10:40:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.766453 26119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } attempt: 1
10:40:32.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.768052 26119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.252:45695: Network error: Client connection negotiation failed: client connection to 127.25.98.252:45695: connect: Connection refused (error 111)
10:40:32.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.798485 26252 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:32.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.798702 26252 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:32.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.798753 26252 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:32.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.802016 26252 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:32.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.802068 26252 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:32.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.802088 26252 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:32.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.802106 26252 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:32.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.802124 26252 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:32.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.802139 26252 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38189/jwks.json
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.805984 26252 master_runner.cc:387] Master server non-default flags:
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.98.212:35891
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/data
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/wal
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33071
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.98.254:44455,127.25.98.253:41871,127.25.98.252:45695
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.98.252:45695
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38189/jwks.json
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/data/info.pb
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.98.252
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:32.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26252
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/logs
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.807049 26252 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:32.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.808066 26252 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:32.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.813527 26267 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
10:40:32.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.813539 26262 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
10:40:32.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.813602 26264 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
10:40:32.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.813871 26252 server_base.cc:1061] running on GCE node
10:40:32.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.814337 26252 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:32.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.815328 26252 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:32.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.816551 26252 hybrid_clock.cc:648] HybridClock initialized: now 1786444832816512 us; error 49 us; skew 500 ppm
10:40:32.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.818526 26252 webserver.cc:533] Webserver started at http://127.25.98.252:33397/ using document root <none> and password file <none>
10:40:32.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.819064 26252 fs_manager.cc:362] Metadata directory not provided
10:40:32.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.819120 26252 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:32.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.819350 26252 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:32.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.821023 26252 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/data/instance:
10:40:32.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "91ef61d3c0fc4408ba0e61882f86ebcc"
10:40:32.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:32 on dist-test-slave-68xk"
10:40:32.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.821466 26252 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/wal/instance:
10:40:32.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "91ef61d3c0fc4408ba0e61882f86ebcc"
10:40:32.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:32 on dist-test-slave-68xk"
10:40:32.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.824074 26248 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } attempt: 2
10:40:32.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.824905 26252 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.003s
10:40:32.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.825685 26248 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.252:45695: Network error: Client connection negotiation failed: client connection to 127.25.98.252:45695: connect: Connection refused (error 111)
10:40:32.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.827194 26276 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.828133 26252 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.828281 26252 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/wal
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "91ef61d3c0fc4408ba0e61882f86ebcc"
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:32 on dist-test-slave-68xk"
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.828413 26252 fs_report.cc:389] FS layout report
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/wal
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/wal
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/data/data
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:32.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:32.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:32.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:32.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:32.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:32.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:32.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:32.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.839993 26252 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:32.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.840659 26252 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
10:40:32.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.840868 26252 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:32.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.843293 26119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } attempt: 2
10:40:32.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.844682 26119 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.98.252:45695: Network error: Client connection negotiation failed: client connection to 127.25.98.252:45695: connect: Connection refused (error 111)
10:40:32.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.848966 26252 rpc_server.cc:307] RPC server started. Bound to: 127.25.98.252:45695
10:40:32.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.848986 26358 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.98.252:45695 every 8 connection(s)
10:40:32.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.849947 26252 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/data/info.pb
10:40:32.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.852707 26359 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:32.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.855644 25995 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 26252
10:40:32.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.855737 25995 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster10462157670640575226/master-2/wal/instance
10:40:32.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.855716 26359 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } has no permanent_uuid. Determining permanent_uuid...
10:40:32.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.864629 26359 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } has no permanent_uuid. Determining permanent_uuid...
10:40:32.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.869107 26359 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } has no permanent_uuid. Determining permanent_uuid...
10:40:32.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.875499 26359 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc: Bootstrap starting.
10:40:32.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.878156 26359 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc: Neither blocks nor log segments found. Creating new log.
10:40:32.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.878988 26359 log.cc:826] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc: Log is configured to *not* fsync() on all Append() calls
10:40:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.879873 25995 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:40:32.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.880695 26359 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc: No bootstrap required, opened a new log
10:40:32.880 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:32.881 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:40:32.881 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.98.254"
      port: 44455
    }
    bound_http_address {
      host: "127.25.98.254"
      port: 45299
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.98.253"
      port: 41871
    }
    bound_http_address {
      host: "127.25.98.253"
      port: 36563
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.98.252"
      port: 45695
    }
    bound_http_address {
      host: "127.25.98.252"
      port: 33397
    }
  }
}

10:40:32.883 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:40:32.883 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:32.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.884470 26359 raft_consensus.cc:359] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } }
10:40:32.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.884851 26359 raft_consensus.cc:385] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:32.885 [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)	
10:40:32.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.885059 26359 raft_consensus.cc:740] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 91ef61d3c0fc4408ba0e61882f86ebcc, State: Initialized, Role: FOLLOWER
10:40:32.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.885751 26359 consensus_queue.cc:260] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [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: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } }
10:40:32.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.886312 26370 sys_catalog.cc:455] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [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: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:32.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.886606 26370 sys_catalog.cc:458] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [sys.catalog]: This master's current role is: FOLLOWER
10:40:32.887 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:32.887 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:32.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.887133 26359 sys_catalog.cc:565] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [sys.catalog]: configured and running, proceeding with master startup.
10:40:32.887 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fea0b43, with PersistenceManager: null will be shutdown
10:40:32.887 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fea0b43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4885f50f created in the thread with id: 128
10:40:32.894 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fea0b43
10:40:32.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.892226 26252 master_runner.cc:187] Error getting master registration for 127.25.98.254:44455: OK, instance_id { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" instance_seqno: 1786444832492206 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:32.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.894555 26252 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:32.895 [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=	
10:40:32.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.896157 26386 client.h:372] Failed to connect to Hive Metastore (localhost:33071): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.897382 26393 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:32.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.897459 26393 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:32.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.916870 26248 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } attempt: 3
10:40:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.925412 26248 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744: Bootstrap starting.
10:40:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.928339 26248 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744: Neither blocks nor log segments found. Creating new log.
10:40:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.929406 26248 log.cc:826] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744: Log is configured to *not* fsync() on all Append() calls
10:40:32.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.931577 26248 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744: No bootstrap required, opened a new log
10:40:32.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.935118 26248 raft_consensus.cc:359] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } }
10:40:32.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.935497 26248 raft_consensus.cc:385] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:32.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.935714 26248 raft_consensus.cc:740] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dfc04b05c280495f8ebafc593d3ba744, State: Initialized, Role: FOLLOWER
10:40:32.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.936390 26248 consensus_queue.cc:260] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [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: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } }
10:40:32.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.937832 26248 sys_catalog.cc:565] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [sys.catalog]: configured and running, proceeding with master startup.
10:40:32.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.941957 26404 sys_catalog.cc:455] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [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: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:32.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.942250 26404 sys_catalog.cc:458] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [sys.catalog]: This master's current role is: FOLLOWER
10:40:32.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.943840 26119 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } attempt: 3
10:40:32.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.942567 26120 master_runner.cc:187] Error getting master registration for 127.25.98.254:44455: OK, instance_id { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" instance_seqno: 1786444832492206 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:32.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.944983 26120 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:32.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.952816 26119 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb: Bootstrap starting.
10:40:32.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.954188 26421 catalog_manager.cc:1594] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:32.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.954257 26421 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:32.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.955591 26119 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb: Neither blocks nor log segments found. Creating new log.
10:40:32.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.957193 26119 log.cc:826] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb: Log is configured to *not* fsync() on all Append() calls
10:40:32.959 [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=	
10:40:32.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.960443 26418 client.h:372] Failed to connect to Hive Metastore (localhost:33071): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:32.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.968294 26119 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb: No bootstrap required, opened a new log
10:40:32.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.972759 26119 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } }
10:40:32.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.973086 26119 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:32.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.973161 26119 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c50796bf6184e66be5beebb99e6b7eb, State: Initialized, Role: FOLLOWER
10:40:32.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.973686 26119 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [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: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } }
10:40:32.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.975131 26119 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [sys.catalog]: configured and running, proceeding with master startup.
10:40:32.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.983028 26433 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [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: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:32.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.983162 26433 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [sys.catalog]: This master's current role is: FOLLOWER
10:40:32.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.984867 26010 master_runner.cc:264] No leader master found from master 2c50796bf6184e66be5beebb99e6b7eb
10:40:32.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:32.984927 26010 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:32.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.988307 26042 tablet.cc:2406] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:40:32.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.991503 26461 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:32.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:32.991572 26461 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:33.006 [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=	
10:40:33.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:33.007539 26456 client.h:372] Failed to connect to Hive Metastore (localhost:33071): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:33.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.069636 26404 raft_consensus.cc:493] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.069875 26404 raft_consensus.cc:515] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } }
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.071125 26404 leader_election.cc:290] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c50796bf6184e66be5beebb99e6b7eb (127.25.98.254:44455), 91ef61d3c0fc4408ba0e61882f86ebcc (127.25.98.252:45695)
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.074970 26322 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dfc04b05c280495f8ebafc593d3ba744" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" is_pre_election: true
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.075258 26322 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dfc04b05c280495f8ebafc593d3ba744 in term 0.
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.075735 26080 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dfc04b05c280495f8ebafc593d3ba744" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c50796bf6184e66be5beebb99e6b7eb" is_pre_election: true
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.075981 26080 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dfc04b05c280495f8ebafc593d3ba744 in term 0.
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.076462 26154 leader_election.cc:304] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [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: 91ef61d3c0fc4408ba0e61882f86ebcc, dfc04b05c280495f8ebafc593d3ba744; no voters: 
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.076742 26404 raft_consensus.cc:2804] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.076803 26404 raft_consensus.cc:493] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.076843 26404 raft_consensus.cc:3060] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 0 FOLLOWER]: Advancing to term 1
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.078042 26404 raft_consensus.cc:515] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } }
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.086587 26080 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dfc04b05c280495f8ebafc593d3ba744" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c50796bf6184e66be5beebb99e6b7eb"
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.086758 26080 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [term 0 FOLLOWER]: Advancing to term 1
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.088009 26080 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dfc04b05c280495f8ebafc593d3ba744 in term 1.
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.088470 26148 leader_election.cc:304] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [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: 2c50796bf6184e66be5beebb99e6b7eb, dfc04b05c280495f8ebafc593d3ba744; no voters: 
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:33.092048 26283 tablet.cc:2406] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.094494 26404 leader_election.cc:290] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [CANDIDATE]: Term 1 election: Requested vote from peers 2c50796bf6184e66be5beebb99e6b7eb (127.25.98.254:44455), 91ef61d3c0fc4408ba0e61882f86ebcc (127.25.98.252:45695)
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.094651 26404 raft_consensus.cc:2804] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 1 FOLLOWER]: Leader election won for term 1
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.094724 26404 raft_consensus.cc:697] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [term 1 LEADER]: Becoming Leader. State: Replica: dfc04b05c280495f8ebafc593d3ba744, State: Running, Role: LEADER
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.095054 26404 consensus_queue.cc:237] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [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: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } }
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.096980 26404 sys_catalog.cc:455] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [sys.catalog]: SysCatalogTable state changed. Reason: New leader dfc04b05c280495f8ebafc593d3ba744. Latest consensus state: current_term: 1 leader_uuid: "dfc04b05c280495f8ebafc593d3ba744" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.097090 26404 sys_catalog.cc:458] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [sys.catalog]: This master's current role is: LEADER
10:40:33.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.097740 26322 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dfc04b05c280495f8ebafc593d3ba744" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc"
10:40:33.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.097860 26322 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [term 0 FOLLOWER]: Advancing to term 1
10:40:33.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.099054 26322 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dfc04b05c280495f8ebafc593d3ba744 in term 1.
10:40:33.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.150223 26470 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:40:33.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.151594 26470 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:40:33.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:33.174317 26157 tablet.cc:2406] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:40:33.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.174495 26322 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [term 1 FOLLOWER]: Refusing update from remote peer dfc04b05c280495f8ebafc593d3ba744: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:33.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.175199 26467 consensus_queue.cc:1048] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [LEADER]: Connected to new peer: Peer: permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.180044 26370 sys_catalog.cc:455] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [sys.catalog]: SysCatalogTable state changed. Reason: New leader dfc04b05c280495f8ebafc593d3ba744. Latest consensus state: current_term: 1 leader_uuid: "dfc04b05c280495f8ebafc593d3ba744" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.180171 26370 sys_catalog.cc:458] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [sys.catalog]: This master's current role is: FOLLOWER
10:40:33.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.181565 26080 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [term 1 FOLLOWER]: Refusing update from remote peer dfc04b05c280495f8ebafc593d3ba744: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:33.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.182291 26467 consensus_queue.cc:1048] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:33.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.186211 26433 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [sys.catalog]: SysCatalogTable state changed. Reason: New leader dfc04b05c280495f8ebafc593d3ba744. Latest consensus state: current_term: 1 leader_uuid: "dfc04b05c280495f8ebafc593d3ba744" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:33.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.186329 26433 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [sys.catalog]: This master's current role is: FOLLOWER
10:40:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.194425 26467 sys_catalog.cc:455] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "dfc04b05c280495f8ebafc593d3ba744" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:33.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.194555 26467 sys_catalog.cc:458] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [sys.catalog]: This master's current role is: LEADER
10:40:33.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.195967 26433 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "dfc04b05c280495f8ebafc593d3ba744" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:33.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.196071 26433 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb [sys.catalog]: This master's current role is: FOLLOWER
10:40:33.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.196641 26471 mvcc.cc:204] Tried to move back new op lower bound from 7317278036673622016 to 7317278036361150464. Current Snapshot: MvccSnapshot[applied={T|T < 7317278036673622016}]
10:40:33.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.199792 26476 mvcc.cc:204] Tried to move back new op lower bound from 7317278036673622016 to 7317278036361150464. Current Snapshot: MvccSnapshot[applied={T|T < 7317278036673622016 or (T in {7317278036673622016})}]
10:40:33.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.201683 26404 sys_catalog.cc:455] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "dfc04b05c280495f8ebafc593d3ba744" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:33.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.201794 26404 sys_catalog.cc:458] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744 [sys.catalog]: This master's current role is: LEADER
10:40:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.203173 26472 mvcc.cc:204] Tried to move back new op lower bound from 7317278036673622016 to 7317278036361150464. Current Snapshot: MvccSnapshot[applied={T|T < 7317278036673622016}]
10:40:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.203336 26370 sys_catalog.cc:455] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "dfc04b05c280495f8ebafc593d3ba744" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c50796bf6184e66be5beebb99e6b7eb" member_type: VOTER last_known_addr { host: "127.25.98.254" port: 44455 } } peers { permanent_uuid: "dfc04b05c280495f8ebafc593d3ba744" member_type: VOTER last_known_addr { host: "127.25.98.253" port: 41871 } } peers { permanent_uuid: "91ef61d3c0fc4408ba0e61882f86ebcc" member_type: VOTER last_known_addr { host: "127.25.98.252" port: 45695 } } }
10:40:33.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.203426 26370 sys_catalog.cc:458] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc [sys.catalog]: This master's current role is: FOLLOWER
10:40:33.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.207891 26470 catalog_manager.cc:1383] Generated new cluster ID: 7d961174718d4ff3b9a9d2612e77f5ba
10:40:33.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.207968 26470 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:40:33.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.276836 26470 catalog_manager.cc:1406] Generated new certificate authority record
10:40:33.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.278347 26470 catalog_manager.cc:1540] Loading token signing keys...
10:40:33.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.304157 26470 catalog_manager.cc:6092] T 00000000000000000000000000000000 P dfc04b05c280495f8ebafc593d3ba744: Generated new TSK 0
10:40:33.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.305279 26470 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:40:33.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.306180 26470 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:40:33.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.306927 26470 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:40:33.393 [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.
10:40:33.399 [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.
10:40:33.400 [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.
10:40:33.482 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
10:40:33.488 [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/hive3471013043396751759/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)
10:40:33.491 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3471013043396751759/external-warehouse/legacy_table
10:40:33.597 [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	
10:40:33.635 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:33.643 [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	
10:40:33.656 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
10:40:33.737 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
10:40:33.737 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
10:40:33.857 [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	
10:40:33.889 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
10:40:33.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.899158 26393 catalog_manager.cc:1295] Loaded cluster ID: 7d961174718d4ff3b9a9d2612e77f5ba
10:40:33.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.899257 26393 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc: loading cluster ID for follower catalog manager: success
10:40:33.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.901770 26393 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc: acquiring CA information for follower catalog manager: success
10:40:33.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.903759 26393 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 91ef61d3c0fc4408ba0e61882f86ebcc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:33.909 [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=	
10:40:33.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:33.910272 26386 client.h:372] Failed to connect to Hive Metastore (localhost:33071): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:33.930 [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	
10:40:33.940 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:33.941 [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	
10:40:33.969 [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=	
10:40:33.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:33.969874 26418 client.h:372] Failed to connect to Hive Metastore (localhost:33071): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:33.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.993139 26461 catalog_manager.cc:1295] Loaded cluster ID: 7d961174718d4ff3b9a9d2612e77f5ba
10:40:33.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.993234 26461 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb: loading cluster ID for follower catalog manager: success
10:40:33.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.996261 26461 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb: acquiring CA information for follower catalog manager: success
10:40:33.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:33.997885 26461 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2c50796bf6184e66be5beebb99e6b7eb: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:34.010 [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=	
10:40:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:34.010854 26456 client.h:372] Failed to connect to Hive Metastore (localhost:33071): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:34.048 [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.
10:40:34.164 [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.
10:40:34.198 [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.
10:40:34.290 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:40:34.291 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:40:34.291 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:40:34.292 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fea0b43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4885f50f will be shutdown
10:40:34.292 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:40:34.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:34.292157 25995 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 26010
10:40:34.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:34.306573 25995 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 26120
10:40:34.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:34.320225 25995 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 26252
10:40:34.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:34Z chronyd exiting
.10:40:34.383 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:34.384 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:34.384 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:34.408 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive16075322293096750726
10:40:34.409 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:40:34.410 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:40:34.412 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:34.412 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:34.413 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:40:34.413 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:40:34.415 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:40:34.415 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:40:34.416 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:40:34.417 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:40:34.418 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
10:40:34.557 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:34.559 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
10:40:34.560 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:40:34.562 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:40:34.564 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:34.564 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:40:34.593 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:40:34.593 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:40:34.593 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:40:34.622 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:34.623 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:34.624 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:34.624 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:34.625 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:34.625 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:34.848 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:40:34.848 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4db1c84, with PersistenceManager: null will be shutdown
10:40:34.848 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4db1c84, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1a665247 created in the thread with id: 138
10:40:34.851 [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
10:40:34.853 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4db1c84
10:40:34.965 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
10:40:34.984 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
10:40:35.012 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
10:40:35.014 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
10:40:35.044 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:40:35.045 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:40:35.046 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:40:35.046 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
10:40:35.046 [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)
10:40:35.046 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [42429]...
10:40:35.047 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:40:35.047 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:40:35.047 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
10:40:35.047 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
10:40:35.411 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:35.411 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:35.411 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:35.413 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:40:35.413 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42429]
10:40:35.413 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42429) in binary transport mode
10:40:35.414 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42429) current connections: 1
10:40:35.415 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskbMtQoM/test-tmp
10:40:35.416 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
10:40:35.416 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskbMtQoM/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
10:40:35.419 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42429"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:40:35.523 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:35.524 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:40:35.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.525182 26529 mini_oidc.cc:150] Starting JWKS server
10:40:35.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.526808 26529 webserver.cc:533] Webserver started at http://127.0.0.1:45365/ using document root <none> and password file <none>
10:40:35.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.527004 26529 mini_oidc.cc:186] Starting OIDC Discovery server
10:40:35.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.527331 26529 webserver.cc:533] Webserver started at http://127.0.0.1:40453/ using document root <none> and password file <none>
10:40:35.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:35Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:40:35.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:35Z Disabled control of system clock
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.541847 26529 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/wal
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/data
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/logs
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/data/info.pb
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:35.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.232.126:38553
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.232.126
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.232.84:39211
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45365/jwks.json
10:40:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42429 with env {}
10:40:35.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.647009 26545 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:35.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.647231 26545 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:35.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.647280 26545 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.650883 26545 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.650942 26545 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.650964 26545 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.650985 26545 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.651005 26545 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:35.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.651021 26545 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45365/jwks.json
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.655411 26545 master_runner.cc:387] Master server non-default flags:
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.232.84:39211
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/data
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/wal
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42429
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.232.126:38553
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45365/jwks.json
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/data/info.pb
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.232.126
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26545
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/logs
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:35.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.656637 26545 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:35.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.657783 26545 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:35.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.663579 26555 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
10:40:35.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.663595 26554 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
10:40:35.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.663595 26558 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
10:40:35.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.663904 26545 server_base.cc:1061] running on GCE node
10:40:35.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.664326 26545 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:35.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.665238 26545 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:35.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.666400 26545 hybrid_clock.cc:648] HybridClock initialized: now 1786444835666374 us; error 38 us; skew 500 ppm
10:40:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.668191 26545 webserver.cc:533] Webserver started at http://127.25.232.126:36981/ using document root <none> and password file <none>
10:40:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.668691 26545 fs_manager.cc:362] Metadata directory not provided
10:40:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.668744 26545 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:35.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.668897 26545 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.670362 26545 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/data/instance:
10:40:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89241a6ac26d4dc79a3259d60a78980f"
10:40:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:35 on dist-test-slave-68xk"
10:40:35.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.670878 26545 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/wal/instance:
10:40:35.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89241a6ac26d4dc79a3259d60a78980f"
10:40:35.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:35 on dist-test-slave-68xk"
10:40:35.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.673923 26545 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.001s
10:40:35.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.676095 26566 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.677016 26545 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.677114 26545 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/wal
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "89241a6ac26d4dc79a3259d60a78980f"
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:35 on dist-test-slave-68xk"
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.677177 26545 fs_report.cc:389] FS layout report
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/wal
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/wal
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/data/data
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:35.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.692935 26545 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:35.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.693521 26545 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
10:40:35.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.693662 26545 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:35.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.700690 26545 rpc_server.cc:307] RPC server started. Bound to: 127.25.232.126:38553
10:40:35.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.700711 26649 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.232.126:38553 every 8 connection(s)
10:40:35.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.701694 26545 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/data/info.pb
10:40:35.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.704598 26650 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:35.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.707831 26529 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 26545
10:40:35.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.708014 26529 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-0/wal/instance
10:40:35.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.707984 26650 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } has no permanent_uuid. Determining permanent_uuid...
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.709966 26529 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/wal
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/data
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/logs
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/data/info.pb
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:35.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.232.125:43383
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.232.125
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.232.84:39211
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45365/jwks.json
10:40:35.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42429 with env {}
10:40:35.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.720118 26650 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } has no permanent_uuid. Determining permanent_uuid...
10:40:35.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.720896 26568 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.232.125:43383: connect: Connection refused (error 111)
10:40:35.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.721730 26650 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.232.125:43383: Network error: Client connection negotiation failed: client connection to 127.25.232.125:43383: connect: Connection refused (error 111)
10:40:35.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.770987 26650 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } attempt: 1
10:40:35.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.772647 26650 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.232.125:43383: Network error: Client connection negotiation failed: client connection to 127.25.232.125:43383: connect: Connection refused (error 111)
10:40:35.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.814281 26651 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:35.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.814570 26651 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:35.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.814623 26651 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:35.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.818045 26651 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:35.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.818109 26651 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:35.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.818137 26651 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:35.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.818156 26651 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:35.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.818174 26651 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:35.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.818188 26651 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45365/jwks.json
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.822815 26651 master_runner.cc:387] Master server non-default flags:
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.232.84:39211
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/data
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/wal
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42429
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.232.125:43383
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45365/jwks.json
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/data/info.pb
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.232.125
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26651
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/logs
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:35.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:35.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.824014 26651 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:35.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.825147 26651 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:35.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.831034 26672 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
10:40:35.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.831125 26670 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
10:40:35.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.831429 26651 server_base.cc:1061] running on GCE node
10:40:35.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.831159 26668 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
10:40:35.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.832000 26651 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:35.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.832894 26651 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:35.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.834115 26651 hybrid_clock.cc:648] HybridClock initialized: now 1786444835834081 us; error 51 us; skew 500 ppm
10:40:35.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.836086 26651 webserver.cc:533] Webserver started at http://127.25.232.125:42205/ using document root <none> and password file <none>
10:40:35.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.836673 26651 fs_manager.cc:362] Metadata directory not provided
10:40:35.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.836759 26651 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:35.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.836997 26651 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:35.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.838622 26651 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/data/instance:
10:40:35.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29"
10:40:35.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:35 on dist-test-slave-68xk"
10:40:35.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.839157 26651 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/wal/instance:
10:40:35.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29"
10:40:35.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:35 on dist-test-slave-68xk"
10:40:35.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.840850 26650 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } attempt: 2
10:40:35.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.842345 26650 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.232.125:43383: Network error: Client connection negotiation failed: client connection to 127.25.232.125:43383: connect: Connection refused (error 111)
10:40:35.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.843114 26651 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
10:40:35.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.845491 26680 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:35.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.846704 26651 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
10:40:35.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.846819 26651 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/wal
10:40:35.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29"
10:40:35.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:35 on dist-test-slave-68xk"
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.846889 26651 fs_report.cc:389] FS layout report
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/wal
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/wal
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/data/data
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:35.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:35.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.861260 26651 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:35.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.861865 26651 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
10:40:35.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.862069 26651 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:35.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.869920 26651 rpc_server.cc:307] RPC server started. Bound to: 127.25.232.125:43383
10:40:35.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.869932 26762 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.232.125:43383 every 8 connection(s)
10:40:35.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.871189 26651 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/data/info.pb
10:40:35.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.874137 26763 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:35.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.876609 26529 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 26651
10:40:35.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.876732 26529 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-1/wal/instance
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.877429 26529 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/wal
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/data
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:35.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/logs
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/data/info.pb
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.232.124:43503
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.232.124
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.232.84:39211
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503
10:40:35.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:35.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45365/jwks.json
10:40:35.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42429 with env {}
10:40:35.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.877327 26763 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } has no permanent_uuid. Determining permanent_uuid...
10:40:35.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.890793 26763 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } has no permanent_uuid. Determining permanent_uuid...
10:40:35.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.899031 26763 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } has no permanent_uuid. Determining permanent_uuid...
10:40:35.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.899833 26685 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.232.124:43503: connect: Connection refused (error 111)
10:40:35.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.900766 26763 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.232.124:43503: Network error: Client connection negotiation failed: client connection to 127.25.232.124:43503: connect: Connection refused (error 111)
10:40:35.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.933574 26650 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } attempt: 3
10:40:35.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.939736 26650 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } has no permanent_uuid. Determining permanent_uuid...
10:40:35.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.941380 26650 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.232.124:43503: Network error: Client connection negotiation failed: client connection to 127.25.232.124:43503: connect: Connection refused (error 111)
10:40:35.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.950029 26763 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } attempt: 1
10:40:35.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.951484 26763 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.232.124:43503: Network error: Client connection negotiation failed: client connection to 127.25.232.124:43503: connect: Connection refused (error 111)
10:40:35.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:35.972579 26650 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } attempt: 1
10:40:35.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:35.974289 26650 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.232.124:43503: Network error: Client connection negotiation failed: client connection to 127.25.232.124:43503: connect: Connection refused (error 111)
10:40:36.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.005517 26764 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:36.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.005740 26764 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:36.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.005795 26764 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:36.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.009454 26764 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:36.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.009514 26764 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:36.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.009557 26764 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:36.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.009577 26764 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:36.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.009598 26764 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:36.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.009613 26764 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45365/jwks.json
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.013893 26764 master_runner.cc:387] Master server non-default flags:
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.232.84:39211
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/data
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/wal
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42429
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.232.124:43503
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45365/jwks.json
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/data/info.pb
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.232.124
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26764
10:40:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/logs
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.015331 26764 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:36.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.016767 26764 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:36.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.019660 26763 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } attempt: 2
10:40:36.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.021147 26763 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.232.124:43503: Network error: Client connection negotiation failed: client connection to 127.25.232.124:43503: connect: Connection refused (error 111)
10:40:36.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.023146 26781 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
10:40:36.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.023260 26785 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
10:40:36.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.023154 26779 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
10:40:36.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.023898 26764 server_base.cc:1061] running on GCE node
10:40:36.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.024451 26764 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:36.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.025382 26764 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:36.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.026528 26764 hybrid_clock.cc:648] HybridClock initialized: now 1786444836026512 us; error 32 us; skew 500 ppm
10:40:36.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.028184 26764 webserver.cc:533] Webserver started at http://127.25.232.124:38999/ using document root <none> and password file <none>
10:40:36.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.028882 26764 fs_manager.cc:362] Metadata directory not provided
10:40:36.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.028970 26764 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:36.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.029189 26764 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:36.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.031306 26764 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/data/instance:
10:40:36.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "343ad9a68c7341b8a652318dcc9db656"
10:40:36.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:36 on dist-test-slave-68xk"
10:40:36.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.031878 26764 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/wal/instance:
10:40:36.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "343ad9a68c7341b8a652318dcc9db656"
10:40:36.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:36 on dist-test-slave-68xk"
10:40:36.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.035293 26764 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
10:40:36.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.037423 26793 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.038534 26764 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.038632 26764 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/wal
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "343ad9a68c7341b8a652318dcc9db656"
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:36 on dist-test-slave-68xk"
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.038702 26764 fs_report.cc:389] FS layout report
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/wal
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/wal
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/data/data
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:36.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:36.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:36.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:36.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:36.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:36.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:36.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:36.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.049467 26650 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } attempt: 2
10:40:36.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.051198 26650 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.232.124:43503: Network error: Client connection negotiation failed: client connection to 127.25.232.124:43503: connect: Connection refused (error 111)
10:40:36.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.053620 26764 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:36.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.054206 26764 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
10:40:36.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.054348 26764 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:36.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.063587 26875 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.232.124:43503 every 8 connection(s)
10:40:36.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.063596 26764 rpc_server.cc:307] RPC server started. Bound to: 127.25.232.124:43503
10:40:36.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.064872 26764 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/data/info.pb
10:40:36.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.065207 26529 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 26764
10:40:36.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.065359 26529 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster4639640834473737479/master-2/wal/instance
10:40:36.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.069406 26877 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:36.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.073808 26877 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } has no permanent_uuid. Determining permanent_uuid...
10:40:36.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.081918 26877 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } has no permanent_uuid. Determining permanent_uuid...
10:40:36.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.087252 26877 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } has no permanent_uuid. Determining permanent_uuid...
10:40:36.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.093250 26529 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:40:36.094 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:36.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.094502 26877 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656: Bootstrap starting.
10:40:36.094 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:40:36.095 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.232.126"
      port: 38553
    }
    bound_http_address {
      host: "127.25.232.126"
      port: 36981
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.232.125"
      port: 43383
    }
    bound_http_address {
      host: "127.25.232.125"
      port: 42205
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.232.124"
      port: 43503
    }
    bound_http_address {
      host: "127.25.232.124"
      port: 38999
    }
  }
}

10:40:36.096 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:40:36.096 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:36.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.097095 26877 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656: Neither blocks nor log segments found. Creating new log.
10:40:36.098 [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=f404ecc2-fce6-4e4a-b6ea-aef7de77b0ef, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:36.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.097966 26877 log.cc:826] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656: Log is configured to *not* fsync() on all Append() calls
10:40:36.100 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:36.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.100061 26877 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656: No bootstrap required, opened a new log
10:40:36.100 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:36.100 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@42f1b668, with PersistenceManager: null will be shutdown
10:40:36.101 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@42f1b668, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@15b16af7 created in the thread with id: 159
10:40:36.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.103901 26877 raft_consensus.cc:359] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } }
10:40:36.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.104358 26877 raft_consensus.cc:385] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:36.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.104621 26877 raft_consensus.cc:740] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 343ad9a68c7341b8a652318dcc9db656, State: Initialized, Role: FOLLOWER
10:40:36.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.105461 26877 consensus_queue.cc:260] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [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: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } }
10:40:36.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.106789 26892 sys_catalog.cc:455] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [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: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.107105 26892 sys_catalog.cc:458] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [sys.catalog]: This master's current role is: FOLLOWER
10:40:36.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.107365 26877 sys_catalog.cc:565] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [sys.catalog]: configured and running, proceeding with master startup.
10:40:36.107 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@42f1b668
10:40:36.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.112331 26763 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } attempt: 3
10:40:36.118 [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=	
10:40:36.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.116753 26764 master_runner.cc:187] Error getting master registration for 127.25.232.126:38553: OK, instance_id { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" instance_seqno: 1786444835698744 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:36.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.119114 26764 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:36.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.119534 26907 client.h:372] Failed to connect to Hive Metastore (localhost:42429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:36.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.121731 26763 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29: Bootstrap starting.
10:40:36.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.123261 26910 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:36.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.123342 26910 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:36.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.124135 26763 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29: Neither blocks nor log segments found. Creating new log.
10:40:36.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.124898 26763 log.cc:826] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29: Log is configured to *not* fsync() on all Append() calls
10:40:36.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.126668 26763 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29: No bootstrap required, opened a new log
10:40:36.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.129817 26763 raft_consensus.cc:359] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } }
10:40:36.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.130003 26763 raft_consensus.cc:385] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:36.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.130071 26763 raft_consensus.cc:740] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5cb9b392a2d4ac3bc0a98f89e3dae29, State: Initialized, Role: FOLLOWER
10:40:36.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.130656 26763 consensus_queue.cc:260] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [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: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } }
10:40:36.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.132171 26763 sys_catalog.cc:565] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [sys.catalog]: configured and running, proceeding with master startup.
10:40:36.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.137027 26651 master_runner.cc:187] Error getting master registration for 127.25.232.126:38553: OK, instance_id { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" instance_seqno: 1786444835698744 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:36.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.139583 26651 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:36.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.142652 26919 sys_catalog.cc:455] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [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: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.142982 26919 sys_catalog.cc:458] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [sys.catalog]: This master's current role is: FOLLOWER
10:40:36.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.150363 26650 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } attempt: 3
10:40:36.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.151352 26938 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:36.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.151593 26938 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:36.157 [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=	
10:40:36.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.157960 26935 client.h:372] Failed to connect to Hive Metastore (localhost:42429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:36.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.158587 26650 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f: Bootstrap starting.
10:40:36.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.161334 26650 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f: Neither blocks nor log segments found. Creating new log.
10:40:36.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.162386 26650 log.cc:826] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f: Log is configured to *not* fsync() on all Append() calls
10:40:36.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.164685 26650 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f: No bootstrap required, opened a new log
10:40:36.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.169037 26650 raft_consensus.cc:359] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } }
10:40:36.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.169432 26650 raft_consensus.cc:385] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:36.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.169639 26650 raft_consensus.cc:740] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 89241a6ac26d4dc79a3259d60a78980f, State: Initialized, Role: FOLLOWER
10:40:36.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.170343 26650 consensus_queue.cc:260] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [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: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } }
10:40:36.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.172092 26650 sys_catalog.cc:565] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [sys.catalog]: configured and running, proceeding with master startup.
10:40:36.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.176867 26892 raft_consensus.cc:493] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:40:36.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.177055 26892 raft_consensus.cc:515] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } }
10:40:36.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.178123 26892 leader_election.cc:290] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 89241a6ac26d4dc79a3259d60a78980f (127.25.232.126:38553), c5cb9b392a2d4ac3bc0a98f89e3dae29 (127.25.232.125:43383)
10:40:36.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.178723 26724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "343ad9a68c7341b8a652318dcc9db656" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" is_pre_election: true
10:40:36.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.179001 26724 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 343ad9a68c7341b8a652318dcc9db656 in term 0.
10:40:36.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.179667 26795 leader_election.cc:304] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [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: 343ad9a68c7341b8a652318dcc9db656, c5cb9b392a2d4ac3bc0a98f89e3dae29; no voters: 
10:40:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.180644 26610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "343ad9a68c7341b8a652318dcc9db656" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "89241a6ac26d4dc79a3259d60a78980f" is_pre_election: true
10:40:36.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.180873 26610 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 343ad9a68c7341b8a652318dcc9db656 in term 0.
10:40:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.185810 26892 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:40:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.185894 26892 raft_consensus.cc:493] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:40:36.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.185935 26892 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 0 FOLLOWER]: Advancing to term 1
10:40:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.186820 26545 master_runner.cc:264] No leader master found from master 89241a6ac26d4dc79a3259d60a78980f
10:40:36.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.187162 26545 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:36.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.193672 26892 raft_consensus.cc:515] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } }
10:40:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.194440 26892 leader_election.cc:290] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [CANDIDATE]: Term 1 election: Requested vote from peers 89241a6ac26d4dc79a3259d60a78980f (127.25.232.126:38553), c5cb9b392a2d4ac3bc0a98f89e3dae29 (127.25.232.125:43383)
10:40:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.195125 26610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "343ad9a68c7341b8a652318dcc9db656" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "89241a6ac26d4dc79a3259d60a78980f"
10:40:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.195251 26610 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [term 0 FOLLOWER]: Advancing to term 1
10:40:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.196382 26610 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 343ad9a68c7341b8a652318dcc9db656 in term 1.
10:40:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.196755 26797 leader_election.cc:304] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [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: 343ad9a68c7341b8a652318dcc9db656, 89241a6ac26d4dc79a3259d60a78980f; no voters: 
10:40:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.197033 26724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "343ad9a68c7341b8a652318dcc9db656" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29"
10:40:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.197183 26724 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [term 0 FOLLOWER]: Advancing to term 1
10:40:36.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.198361 26724 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 343ad9a68c7341b8a652318dcc9db656 in term 1.
10:40:36.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.199457 26892 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 1 FOLLOWER]: Leader election won for term 1
10:40:36.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.199527 26575 tablet.cc:2406] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:40:36.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.199694 26892 raft_consensus.cc:697] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [term 1 LEADER]: Becoming Leader. State: Replica: 343ad9a68c7341b8a652318dcc9db656, State: Running, Role: LEADER
10:40:36.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.200037 26892 consensus_queue.cc:237] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [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: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } }
10:40:36.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.202322 26892 sys_catalog.cc:455] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 343ad9a68c7341b8a652318dcc9db656. Latest consensus state: current_term: 1 leader_uuid: "343ad9a68c7341b8a652318dcc9db656" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.202636 26892 sys_catalog.cc:458] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [sys.catalog]: This master's current role is: LEADER
10:40:36.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.207386 26967 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:40:36.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.208715 26967 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:40:36.208 [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=	
10:40:36.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.209437 26956 client.h:372] Failed to connect to Hive Metastore (localhost:42429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:36.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.210364 26943 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.211615 26943 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [sys.catalog]: This master's current role is: FOLLOWER
10:40:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.211524 26960 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:36.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:36.214462 26960 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:36.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.227659 26724 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [term 1 FOLLOWER]: Refusing update from remote peer 343ad9a68c7341b8a652318dcc9db656: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:36.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.227638 26610 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [term 1 FOLLOWER]: Refusing update from remote peer 343ad9a68c7341b8a652318dcc9db656: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:36.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.228361 26963 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [LEADER]: Connected to new peer: Peer: permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:36.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.228838 26963 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:36.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.234472 26919 sys_catalog.cc:455] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 343ad9a68c7341b8a652318dcc9db656. Latest consensus state: current_term: 1 leader_uuid: "343ad9a68c7341b8a652318dcc9db656" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.234647 26919 sys_catalog.cc:458] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [sys.catalog]: This master's current role is: FOLLOWER
10:40:36.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.239634 26943 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 343ad9a68c7341b8a652318dcc9db656. Latest consensus state: current_term: 1 leader_uuid: "343ad9a68c7341b8a652318dcc9db656" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.239781 26943 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [sys.catalog]: This master's current role is: FOLLOWER
10:40:36.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.246465 26974 mvcc.cc:204] Tried to move back new op lower bound from 7317278049173135360 to 7317278049080483840. Current Snapshot: MvccSnapshot[applied={T|T < 7317278049173135360}]
10:40:36.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.247208 26892 sys_catalog.cc:455] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "343ad9a68c7341b8a652318dcc9db656" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.247324 26892 sys_catalog.cc:458] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [sys.catalog]: This master's current role is: LEADER
10:40:36.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.249125 26977 mvcc.cc:204] Tried to move back new op lower bound from 7317278049173135360 to 7317278049080483840. Current Snapshot: MvccSnapshot[applied={T|T < 7317278049173135360}]
10:40:36.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.251044 26919 sys_catalog.cc:455] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "343ad9a68c7341b8a652318dcc9db656" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.251174 26919 sys_catalog.cc:458] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29 [sys.catalog]: This master's current role is: FOLLOWER
10:40:36.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.252840 26975 sys_catalog.cc:455] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "343ad9a68c7341b8a652318dcc9db656" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.252965 26975 sys_catalog.cc:458] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656 [sys.catalog]: This master's current role is: LEADER
10:40:36.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.254267 26967 catalog_manager.cc:1383] Generated new cluster ID: 390113b1caaa4215bf13b6b4acd031b9
10:40:36.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.254334 26967 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:40:36.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.258546 26943 sys_catalog.cc:455] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "343ad9a68c7341b8a652318dcc9db656" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "89241a6ac26d4dc79a3259d60a78980f" member_type: VOTER last_known_addr { host: "127.25.232.126" port: 38553 } } peers { permanent_uuid: "c5cb9b392a2d4ac3bc0a98f89e3dae29" member_type: VOTER last_known_addr { host: "127.25.232.125" port: 43383 } } peers { permanent_uuid: "343ad9a68c7341b8a652318dcc9db656" member_type: VOTER last_known_addr { host: "127.25.232.124" port: 43503 } } }
10:40:36.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.258680 26943 sys_catalog.cc:458] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f [sys.catalog]: This master's current role is: FOLLOWER
10:40:36.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.266508 26982 mvcc.cc:204] Tried to move back new op lower bound from 7317278049173135360 to 7317278049080483840. Current Snapshot: MvccSnapshot[applied={T|T < 7317278049173135360 or (T in {7317278049173135360})}]
10:40:36.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.330127 26967 catalog_manager.cc:1406] Generated new certificate authority record
10:40:36.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.331751 26967 catalog_manager.cc:1540] Loading token signing keys...
10:40:36.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.366472 26967 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 343ad9a68c7341b8a652318dcc9db656: Generated new TSK 0
10:40:36.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.367530 26967 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:40:36.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.370546 26967 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:40:36.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:36.371237 26967 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:40:36.595 [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.
10:40:36.600 [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.
10:40:36.600 [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.
10:40:36.660 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:36.665 [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/hive16075322293096750726/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=f404ecc2-fce6-4e4a-b6ea-aef7de77b0ef, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:36.668 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16075322293096750726/external-warehouse/table
10:40:36.756 [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	
10:40:36.787 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:36.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: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)	
10:40:36.791 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
10:40:36.793 [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/hive16075322293096750726/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)
10:40:36.795 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16075322293096750726/external-warehouse/legacy_table
10:40:36.809 [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	
10:40:36.819 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:36.820 [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	
10:40:36.852 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:36.918 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:36.919 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:36.949 [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	
10:40:36.979 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:36.994 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.016 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.027 [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.
10:40:37.042 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:40:37.044 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.25.232.126:38553(127.25.232.126:38553)] connecting to peer
10:40:37.046 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.25.232.125:43383(127.25.232.125:43383)] connecting to peer
10:40:37.047 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.232.126:38553(127.25.232.126:38553)] Successfully connected to peer
10:40:37.054 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.25.232.124:43503(127.25.232.124:43503)] connecting to peer
10:40:37.055 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.232.126
10:40:37.058 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.25.232.125:43383(127.25.232.125:43383)] Successfully connected to peer
10:40:37.072 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.25.232.124:43503(127.25.232.124:43503)] Successfully connected to peer
10:40:37.078 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.232.124
10:40:37.079 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.232.125
10:40:37.093 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:37.099 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x3028fc2c, L:/127.0.0.1:50674 - R:/127.25.232.126:38553] using SASL/PLAIN
10:40:37.102 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:37.107 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x24c90538, L:/127.0.0.1:55886 - R:/127.25.232.125:43383] using SASL/PLAIN
10:40:37.108 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:37.113 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xacbf0505, L:/127.0.0.1:46734 - R:/127.25.232.124:43503] using SASL/PLAIN
10:40:37.117 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:40:37.118 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:40:37.119 [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)

10:40:37.120 [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	
10:40:37.126 [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=	
10:40:37.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:37.126657 26907 client.h:372] Failed to connect to Hive Metastore (localhost:42429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:37.132 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.143 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.143 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.150 [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	
10:40:37.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:37.153385 26938 catalog_manager.cc:1295] Loaded cluster ID: 390113b1caaa4215bf13b6b4acd031b9
10:40:37.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:37.153476 26938 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29: loading cluster ID for follower catalog manager: success
10:40:37.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:37.155967 26938 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29: acquiring CA information for follower catalog manager: success
10:40:37.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:37.157516 26938 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c5cb9b392a2d4ac3bc0a98f89e3dae29: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:37.160 [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=	
10:40:37.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:37.160763 26935 client.h:372] Failed to connect to Hive Metastore (localhost:42429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:37.170 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.180 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.180 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.185 [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	
10:40:37.196 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.206 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.206 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.211 [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=	
10:40:37.212 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:40:37.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:37.212620 26956 client.h:372] Failed to connect to Hive Metastore (localhost:42429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:37.214 [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)

10:40:37.217 [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	
10:40:37.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:37.216120 26960 catalog_manager.cc:1295] Loaded cluster ID: 390113b1caaa4215bf13b6b4acd031b9
10:40:37.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:37.216192 26960 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f: loading cluster ID for follower catalog manager: success
10:40:37.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:37.218636 26960 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f: acquiring CA information for follower catalog manager: success
10:40:37.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:37.220009 26960 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 89241a6ac26d4dc79a3259d60a78980f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:37.229 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.242 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.242 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.246 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:40:37.247 [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)

10:40:37.248 [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	
10:40:37.258 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.270 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.270 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.275 [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	
10:40:37.284 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.295 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.295 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.310 [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	
10:40:37.319 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.329 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.329 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.333 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:40:37.334 [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)

10:40:37.335 [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	
10:40:37.345 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.355 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.355 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.361 [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	
10:40:37.372 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.382 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.382 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.388 [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	
10:40:37.397 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.405 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.406 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.412 [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	
10:40:37.422 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.431 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.431 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.495 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:40:37.497 [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)

10:40:37.499 [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	
10:40:37.522 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.539 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.539 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.550 [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	
10:40:37.559 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.568 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.568 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.576 [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	
10:40:37.584 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:37.593 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.593 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:37.599 [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	
10:40:37.605 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:37.607 [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	
10:40:37.699 [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.
10:40:37.813 [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.
10:40:37.857 [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.
10:40:37.984 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive16075322293096750726/warehouse/default/table
10:40:37.986 [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)	
10:40:37.988 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:37.990 [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/hive16075322293096750726/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)
10:40:37.991 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive16075322293096750726/external-warehouse/table specified for non-external table:table
10:40:37.993 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:37.993 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:38.014 [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	
10:40:38.033 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:38.034 [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	
10:40:38.044 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:38.060 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:38.061 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:38.066 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:40:38.068 [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)

10:40:38.071 [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	
10:40:38.080 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:38.089 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:38.089 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:38.093 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:40:38.094 [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)

10:40:38.095 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:40:38.104 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:38.113 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:38.113 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:38.118 [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	
10:40:38.126 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
10:40:38.128 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:40:38.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:38.129259 26907 client.h:372] Failed to connect to Hive Metastore (localhost:42429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:38.134 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
10:40:38.134 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
10:40:38.142 [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	
10:40:38.150 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:38.151 [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	
10:40:38.163 [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=	
10:40:38.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:38.163884 26935 client.h:372] Failed to connect to Hive Metastore (localhost:42429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:38.201 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:40:38.203 [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=f404ecc2-fce6-4e4a-b6ea-aef7de77b0ef, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:38.206 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:38.207 [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/hive16075322293096750726/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=f404ecc2-fce6-4e4a-b6ea-aef7de77b0ef, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.232.126:38553,127.25.232.125:43383,127.25.232.124:43503}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:38.209 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16075322293096750726/external-warehouse/table
10:40:38.215 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:40:38.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:38.215878 26956 client.h:372] Failed to connect to Hive Metastore (localhost:42429): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:38.230 [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	
10:40:38.238 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:38.240 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:40:38.248 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:38.258 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:38.258 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:38.264 [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	
10:40:38.272 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:38.273 [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	
10:40:38.312 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:40:38.312 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:40:38.312 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@42f1b668, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@15b16af7 will be shutdown
10:40:38.313 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:40:38.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:38.312911 26529 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 26545
10:40:38.334 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.232.126:38553(127.25.232.126:38553)] handling channelInactive
10:40:38.335 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.232.126:38553(127.25.232.126:38553)] cleaning up while in state READY due to: connection closed
10:40:38.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:38.334625 26529 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 26651
10:40:38.346 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.25.232.125:43383(127.25.232.125:43383)] handling channelInactive
10:40:38.346 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.25.232.125:43383(127.25.232.125:43383)] cleaning up while in state READY due to: connection closed
10:40:38.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:38.347290 26529 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 26764
10:40:38.358 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.25.232.124:43503(127.25.232.124:43503)] handling channelInactive
10:40:38.358 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.25.232.124:43503(127.25.232.124:43503)] cleaning up while in state READY due to: connection closed
10:40:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:38Z chronyd exiting
.10:40:38.408 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:38.409 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:38.409 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:38.427 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive12495650786537372967
10:40:38.428 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:40:38.428 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:40:38.431 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:38.431 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:38.432 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:40:38.433 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:40:38.439 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:40:38.439 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:40:38.446 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:40:38.446 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:40:38.448 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
10:40:38.531 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:38.533 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
10:40:38.533 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:40:38.536 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:40:38.542 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:38.543 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:40:38.559 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:40:38.559 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:40:38.559 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:40:38.583 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:38.584 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:38.584 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:38.584 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:38.585 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:38.585 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:38.792 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:40:38.792 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@771a8257, with PersistenceManager: null will be shutdown
10:40:38.793 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@771a8257, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@26cf5418 created in the thread with id: 178
10:40:38.795 [WARN - Thread-124] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
10:40:38.796 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@771a8257
10:40:38.907 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
10:40:38.922 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
10:40:38.950 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
10:40:38.951 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
10:40:38.982 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:40:38.983 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:40:38.983 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:40:38.983 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
10:40:38.984 [WARN - Thread-124] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
10:40:38.984 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [42611]...
10:40:38.984 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:40:38.984 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:40:38.984 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
10:40:38.984 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
10:40:39.430 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:39.431 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:39.431 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:39.433 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:40:39.433 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42611]
10:40:39.433 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42611) in binary transport mode
10:40:39.434 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42611) current connections: 1
10:40:39.435 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskbMtQoM/test-tmp
10:40:39.436 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
10:40:39.436 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskbMtQoM/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
10:40:39.439 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42611"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:40:39.545 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:39.546 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:40:39.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.547163 27056 mini_oidc.cc:150] Starting JWKS server
10:40:39.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.548615 27056 webserver.cc:533] Webserver started at http://127.0.0.1:39993/ using document root <none> and password file <none>
10:40:39.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.548740 27056 mini_oidc.cc:186] Starting OIDC Discovery server
10:40:39.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.549099 27056 webserver.cc:533] Webserver started at http://127.0.0.1:41613/ using document root <none> and password file <none>
10:40:39.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:39Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:40:39.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:39Z Disabled control of system clock
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.563995 27056 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/wal
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/data
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/logs
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/data/info.pb
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.108.62:39535
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.108.62
10:40:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.108.20:40047
10:40:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.108.62:39535,127.26.108.61:39587,127.26.108.60:34195
10:40:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
10:40:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42611 with env {}
10:40:39.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.671914 27080 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:39.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.672204 27080 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:39.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.672271 27080 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:39.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.676245 27080 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:39.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.676340 27080 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:39.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.676374 27080 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:39.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.676400 27080 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:39.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.676425 27080 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:39.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.676447 27080 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39993/jwks.json
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.680998 27080 master_runner.cc:387] Master server non-default flags:
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.108.20:40047
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/data
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/wal
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42611
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.108.62:39535,127.26.108.61:39587,127.26.108.60:34195
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.108.62:39535
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:39.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/data/info.pb
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.108.62
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27080
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/logs
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.682597 27080 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:39.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.683796 27080 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:39.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.689589 27090 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
10:40:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.689589 27091 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
10:40:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.689949 27095 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
10:40:39.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.690405 27080 server_base.cc:1061] running on GCE node
10:40:39.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.690874 27080 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:39.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.691756 27080 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:39.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.692926 27080 hybrid_clock.cc:648] HybridClock initialized: now 1786444839692900 us; error 111 us; skew 500 ppm
10:40:39.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.694756 27080 webserver.cc:533] Webserver started at http://127.26.108.62:35091/ using document root <none> and password file <none>
10:40:39.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.695279 27080 fs_manager.cc:362] Metadata directory not provided
10:40:39.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.695331 27080 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:39.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.695489 27080 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:39.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.696964 27080 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/data/instance:
10:40:39.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "98f108fa5dbe4fb79500e4f080cff48b"
10:40:39.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:39 on dist-test-slave-68xk"
10:40:39.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.697394 27080 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/wal/instance:
10:40:39.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "98f108fa5dbe4fb79500e4f080cff48b"
10:40:39.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:39 on dist-test-slave-68xk"
10:40:39.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.700815 27080 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
10:40:39.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.702917 27101 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.703908 27080 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.704000 27080 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/wal
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "98f108fa5dbe4fb79500e4f080cff48b"
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:39 on dist-test-slave-68xk"
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.704066 27080 fs_report.cc:389] FS layout report
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/wal
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/wal
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/data/data
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:39.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:39.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.718333 27080 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.719054 27080 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
10:40:39.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.719211 27080 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:39.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.727483 27080 rpc_server.cc:307] RPC server started. Bound to: 127.26.108.62:39535
10:40:39.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.727537 27185 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.108.62:39535 every 8 connection(s)
10:40:39.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.728632 27080 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/data/info.pb
10:40:39.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.730906 27056 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 27080
10:40:39.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.731076 27056 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-0/wal/instance
10:40:39.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.732208 27187 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:39.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.732575 27056 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:39.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:39.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/wal
10:40:39.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/data
10:40:39.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:39.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:39.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/logs
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/data/info.pb
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.108.61:39587
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.108.61
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.108.20:40047
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.108.62:39535,127.26.108.61:39587,127.26.108.60:34195
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:39.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
10:40:39.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42611 with env {}
10:40:39.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.735910 27187 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.108.62" port: 39535 } has no permanent_uuid. Determining permanent_uuid...
10:40:39.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.753515 27187 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.108.61" port: 39587 } has no permanent_uuid. Determining permanent_uuid...
10:40:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.755101 27109 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.108.61:39587: connect: Connection refused (error 111)
10:40:39.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.756140 27187 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.108.61:39587: Network error: Client connection negotiation failed: client connection to 127.26.108.61:39587: connect: Connection refused (error 111)
10:40:39.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.805390 27187 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.108.61" port: 39587 } attempt: 1
10:40:39.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.807345 27187 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.108.61:39587: Network error: Client connection negotiation failed: client connection to 127.26.108.61:39587: connect: Connection refused (error 111)
10:40:39.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.850884 27189 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:39.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.851095 27189 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:39.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.851141 27189 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:39.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.854501 27189 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:39.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.854558 27189 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:39.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.854584 27189 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:39.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.854602 27189 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:39.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.854620 27189 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:39.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.854635 27189 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39993/jwks.json
10:40:39.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.858752 27189 master_runner.cc:387] Master server non-default flags:
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.108.20:40047
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/data
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/wal
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42611
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.108.62:39535,127.26.108.61:39587,127.26.108.60:34195
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.108.61:39587
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/data/info.pb
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.108.61
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27189
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:39.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/logs
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:39.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.859947 27189 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:39.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.861063 27189 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:39.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.866514 27204 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
10:40:39.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.866586 27206 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
10:40:39.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.866499 27210 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
10:40:39.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.866993 27189 server_base.cc:1061] running on GCE node
10:40:39.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.867551 27189 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:39.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.868654 27189 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:39.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.869867 27189 hybrid_clock.cc:648] HybridClock initialized: now 1786444839869848 us; error 40 us; skew 500 ppm
10:40:39.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.871920 27189 webserver.cc:533] Webserver started at http://127.26.108.61:46565/ using document root <none> and password file <none>
10:40:39.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.872565 27189 fs_manager.cc:362] Metadata directory not provided
10:40:39.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.872658 27189 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:39.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.872884 27189 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:39.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.874915 27189 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/data/instance:
10:40:39.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f04c5c1185dc4b67b60260f08d15ad13"
10:40:39.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:39 on dist-test-slave-68xk"
10:40:39.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.875485 27189 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/wal/instance:
10:40:39.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f04c5c1185dc4b67b60260f08d15ad13"
10:40:39.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:39 on dist-test-slave-68xk"
10:40:39.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.875607 27187 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.108.61" port: 39587 } attempt: 2
10:40:39.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.877101 27187 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.108.61:39587: Network error: Client connection negotiation failed: client connection to 127.26.108.61:39587: connect: Connection refused (error 111)
10:40:39.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.879678 27189 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
10:40:39.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.882190 27216 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.883450 27189 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.883584 27189 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/wal
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f04c5c1185dc4b67b60260f08d15ad13"
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:39 on dist-test-slave-68xk"
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.883718 27189 fs_report.cc:389] FS layout report
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/wal
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/wal
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/data/data
10:40:39.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:39.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.908897 27189 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:39.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.909713 27189 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
10:40:39.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.909930 27189 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.917042 27189 rpc_server.cc:307] RPC server started. Bound to: 127.26.108.61:39587
10:40:39.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.917055 27300 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.108.61:39587 every 8 connection(s)
10:40:39.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.918349 27189 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/data/info.pb
10:40:39.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.920820 27056 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 27189
10:40:39.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.920939 27056 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-1/wal/instance
10:40:39.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.921645 27056 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:39.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:39.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/wal
10:40:39.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/data
10:40:39.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/logs
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/data/info.pb
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.108.60:34195
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.108.60
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.108.20:40047
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:39.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.108.62:39535,127.26.108.61:39587,127.26.108.60:34195
10:40:39.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:39.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
10:40:39.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42611 with env {}
10:40:39.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.921834 27303 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:39.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.925498 27303 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.108.62" port: 39535 } has no permanent_uuid. Determining permanent_uuid...
10:40:39.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.936789 27303 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.108.61" port: 39587 } has no permanent_uuid. Determining permanent_uuid...
10:40:39.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.943641 27303 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } has no permanent_uuid. Determining permanent_uuid...
10:40:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.944589 27222 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.108.60:34195: connect: Connection refused (error 111)
10:40:39.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.945624 27303 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.108.60:34195: Network error: Client connection negotiation failed: client connection to 127.26.108.60:34195: connect: Connection refused (error 111)
10:40:39.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.968319 27187 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.108.61" port: 39587 } attempt: 3
10:40:39.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.973872 27187 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } has no permanent_uuid. Determining permanent_uuid...
10:40:39.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.975404 27187 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.108.60:34195: Network error: Client connection negotiation failed: client connection to 127.26.108.60:34195: connect: Connection refused (error 111)
10:40:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:39.994854 27303 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } attempt: 1
10:40:39.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:39.996513 27303 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.108.60:34195: Network error: Client connection negotiation failed: client connection to 127.26.108.60:34195: connect: Connection refused (error 111)
10:40:40.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.006598 27187 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } attempt: 1
10:40:40.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.008384 27187 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.108.60:34195: Network error: Client connection negotiation failed: client connection to 127.26.108.60:34195: connect: Connection refused (error 111)
10:40:40.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.042363 27305 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:40.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.042721 27305 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:40.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.042788 27305 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:40.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.046795 27305 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:40.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.046893 27305 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:40.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.046927 27305 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:40.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.046953 27305 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:40.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.046978 27305 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:40.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.047000 27305 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39993/jwks.json
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.051384 27305 master_runner.cc:387] Master server non-default flags:
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.108.20:40047
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/data
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/wal
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42611
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:40.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.108.62:39535,127.26.108.61:39587,127.26.108.60:34195
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.108.60:34195
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39993/jwks.json
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/data/info.pb
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.108.60
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27305
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/logs
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:40.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:40.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.052907 27305 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:40.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.054283 27305 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:40.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.060763 27321 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
10:40:40.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.060865 27305 server_base.cc:1061] running on GCE node
10:40:40.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.060717 27322 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
10:40:40.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.060712 27324 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
10:40:40.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.061868 27305 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:40.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.062762 27305 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:40.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.063963 27305 hybrid_clock.cc:648] HybridClock initialized: now 1786444840063931 us; error 53 us; skew 500 ppm
10:40:40.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.064728 27303 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } attempt: 2
10:40:40.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.066344 27305 webserver.cc:533] Webserver started at http://127.26.108.60:38083/ using document root <none> and password file <none>
10:40:40.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.066651 27303 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.108.60:34195: Network error: Client connection negotiation failed: client connection to 127.26.108.60:34195: connect: Connection refused (error 111)
10:40:40.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.066982 27305 fs_manager.cc:362] Metadata directory not provided
10:40:40.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.067040 27305 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:40.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.067258 27305 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:40.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.069231 27305 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/data/instance:
10:40:40.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "25733bd34c9047b4ad5edae52aa828a3"
10:40:40.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:40 on dist-test-slave-68xk"
10:40:40.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.069741 27305 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/wal/instance:
10:40:40.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "25733bd34c9047b4ad5edae52aa828a3"
10:40:40.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:40 on dist-test-slave-68xk"
10:40:40.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.072906 27305 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
10:40:40.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.074980 27332 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.075979 27305 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.076071 27305 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/wal
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "25733bd34c9047b4ad5edae52aa828a3"
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:40 on dist-test-slave-68xk"
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.076133 27305 fs_report.cc:389] FS layout report
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/wal
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/wal
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/data/data
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:40.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.083590 27187 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } attempt: 2
10:40:40.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.085126 27187 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.108.60:34195: Network error: Client connection negotiation failed: client connection to 127.26.108.60:34195: connect: Connection refused (error 111)
10:40:40.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.092891 27305 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:40.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.093493 27305 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
10:40:40.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.093637 27305 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:40.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.100729 27305 rpc_server.cc:307] RPC server started. Bound to: 127.26.108.60:34195
10:40:40.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.100792 27419 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.108.60:34195 every 8 connection(s)
10:40:40.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.101656 27305 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/data/info.pb
10:40:40.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.104434 27421 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:40.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.107321 27421 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.108.62" port: 39535 } has no permanent_uuid. Determining permanent_uuid...
10:40:40.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.108566 27056 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 27305
10:40:40.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.108680 27056 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster15249630576787405096/master-2/wal/instance
10:40:40.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.116792 27421 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.108.61" port: 39587 } has no permanent_uuid. Determining permanent_uuid...
10:40:40.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.120826 27421 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } has no permanent_uuid. Determining permanent_uuid...
10:40:40.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.127223 27421 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3: Bootstrap starting.
10:40:40.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.129808 27421 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3: Neither blocks nor log segments found. Creating new log.
10:40:40.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.130651 27421 log.cc:826] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3: Log is configured to *not* fsync() on all Append() calls
10:40:40.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.131721 27056 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:40:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.132350 27421 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3: No bootstrap required, opened a new log
10:40:40.132 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:40.132 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:40:40.133 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.108.62"
      port: 39535
    }
    bound_http_address {
      host: "127.26.108.62"
      port: 35091
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.108.61"
      port: 39587
    }
    bound_http_address {
      host: "127.26.108.61"
      port: 46565
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.108.60"
      port: 34195
    }
    bound_http_address {
      host: "127.26.108.60"
      port: 38083
    }
  }
}

10:40:40.134 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:40:40.134 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:40.135 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:40:40.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.135637 27056 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 27080
10:40:40.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.135680 27421 raft_consensus.cc:359] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "98f108fa5dbe4fb79500e4f080cff48b" member_type: VOTER last_known_addr { host: "127.26.108.62" port: 39535 } } peers { permanent_uuid: "f04c5c1185dc4b67b60260f08d15ad13" member_type: VOTER last_known_addr { host: "127.26.108.61" port: 39587 } } peers { permanent_uuid: "25733bd34c9047b4ad5edae52aa828a3" member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } }
10:40:40.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.143846 27421 raft_consensus.cc:385] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:40.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.143908 27421 raft_consensus.cc:740] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25733bd34c9047b4ad5edae52aa828a3, State: Initialized, Role: FOLLOWER
10:40:40.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.144356 27421 consensus_queue.cc:260] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3 [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: "98f108fa5dbe4fb79500e4f080cff48b" member_type: VOTER last_known_addr { host: "127.26.108.62" port: 39535 } } peers { permanent_uuid: "f04c5c1185dc4b67b60260f08d15ad13" member_type: VOTER last_known_addr { host: "127.26.108.61" port: 39587 } } peers { permanent_uuid: "25733bd34c9047b4ad5edae52aa828a3" member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } }
10:40:40.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.144871 27429 sys_catalog.cc:455] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3 [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: "98f108fa5dbe4fb79500e4f080cff48b" member_type: VOTER last_known_addr { host: "127.26.108.62" port: 39535 } } peers { permanent_uuid: "f04c5c1185dc4b67b60260f08d15ad13" member_type: VOTER last_known_addr { host: "127.26.108.61" port: 39587 } } peers { permanent_uuid: "25733bd34c9047b4ad5edae52aa828a3" member_type: VOTER last_known_addr { host: "127.26.108.60" port: 34195 } } }
10:40:40.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.144979 27429 sys_catalog.cc:458] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3 [sys.catalog]: This master's current role is: FOLLOWER
10:40:40.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.145605 27421 sys_catalog.cc:565] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3 [sys.catalog]: configured and running, proceeding with master startup.
10:40:40.151 [INFO - Metastore-Handler-Pool: Thread-201] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
10:40:40.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.151453 27458 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 25733bd34c9047b4ad5edae52aa828a3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:40.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.151970 27458 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:40.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.152451 27454 client.h:372] Failed to connect to Hive Metastore (localhost:42611): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:40:40.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:40.153231 27338 connection.cc:573] client connection to 127.26.108.62:39535 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
10:40:40.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.153512 27305 master_runner.cc:187] Error getting master registration for 127.26.108.62:39535: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
10:40:40.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.155624 27305 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:40.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.155982 27056 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 27189
10:40:40.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:40.169477 27056 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 27305
10:40:40.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:40Z chronyd exiting
.10:40:40.225 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:40.225 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:40.226 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:40.253 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4947490939472399185
10:40:40.254 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:40:40.255 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:40:40.257 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:40.257 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:40.257 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:40:40.258 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:40:40.264 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:40:40.264 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:40:40.266 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:40:40.266 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:40:40.267 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
10:40:40.368 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:40.368 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
10:40:40.369 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:40:40.370 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:40:40.373 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:40:40.374 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:40:40.396 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:40:40.396 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:40:40.396 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:40:40.419 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:40.420 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:40.420 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:40.421 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:40.421 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:40.421 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:40:40.598 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:40:40.598 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3dc4729c, with PersistenceManager: null will be shutdown
10:40:40.598 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3dc4729c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@616f9046 created in the thread with id: 202
10:40:40.600 [WARN - Thread-141] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
10:40:40.601 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3dc4729c
10:40:40.703 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
10:40:40.720 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
10:40:40.746 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
10:40:40.748 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
10:40:40.777 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:40:40.778 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:40:40.779 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:40:40.779 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
10:40:40.779 [WARN - Thread-141] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
10:40:40.779 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [34605]...
10:40:40.780 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:40:40.780 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:40:40.780 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
10:40:40.780 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
10:40:41.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:40:41.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:40:41.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:40:41.259 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:40:41.259 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34605]
10:40:41.259 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34605) in binary transport mode
10:40:41.259 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34605) current connections: 1
10:40:41.261 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskbMtQoM/test-tmp
10:40:41.261 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
10:40:41.261 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskbMtQoM/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
10:40:41.265 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:40:41.381 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:41.382 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:40:41.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.382928 27504 mini_oidc.cc:150] Starting JWKS server
10:40:41.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.384338 27504 webserver.cc:533] Webserver started at http://127.0.0.1:39105/ using document root <none> and password file <none>
10:40:41.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.384464 27504 mini_oidc.cc:186] Starting OIDC Discovery server
10:40:41.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.384660 27504 webserver.cc:533] Webserver started at http://127.0.0.1:34699/ using document root <none> and password file <none>
10:40:41.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:41Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:40:41.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:41Z Disabled control of system clock
10:40:41.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.398787 27504 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/wal
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/data
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/logs
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/data/info.pb
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:41.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.220.62:43319
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.220.62
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.220.20:39407
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.220.62:43319,127.26.220.61:41907,127.26.220.60:37553
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:41.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39105/jwks.json with env {}
10:40:41.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.502271 27525 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:41.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.502564 27525 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:41.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.502619 27525 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:41.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.506024 27525 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:41.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.506083 27525 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:41.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.506104 27525 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:41.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.506122 27525 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:41.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.506141 27525 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:41.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.506156 27525 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39105/jwks.json
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.510025 27525 master_runner.cc:387] Master server non-default flags:
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.220.20:39407
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/data
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/wal
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.220.62:43319,127.26.220.61:41907,127.26.220.60:37553
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.220.62:43319
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39105/jwks.json
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/data/info.pb
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.220.62
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27525
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/logs
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:41.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:41.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.511082 27525 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:41.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.512127 27525 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:41.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.517539 27534 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
10:40:41.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.517583 27532 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
10:40:41.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.517832 27525 server_base.cc:1061] running on GCE node
10:40:41.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.517930 27531 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
10:40:41.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.518481 27525 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:41.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.519335 27525 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:41.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.520534 27525 hybrid_clock.cc:648] HybridClock initialized: now 1786444841520517 us; error 98 us; skew 500 ppm
10:40:41.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.522253 27525 webserver.cc:533] Webserver started at http://127.26.220.62:42485/ using document root <none> and password file <none>
10:40:41.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.522835 27525 fs_manager.cc:362] Metadata directory not provided
10:40:41.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.522923 27525 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:41.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.523155 27525 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:41.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.524644 27525 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/data/instance:
10:40:41.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a79b696ebd764bb2b647fd99d6990abb"
10:40:41.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:41 on dist-test-slave-68xk"
10:40:41.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.525198 27525 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/wal/instance:
10:40:41.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a79b696ebd764bb2b647fd99d6990abb"
10:40:41.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:41 on dist-test-slave-68xk"
10:40:41.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.528352 27525 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
10:40:41.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.530510 27543 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.531498 27525 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
10:40:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.531628 27525 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/wal
10:40:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a79b696ebd764bb2b647fd99d6990abb"
10:40:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:41 on dist-test-slave-68xk"
10:40:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.531733 27525 fs_report.cc:389] FS layout report
10:40:41.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/wal
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/wal
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/data/data
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:41.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:41.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.576117 27525 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:41.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.576977 27525 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
10:40:41.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.577193 27525 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:41.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.585309 27525 rpc_server.cc:307] RPC server started. Bound to: 127.26.220.62:43319
10:40:41.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.585378 27633 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.220.62:43319 every 8 connection(s)
10:40:41.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.586449 27525 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/data/info.pb
10:40:41.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.589485 27635 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:41.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.592846 27635 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } has no permanent_uuid. Determining permanent_uuid...
10:40:41.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.594859 27504 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 27525
10:40:41.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.595023 27504 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-0/wal/instance
10:40:41.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.596616 27504 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:41.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:41.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/wal
10:40:41.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/data
10:40:41.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/logs
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/data/info.pb
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.220.61:41907
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.220.61
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.220.20:39407
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:41.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:41.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.220.62:43319,127.26.220.61:41907,127.26.220.60:37553
10:40:41.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:41.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39105/jwks.json with env {}
10:40:41.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.604173 27635 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } has no permanent_uuid. Determining permanent_uuid...
10:40:41.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.604993 27551 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.220.61:41907: connect: Connection refused (error 111)
10:40:41.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.605901 27635 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.220.61:41907: Network error: Client connection negotiation failed: client connection to 127.26.220.61:41907: connect: Connection refused (error 111)
10:40:41.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.655165 27635 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } attempt: 1
10:40:41.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.656963 27635 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.220.61:41907: Network error: Client connection negotiation failed: client connection to 127.26.220.61:41907: connect: Connection refused (error 111)
10:40:41.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.700644 27649 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:41.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.700846 27649 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:41.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.700891 27649 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:41.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.704264 27649 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:41.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.704325 27649 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:41.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.704345 27649 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:41.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.704362 27649 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:41.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.704380 27649 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:41.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.704394 27649 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39105/jwks.json
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.708189 27649 master_runner.cc:387] Master server non-default flags:
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.220.20:39407
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/data
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/wal
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.220.62:43319,127.26.220.61:41907,127.26.220.60:37553
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.220.61:41907
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39105/jwks.json
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/data/info.pb
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.220.61
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:41.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27649
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/logs
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:41.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.709144 27649 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:41.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.710222 27649 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:41.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.715688 27661 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
10:40:41.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.715726 27657 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
10:40:41.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.715770 27658 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
10:40:41.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.716012 27649 server_base.cc:1061] running on GCE node
10:40:41.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.716522 27649 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:41.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.717536 27649 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:41.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.718685 27649 hybrid_clock.cc:648] HybridClock initialized: now 1786444841718682 us; error 39 us; skew 500 ppm
10:40:41.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.720420 27649 webserver.cc:533] Webserver started at http://127.26.220.61:33977/ using document root <none> and password file <none>
10:40:41.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.720918 27649 fs_manager.cc:362] Metadata directory not provided
10:40:41.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.720971 27649 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:41.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.721122 27649 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:41.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.722627 27649 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/data/instance:
10:40:41.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e5bca2fe114470e831f312583562c6a"
10:40:41.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:41 on dist-test-slave-68xk"
10:40:41.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.723063 27649 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/wal/instance:
10:40:41.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e5bca2fe114470e831f312583562c6a"
10:40:41.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:41 on dist-test-slave-68xk"
10:40:41.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.725179 27635 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } attempt: 2
10:40:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.726612 27649 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.000s
10:40:41.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.726724 27635 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.220.61:41907: Network error: Client connection negotiation failed: client connection to 127.26.220.61:41907: connect: Connection refused (error 111)
10:40:41.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.728789 27673 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.729957 27649 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.730104 27649 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/wal
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8e5bca2fe114470e831f312583562c6a"
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:41 on dist-test-slave-68xk"
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.730196 27649 fs_report.cc:389] FS layout report
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/wal
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/wal
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/data/data
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:41.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:41.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:41.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:41.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.746392 27649 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:41.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.747189 27649 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
10:40:41.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.747437 27649 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:41.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.755076 27649 rpc_server.cc:307] RPC server started. Bound to: 127.26.220.61:41907
10:40:41.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.755100 27741 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.220.61:41907 every 8 connection(s)
10:40:41.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.756181 27649 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/data/info.pb
10:40:41.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.759366 27742 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:41.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.762470 27742 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } has no permanent_uuid. Determining permanent_uuid...
10:40:41.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.763370 27504 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 27649
10:40:41.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.763443 27504 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-1/wal/instance
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.763960 27504 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/wal
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/data
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/logs
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/data/info.pb
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:41.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.220.60:37553
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.220.60
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.220.20:39407
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.220.62:43319,127.26.220.61:41907,127.26.220.60:37553
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39105/jwks.json with env {}
10:40:41.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.772907 27742 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } has no permanent_uuid. Determining permanent_uuid...
10:40:41.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.779042 27742 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } has no permanent_uuid. Determining permanent_uuid...
10:40:41.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.779887 27677 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.26.220.60:37553: connect: Connection refused (error 111)
10:40:41.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.780776 27742 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.220.60:37553: Network error: Client connection negotiation failed: client connection to 127.26.220.60:37553: connect: Connection refused (error 111)
10:40:41.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.817930 27635 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } attempt: 3
10:40:41.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.822744 27635 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } has no permanent_uuid. Determining permanent_uuid...
10:40:41.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.824095 27635 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.220.60:37553: Network error: Client connection negotiation failed: client connection to 127.26.220.60:37553: connect: Connection refused (error 111)
10:40:41.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.830029 27742 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } attempt: 1
10:40:41.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.831565 27742 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.220.60:37553: Network error: Client connection negotiation failed: client connection to 127.26.220.60:37553: connect: Connection refused (error 111)
10:40:41.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.855291 27635 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } attempt: 1
10:40:41.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.856906 27635 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.220.60:37553: Network error: Client connection negotiation failed: client connection to 127.26.220.60:37553: connect: Connection refused (error 111)
10:40:41.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.873605 27744 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:40:41.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.873823 27744 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:40:41.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.873869 27744 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:40:41.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.877194 27744 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:40:41.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.877254 27744 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:40:41.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.877274 27744 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:40:41.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.877292 27744 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:40:41.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.877310 27744 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:40:41.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.877324 27744 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39105/jwks.json
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.881353 27744 master_runner.cc:387] Master server non-default flags:
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.26.220.20:39407
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/data
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/wal
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.26.220.62:43319,127.26.220.61:41907,127.26.220.60:37553
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.26.220.60:37553
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39105/jwks.json
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/data/info.pb
10:40:41.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.26.220.60
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.27744
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/logs
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:23:58 UTC on bdcb31816ec0
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17615
10:40:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.882360 27744 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:40:41.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.883445 27744 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:40:41.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.888556 27765 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
10:40:41.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.888914 27744 server_base.cc:1061] running on GCE node
10:40:41.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.888556 27763 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
10:40:41.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.888551 27768 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
10:40:41.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.889730 27744 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:40:41.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.890662 27744 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:40:41.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.891847 27744 hybrid_clock.cc:648] HybridClock initialized: now 1786444841891817 us; error 45 us; skew 500 ppm
10:40:41.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.893486 27744 webserver.cc:533] Webserver started at http://127.26.220.60:46417/ using document root <none> and password file <none>
10:40:41.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.894093 27744 fs_manager.cc:362] Metadata directory not provided
10:40:41.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.894176 27744 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:40:41.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.894459 27744 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:40:41.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.896018 27744 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/data/instance:
10:40:41.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8f401650f9234c7db10f1b143207ab21"
10:40:41.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:41 on dist-test-slave-68xk"
10:40:41.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.896575 27744 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/wal/instance:
10:40:41.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8f401650f9234c7db10f1b143207ab21"
10:40:41.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:41 on dist-test-slave-68xk"
10:40:41.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.899760 27742 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } attempt: 2
10:40:41.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.900393 27744 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
10:40:41.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.901315 27742 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.220.60:37553: Network error: Client connection negotiation failed: client connection to 127.26.220.60:37553: connect: Connection refused (error 111)
10:40:41.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.902726 27775 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:40:41.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.903780 27744 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.903915 27744 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/data,/tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/wal
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8f401650f9234c7db10f1b143207ab21"
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:40:41 on dist-test-slave-68xk"
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.904050 27744 fs_report.cc:389] FS layout report
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/wal
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/wal
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/data/data
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:40:41.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:40:41.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.928509 27744 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:40:41.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.929250 27744 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
10:40:41.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.929451 27744 kserver.cc:163] Server-wide thread pool size limit: 3276
10:40:41.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.932149 27635 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } attempt: 2
10:40:41.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.933856 27635 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.26.220.60:37553: Network error: Client connection negotiation failed: client connection to 127.26.220.60:37553: connect: Connection refused (error 111)
10:40:41.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.938270 27847 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.26.220.60:37553 every 8 connection(s)
10:40:41.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.938278 27744 rpc_server.cc:307] RPC server started. Bound to: 127.26.220.60:37553
10:40:41.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.939379 27744 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/data/info.pb
10:40:41.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.940294 27504 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu as pid 27744
10:40:41.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.940377 27504 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskbMtQoM/test-tmp/mini-kudu-cluster7986556639821631749/master-2/wal/instance
10:40:41.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.942381 27848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:40:41.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.946380 27848 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } has no permanent_uuid. Determining permanent_uuid...
10:40:41.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.952594 27848 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } has no permanent_uuid. Determining permanent_uuid...
10:40:41.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.956893 27848 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } has no permanent_uuid. Determining permanent_uuid...
10:40:41.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.963182 27848 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21: Bootstrap starting.
10:40:41.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.963869 27504 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:40:41.964 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:41.964 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:40:41.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.965626 27848 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21: Neither blocks nor log segments found. Creating new log.
10:40:41.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.966259 27848 log.cc:826] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21: Log is configured to *not* fsync() on all Append() calls
10:40:41.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.968039 27848 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21: No bootstrap required, opened a new log
10:40:41.965 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.26.220.62"
      port: 43319
    }
    bound_http_address {
      host: "127.26.220.62"
      port: 42485
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.26.220.61"
      port: 41907
    }
    bound_http_address {
      host: "127.26.220.61"
      port: 33977
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.26.220.60"
      port: 37553
    }
    bound_http_address {
      host: "127.26.220.60"
      port: 46417
    }
  }
}

10:40:41.968 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:40:41.968 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:40:41.969 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=b6079401-b761-4558-aa55-d094327003e2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.220.62:43319,127.26.220.60:37553,127.26.220.61:41907}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:40:41.970 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:40:41.970 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:40:41.971 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54ae67d4, with PersistenceManager: null will be shutdown
10:40:41.971 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54ae67d4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6bc2968c created in the thread with id: 223
10:40:41.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.971329 27848 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } }
10:40:41.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.971547 27848 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:41.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.971603 27848 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8f401650f9234c7db10f1b143207ab21, State: Initialized, Role: FOLLOWER
10:40:41.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.972067 27848 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [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: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } }
10:40:41.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.972867 27854 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [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: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:41.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.972991 27854 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [sys.catalog]: This master's current role is: FOLLOWER
10:40:41.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.973343 27848 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [sys.catalog]: configured and running, proceeding with master startup.
10:40:41.975 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54ae67d4
10:40:41.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.978353 27871 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:41.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:41.978605 27871 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:41.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.977253 27744 master_runner.cc:187] Error getting master registration for 127.26.220.62:43319: OK, instance_id { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" instance_seqno: 1786444841583120 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:41.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.979543 27744 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:41.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:41.992528 27742 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } attempt: 3
10:40:42.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.000418 27742 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a: Bootstrap starting.
10:40:42.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.003317 27742 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a: Neither blocks nor log segments found. Creating new log.
10:40:42.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.004180 27742 log.cc:826] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a: Log is configured to *not* fsync() on all Append() calls
10:40:42.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.006319 27742 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a: No bootstrap required, opened a new log
10:40:42.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.010327 27742 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } }
10:40:42.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.010756 27742 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:42.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.010972 27742 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e5bca2fe114470e831f312583562c6a, State: Initialized, Role: FOLLOWER
10:40:42.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.011642 27742 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [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: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } }
10:40:42.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.013161 27742 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [sys.catalog]: configured and running, proceeding with master startup.
10:40:42.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:42.018975 27892 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:42.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:42.019407 27892 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:42.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.018738 27649 master_runner.cc:187] Error getting master registration for 127.26.220.62:43319: OK, instance_id { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" instance_seqno: 1786444841583120 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:40:42.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.021193 27649 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.029955 27878 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [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: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.030361 27878 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [sys.catalog]: This master's current role is: FOLLOWER
10:40:42.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.033031 27635 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } attempt: 3
10:40:42.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.042028 27635 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb: Bootstrap starting.
10:40:42.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.045080 27635 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb: Neither blocks nor log segments found. Creating new log.
10:40:42.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.046167 27635 log.cc:826] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb: Log is configured to *not* fsync() on all Append() calls
10:40:42.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.060289 27635 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb: No bootstrap required, opened a new log
10:40:42.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.064869 27635 raft_consensus.cc:359] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } }
10:40:42.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.065312 27635 raft_consensus.cc:385] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:40:42.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.065526 27635 raft_consensus.cc:740] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a79b696ebd764bb2b647fd99d6990abb, State: Initialized, Role: FOLLOWER
10:40:42.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.066246 27635 consensus_queue.cc:260] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [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: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } }
10:40:42.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.067833 27635 sys_catalog.cc:565] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [sys.catalog]: configured and running, proceeding with master startup.
10:40:42.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:42.073625 27913 catalog_manager.cc:1594] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:40:42.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:42.073916 27913 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:40:42.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.077103 27525 master_runner.cc:264] No leader master found from master a79b696ebd764bb2b647fd99d6990abb
10:40:42.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.077167 27525 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:40:42.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.078369 27895 sys_catalog.cc:455] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [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: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:42.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:42.078665 27554 tablet.cc:2406] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:40:42.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.078673 27895 sys_catalog.cc:458] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [sys.catalog]: This master's current role is: FOLLOWER
10:40:42.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.138989 27878 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:40:42.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.139196 27878 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } }
10:40:42.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.140364 27878 leader_election.cc:290] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a79b696ebd764bb2b647fd99d6990abb (127.26.220.62:43319), 8f401650f9234c7db10f1b143207ab21 (127.26.220.60:37553)
10:40:42.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.141912 27590 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e5bca2fe114470e831f312583562c6a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a79b696ebd764bb2b647fd99d6990abb" is_pre_election: true
10:40:42.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.142198 27590 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8e5bca2fe114470e831f312583562c6a in term 0.
10:40:42.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.142645 27817 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e5bca2fe114470e831f312583562c6a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f401650f9234c7db10f1b143207ab21" is_pre_election: true
10:40:42.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.142869 27817 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8e5bca2fe114470e831f312583562c6a in term 0.
10:40:42.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.143326 27677 leader_election.cc:304] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [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: 8e5bca2fe114470e831f312583562c6a, 8f401650f9234c7db10f1b143207ab21; no voters: 
10:40:42.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.144290 27878 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 0 FOLLOWER]: Leader pre-election won for term 1
10:40:42.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.144368 27878 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:40:42.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.144410 27878 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 0 FOLLOWER]: Advancing to term 1
10:40:42.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.145573 27878 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } }
10:40:42.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.145924 27878 leader_election.cc:290] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [CANDIDATE]: Term 1 election: Requested vote from peers a79b696ebd764bb2b647fd99d6990abb (127.26.220.62:43319), 8f401650f9234c7db10f1b143207ab21 (127.26.220.60:37553)
10:40:42.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.146668 27817 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e5bca2fe114470e831f312583562c6a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8f401650f9234c7db10f1b143207ab21"
10:40:42.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.146776 27817 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [term 0 FOLLOWER]: Advancing to term 1
10:40:42.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.147758 27817 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8e5bca2fe114470e831f312583562c6a in term 1.
10:40:42.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.148085 27677 leader_election.cc:304] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [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: 8e5bca2fe114470e831f312583562c6a, 8f401650f9234c7db10f1b143207ab21; no voters: 
10:40:42.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.148749 27590 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8e5bca2fe114470e831f312583562c6a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a79b696ebd764bb2b647fd99d6990abb"
10:40:42.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.148876 27590 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [term 0 FOLLOWER]: Advancing to term 1
10:40:42.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.149987 27590 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8e5bca2fe114470e831f312583562c6a in term 1.
10:40:42.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.150758 27878 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 1 FOLLOWER]: Leader election won for term 1
10:40:42.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.151007 27878 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [term 1 LEADER]: Becoming Leader. State: Replica: 8e5bca2fe114470e831f312583562c6a, State: Running, Role: LEADER
10:40:42.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.151327 27878 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [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: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } }
10:40:42.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.153368 27878 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e5bca2fe114470e831f312583562c6a. Latest consensus state: current_term: 1 leader_uuid: "8e5bca2fe114470e831f312583562c6a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:42.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.153621 27878 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [sys.catalog]: This master's current role is: LEADER
10:40:42.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.158685 27918 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:40:42.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.159873 27918 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:40:42.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.178900 27817 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [term 1 FOLLOWER]: Refusing update from remote peer 8e5bca2fe114470e831f312583562c6a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:42.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.179986 27916 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:42.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:40:42.180761 27789 tablet.cc:2406] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:40:42.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.184579 27854 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e5bca2fe114470e831f312583562c6a. Latest consensus state: current_term: 1 leader_uuid: "8e5bca2fe114470e831f312583562c6a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:42.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.184708 27854 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [sys.catalog]: This master's current role is: FOLLOWER
10:40:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.186132 27590 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [term 1 FOLLOWER]: Refusing update from remote peer 8e5bca2fe114470e831f312583562c6a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:40:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.186973 27916 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [LEADER]: Connected to new peer: Peer: permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:40:42.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.191995 27895 sys_catalog.cc:455] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8e5bca2fe114470e831f312583562c6a. Latest consensus state: current_term: 1 leader_uuid: "8e5bca2fe114470e831f312583562c6a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:42.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.192137 27895 sys_catalog.cc:458] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [sys.catalog]: This master's current role is: FOLLOWER
10:40:42.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.203725 27916 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8e5bca2fe114470e831f312583562c6a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:42.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.203862 27916 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [sys.catalog]: This master's current role is: LEADER
10:40:42.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.205479 27895 sys_catalog.cc:455] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8e5bca2fe114470e831f312583562c6a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:42.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.205593 27895 sys_catalog.cc:458] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb [sys.catalog]: This master's current role is: FOLLOWER
10:40:42.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.206164 27919 mvcc.cc:204] Tried to move back new op lower bound from 7317278073554964480 to 7317278073456287744. Current Snapshot: MvccSnapshot[applied={T|T < 7317278073554964480}]
10:40:42.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.207240 27878 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8e5bca2fe114470e831f312583562c6a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:42.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.207341 27878 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a [sys.catalog]: This master's current role is: LEADER
10:40:42.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.208231 27854 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8e5bca2fe114470e831f312583562c6a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a79b696ebd764bb2b647fd99d6990abb" member_type: VOTER last_known_addr { host: "127.26.220.62" port: 43319 } } peers { permanent_uuid: "8e5bca2fe114470e831f312583562c6a" member_type: VOTER last_known_addr { host: "127.26.220.61" port: 41907 } } peers { permanent_uuid: "8f401650f9234c7db10f1b143207ab21" member_type: VOTER last_known_addr { host: "127.26.220.60" port: 37553 } } }
10:40:42.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.208361 27854 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21 [sys.catalog]: This master's current role is: FOLLOWER
10:40:42.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.209815 27922 mvcc.cc:204] Tried to move back new op lower bound from 7317278073554964480 to 7317278073456287744. Current Snapshot: MvccSnapshot[applied={T|T < 7317278073554964480}]
10:40:42.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.217715 27918 catalog_manager.cc:1383] Generated new cluster ID: ff7caa4a960f4c5f93bba67e697d0cfd
10:40:42.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.217790 27918 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:40:42.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.261655 27918 catalog_manager.cc:1406] Generated new certificate authority record
10:40:42.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.263090 27918 catalog_manager.cc:1540] Loading token signing keys...
10:40:42.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.277388 27918 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 8e5bca2fe114470e831f312583562c6a: Generated new TSK 0
10:40:42.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.278348 27918 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:40:42.397 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
10:40:42.401 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
10:40:42.402 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
10:40:42.464 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:40:42.468 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive4947490939472399185/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=b6079401-b761-4558-aa55-d094327003e2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.26.220.62:43319,127.26.220.60:37553,127.26.220.61:41907}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:40:42.470 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4947490939472399185/external-warehouse/table
10:40:42.525 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
10:40:42.526 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:40:42.527 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.26.220.62:43319(127.26.220.62:43319)] connecting to peer
10:40:42.529 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.26.220.60:37553(127.26.220.60:37553)] connecting to peer
10:40:42.529 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.26.220.61:41907(127.26.220.61:41907)] connecting to peer
10:40:42.531 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.26.220.60:37553(127.26.220.60:37553)] Successfully connected to peer
10:40:42.532 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.26.220.62:43319(127.26.220.62:43319)] Successfully connected to peer
10:40:42.534 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.220.60
10:40:42.540 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.220.62
10:40:42.547 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.26.220.61:41907(127.26.220.61:41907)] Successfully connected to peer
10:40:42.553 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:42.554 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:42.557 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.26.220.61
10:40:42.557 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xe5d1b3dd, L:/127.0.0.1:52816 - R:/127.26.220.62:43319] using SASL/PLAIN
10:40:42.560 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x2de88ebf, L:/127.0.0.1:45312 - R:/127.26.220.60:37553] using SASL/PLAIN
10:40:42.572 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:40:42.578 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xd039f2b6, L:/127.0.0.1:47388 - R:/127.26.220.61:41907] using SASL/PLAIN
10:40:42.582 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:40:42.616 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:40:42.639 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:42.640 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:40:42.647 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:40:42.676 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
10:40:42.677 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:40:42.745 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:40:42.762 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
10:40:42.763 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:40:42.872 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
10:40:42.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.980559 27871 catalog_manager.cc:1295] Loaded cluster ID: ff7caa4a960f4c5f93bba67e697d0cfd
10:40:42.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.980656 27871 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21: loading cluster ID for follower catalog manager: success
10:40:42.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.983152 27871 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21: acquiring CA information for follower catalog manager: success
10:40:42.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:42.984568 27871 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 8f401650f9234c7db10f1b143207ab21: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:42.994 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
10:40:43.031 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
10:40:43.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:43.075693 27913 catalog_manager.cc:1295] Loaded cluster ID: ff7caa4a960f4c5f93bba67e697d0cfd
10:40:43.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:43.075786 27913 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb: loading cluster ID for follower catalog manager: success
10:40:43.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:43.078299 27913 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb: acquiring CA information for follower catalog manager: success
10:40:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:43.080695 27913 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a79b696ebd764bb2b647fd99d6990abb: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:40:43.130 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:40:43.131 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:40:43.131 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:40:43.132 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@54ae67d4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6bc2968c will be shutdown
10:40:43.132 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:40:43.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:43.132133 27504 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 27525
10:40:43.146 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.26.220.62:43319(127.26.220.62:43319)] handling channelInactive
10:40:43.146 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.26.220.62:43319(127.26.220.62:43319)] cleaning up while in state READY due to: connection closed
10:40:43.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:43.146826 27504 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 27649
10:40:43.160 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.26.220.61:41907(127.26.220.61:41907)] handling channelInactive
10:40:43.161 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.26.220.61:41907(127.26.220.61:41907)] cleaning up while in state READY due to: connection closed
10:40:43.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:40:43.167089 27504 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskbMtQoM/build/debug/bin/kudu with pid 27744
10:40:43.181 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.26.220.60:37553(127.26.220.60:37553)] handling channelInactive
10:40:43.181 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.26.220.60:37553(127.26.220.60:37553)] cleaning up while in state READY due to: connection closed
10:40:43.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:40:43Z chronyd exiting

Time: 25.163

OK (6 tests)

